feat(examples): showable end-to-end framework demo#180
Merged
Conversation
New private examples/framework-demo: one prompt to a running, deployed app, offline and deterministic via the fake driver. Drives the real runFramework end to end (preset detect, architect, build, full-fledged production-grade loop, deploy) where two things are genuinely real: the app boots and serves (serve gate + app preview) so the demo fetches it, and deploy runs the real cloudflareTarget over a simulated wrangler to a workers.dev URL. Ships the shareable transcript (README) plus a smoke test. Closes #179
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #179 (child of #165 / part of #110). The launch acquisition hook: one command, prompt → running, deployed app, in seconds, no keys.
What
New private
examples/framework-demothat drives the realrunFrameworkwith the built-in fake driver — offline, deterministic — through the whole product flow: preset detect → architect (2 decisions) → build → full-fledged production-grade loop (blocks on missing auth, clears) → deploy. Two things are genuinely real, not narrated:fetches it and prints the real HTML it served;cloudflareTargetadapter over a simulated wrangler, ending at a real-lookingworkers.devURL.Ships the shareable transcript (README, for the-framework.ai / Discord) + a smoke test. The zero-clone version is the already-published
npx @gemstack/framework --fake.Verify
pnpm --filter @gemstack/example-framework-demo startruns the full narration to a running app + deployed URL (transcript in the README).Private example (no changeset), mirrors the existing
examples/bootstrap-quickstartlayout.