Feature
GitHub sync that works in both directions
Push a version to your repository, and pull external commits back into NeoBuild with merge or replace — so prompting and hand-written code are not mutually exclusive.
In short
NeoBuild connects to GitHub with your OAuth account. Push writes the current version to your repository; pull imports changes made outside NeoBuild, using either a merge or a replace strategy. Pull-then-push does both in order, so a developer editing in their own tools and someone building by prompt can work on the same project.
What it does
- Push the selected version to a repository you own
- Pull external commits back in, choosing merge or replace
- Pull + push applies remote changes first, then pushes the merged result
- Repository root for a dedicated repo, or a folder for monorepos
- Connected through your own GitHub OAuth account
One-way export is a dead end
Most AI builders can push code out. That is useful exactly once: the moment a developer touches the exported repository, the two copies diverge and the builder becomes read-only history. Two-way sync keeps the project alive in both places, which is what lets a non-technical founder keep prompting while an engineer fixes something properly in the same codebase.
Documented in Integrations & Ownership.
FAQ
Can a developer work on the code outside NeoBuild?
Yes. They work in the GitHub repository as normal, and you pull their changes back into NeoBuild with a merge strategy before continuing to prompt.
Does it work with a monorepo?
Yes. You can target the repository root for a dedicated app repo, or a folder such as neobuild/<projectId> inside a larger repository.
What is the difference between merge and replace?
Merge combines the GitHub state with the NeoBuild version. Replace takes the GitHub state as authoritative. Merge is the usual choice when a developer has been working alongside you.
Try it on your own app
1,000,000 AI tokens free, no card. Then $1 (₹100) per million tokens — with the React source and your own Supabase database yours from the first build.
Start freeAll featuresWhat you can build