Add animated FastAPI demo + correct the multi-stack install table - #1
Open
Anioko wants to merge 1 commit into
Open
Add animated FastAPI demo + correct the multi-stack install table#1Anioko wants to merge 1 commit into
Anioko wants to merge 1 commit into
Conversation
- demo.svg / demo.cast: animated terminal demo embedded at the top of the README. PRD -> generated FastAPI app (file tree shown) -> docker compose up -> /docs -> register/create/list/auth-refusal. Every line is real output from a verified run. - README multi-stack table: marked FastAPI as the verified reference; dropped the install commands for packages that are NOT actually published (Rails gem = 404, Tauri crate = 404, Spring Boot jar = no registry artifact) and labelled them "coming soon". Kept only registry-confirmed install commands. Honesty over reach. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What
demo.svg, embedded at the top of the README): PRD → generated FastAPI app (with the file tree shown) →docker compose up→ Swagger/docs→ register / create / list / auth-refusal.demo.castis the reproducible asciinema v2 source. Renders inline on GitHub — no click-through.🚧 coming soon.Why the install table changed (verified against the live registries)
pip install archiet-microcodegengem install …-railscargo install …-taurijava -jar …HN clicks these. A
gem installthat 404s in the top comment is worse than an honest "coming soon".Dogfood check
The demo is real: I ran
archiet-microcodegen 0.2.2onexamples/sample-prd.md, booted the result in Docker, and walked register (201) → create (201, user-scoped) → list (200) → no-cookie (401) →/docs(200). Every line in the animation is captured from that run.