Quick answer

Claude Code built my app — how do I verify it?

Claude Code is very good at writing code and famously confident about it. What it cannot show you is the running app: whether the page renders, the flows work, and the build stands up outside your terminal.

PromptUI closes that gap. Import the repository and it runs the app for real, checks the rendered result, and keeps the evidence attached — so “it works” is something you can show, not something you hope.

  1. 1

    Push your project to GitHub

    Whatever tool built it — Claude Code, Codex, Lovable, Bolt, Replit — get the code into a GitHub repository. Most AI builders have a GitHub sync or export; a plain git push works too.

  2. 2

    Import it into PromptUI

    Sign in, choose “Import my code”, connect GitHub, and pick the repository. PromptUI loads the project into a builder session with a live preview.

  3. 3

    Let the verification checks run

    PromptUI renders the app for real and runs its checks against the rendered result — not just the source. Anything flagged comes back as findings you can review.

  4. 4

    Fix with prompts, then deploy

    Describe fixes in plain language and review each change in the preview. When it looks right, deploy to a live URL from the same screen.

  5. 5

    Launch it

    After deploying, the launch page assembles posts, images, and video drafts about your app — every draft waits for your approval before anything publishes.

Bring your app to PromptUI

Import the repository, watch the verification run on the real rendered app, and go from repo to launched.

Import from GitHub →

Already signed in? Open the import dialog

Common questions

Does PromptUI replace Claude Code?
No — it picks up where a coding agent stops. Keep building in Claude Code if you like it; PromptUI imports the repo, verifies the rendered app, deploys it, and helps you launch it.
What do the verification checks look at?
The rendered app, not just the source: PromptUI previews the build and runs checks against what a user would actually see. Findings come back for you to review and fix with prompts.
Can I keep the code on GitHub?
Yes. Import reads from your repository, and PromptUI can sync changes back, so GitHub stays the home of your code.