feat: Build This App — generate missing files and push to GitHub/GitLab#40
Draft
DealPatrol wants to merge 1 commit into
Draft
feat: Build This App — generate missing files and push to GitHub/GitLab#40DealPatrol wants to merge 1 commit into
DealPatrol wants to merge 1 commit into
Conversation
Adds a full end-to-end flow for building a discovered app blueprint directly from the analysis detail page: - New "Build This App" button on every blueprint card in AnalysisDetail - BuildAppModal (components/build-app-modal.tsx): 3-step dialog (config → building with live SSE progress → done with repo link). Users choose GitHub or GitLab, set a repo name, then watch Claude generate all missing files and see them pushed file-by-file with a progress bar. - POST /api/build-app (SSE streaming): calls Claude to generate full working implementations of every missing file + README, package.json, .env.example, .gitignore in one shot; creates the repo via GitHub or GitLab API; pushes all files and streams step events back to the client. https://claude.ai/code/session_01RVz4UuHaHpRa8mBWTesduM
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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.
Summary
BuildAppModal— a 3-step dialog that walks the user through building their app:POST /api/build-app— streaming SSE endpoint that:POST /user/repos) or GitLab API (POST /projects)Test plan
https://claude.ai/code/session_01RVz4UuHaHpRa8mBWTesduM
Generated by Claude Code