Your Fabricate project is a real, full-stack codebase, and you can take it with you at any time. Export your code by pushing it to a brand-new GitHub repository or downloading the whole project as a zip file.Documentation Index
Fetch the complete documentation index at: https://fabricate.build/docs/llms.txt
Use this file to discover all available pages before exploring further.
You always own your code. Fabricate generates a standard React 18, TypeScript, and Cloudflare Workers project — there’s no proprietary format and no lock-in.
Push to a New GitHub Repository
Send your project’s code to a fresh GitHub repository. This is a clean, one-time copy of your codebase into a new repo you own. Use this when you want your code on GitHub but don’t need an ongoing connection. If you’d rather keep Fabricate and GitHub in step as you continue building, set up GitHub Sync instead — it provides continuous two-way sync.Download as a Zip
Download the entire project as a zip file. You get the full codebase — frontend, backend, and configuration — ready to open in your own editor, run locally, or move wherever you like.Export vs. GitHub Sync
Both options give you your code. The difference is whether the connection continues.| Export | GitHub Sync | |
|---|---|---|
| What you get | A one-time copy (new repo or zip) | A continuously synced repository |
| Direction | One-way | Two-way |
| Stays up to date | No | Yes |
| Best for | A snapshot of your code | Ongoing development across both tools |
You Own Your Code
Exporting isn’t a special escape hatch — it’s a core part of how Fabricate works:- Standard stack — React 18 + TypeScript + Vite on the frontend, Cloudflare Workers and D1 on the backend, styled with Tailwind and shadcn/ui.
- No lock-in — the exported project is plain code you can read, run, and modify anywhere.
- Yours to keep — whether you export once or never, the code belongs to you.
Frequently Asked Questions
Does exporting stop me from building in Fabricate?
Does exporting stop me from building in Fabricate?
No. You can keep prompting and building in Fabricate after an export. Exporting just produces a copy of your code.
Should I export or use GitHub Sync?
Should I export or use GitHub Sync?
Export when you want a one-time copy. Use GitHub Sync when you want Fabricate and a GitHub repository to stay aligned as you continue working.
Can I run the exported app on my own?
Can I run the exported app on my own?
Yes. The project is a standard full-stack app built for Cloudflare’s platform, so you can run and deploy it yourself.
Where to Go Next
GitHub Sync
Keep Fabricate and GitHub in two-way sync.
File Explorer
Browse the code before you export it.