The codebase-aware AI app builder
Other AI builders start a new app. Shipd joins the one you already have.
Connect a GitHub repository and Shipd reads your architecture, components, and conventions before it writes a line. Then it builds with them and sends the work back as a pull request you review. Not a rewrite.
Free to start. No credit card.
$ shipd explore acme/web ✓ Framework Next.js (App Router) ✓ Components 8 detected · Button, Card, Nav ✓ Tokens Tailwind config + theme ✓ Fit mode Vendor. Reuse real components Ready. New code will match this architecture.
It studies your code before it writes any.
Most AI app builders are great at starting from nothing. Point them at a real codebase and they tend to ignore its structure, or regenerate over it. Shipd reads three things first, so what it writes looks like your code and not a generic scaffold dropped on top.
Your architecture
How the app is laid out and which patterns it already uses for routing, state, and data, so new code lands where your team would put it.
Your components and tokens
Naming, styling approach, and the design system you already have. New screens are built from your Button and your Card, with your colours and spacing.
Your framework and stack
Shipd works in the stack the repo already uses and follows its conventions, instead of dropping a second scaffold on top of the first.
Four steps, and you merge the result.
The same loop whether you want a single component or a whole new section of the product.
-
01
Connect your repo
Install the Shipd GitHub App on the repository you choose, or upload a ZIP. An agent explores the code and writes an Architecture Brief before anything is generated.
-
02
Describe the change
Ask for a feature, a page, or a fix in plain English, the way you would brief a colleague who has already read the code.
-
03
Watch it build live
Real code runs in a live preview as it is written. Not a mockup, not a snippet you paste in yourself.
-
04
Review the pull request
The work arrives as a pull request with only the files that changed. Merge it, request changes, or keep going with another prompt.
Choose how closely it hugs your code.
Three fit modes, picked per build.The Forward Engineer: an AI engineer that works inside your repo.
Other builders generate code and hope. Kai clones your repository into a cloud sandbox, runs your real app, makes the change while you watch, proves it with your own checks, and hands it to a reviewer before a pull request ever reaches you.
Request early accessReal engineering, not keyword search.
What makes the brief accurate, and what keeps the pull requests clean as your main branch moves.
Agentic exploration
A tool-using agent navigates the repo the way an engineer does, following imports and reading the files that matter.
Code-specialised retrieval
Your code is embedded with Voyage voyage-code-3 into a pgvector index, so the right files reach every generation.
Architecture Brief
A short, structured summary of framework, components, tokens, and fit mode that steers every build toward your conventions.
Stays in sync
Freshness checks spot when main has moved, and pull requests carry only the delta, so nothing you pushed since gets reverted.
Shipd vs. Lovable, Bolt, and v0 on an existing codebase.
All four can connect to a repository. The difference is what happens before the code is written, and how the change reaches you.
Checked against each product’s public documentation, September 2026. In depth: Shipd vs Lovable, Shipd vs Bolt.new, Shipd vs v0, and the four-way comparison.
Already building in Lovable, Bolt, or v0? Don’t start over.
Connect that project’s GitHub repository, or upload a ZIP. Your real code and assets load straight into the Shipd editor, and you carry on with a codebase-aware workflow instead of abandoning the work.
How migration worksBuilt for code that already exists.
If your project has outgrown a blank template, this is the workflow for the next stage.
Developers extending a real product
You have a codebase with history, tests, and opinions. You want help adding to it, not a prototype to port by hand.
Teams with a design system
Your tokens and components exist for a reason. The AI should respect them, and your reviewers should see a normal pull request.
Anyone who has hit the wall
The Lovable, Bolt, or v0 project that outgrew a blank-template workflow. Bring it over and keep building the app you already have.
Frequently asked questions
What does codebase-aware mean in an AI app builder?
+Lovable, Bolt, and v0 connect to GitHub too. What is different?
+What is the Forward Engineer?
+Does Shipd overwrite my existing code?
+Can I use Shipd with a project I started in another AI app builder?
+What frameworks does Shipd support?
+What access does Shipd need, and what happens to my code?
+How much does it cost?
+Point it at your repo.
See your Architecture Brief and your first codebase-aware pull request. Free to start.
Further reading: What codebase-aware AI generation actually means · Staying in sync with your repo · AI that understands your codebase