Bilt generates standard React Native code. You own it, and you can export it at any time — no lock-in, no proprietary formats.Documentation Index
Fetch the complete documentation index at: https://bilt.me/docs/llms.txt
Use this file to discover all available pages before exploring further.
What you get
When you export code from Bilt, you get a complete React Native project:- Clean, readable source — Production-quality code the AI generated
- Standard structure — Follows React Native conventions; works with standard toolchains
- All assets included — Images, icons, fonts, and configuration files
- No Bilt dependencies — The exported code runs independently of Bilt
How to export
Via GitHub — Connect a GitHub repo and your code syncs automatically. Clone and work locally anytime. Via the AI — Ask the AI to prepare the code for export or push to your connected repo.What you can do with exported code
- Open in Xcode and continue native development
- Add custom native modules that go beyond what the AI generates
- Set up CI/CD pipelines for automated testing and deployment
- Hand off to a development team for further work
- Submit to the App Store through your own pipeline
No lock-in
Bilt is designed to be useful as long as you want it, but never mandatory. You can:- Build the entire app in Bilt and export once
- Use Bilt for rapid prototyping, then develop natively
- Keep using Bilt for iteration while also working in the exported codebase
- Switch away completely at any time
