- What does Buildra generate — frontend only or full-stack?
- Full-stack. Buildra generates the React/Next.js frontend, the Hono backend, the database schema, the auth flow, and the API routes as one atomic output. Tools like v0 generate UI components only; Buildra generates the entire working application.
- What AI models does Buildra use?
- Buildra routes between Anthropic Claude and OpenAI GPT based on task complexity. Claude handles nuanced code architecture and planning; GPT handles high-throughput format-heavy work. Pro plan users get priority access to the latest models.
- Can I edit the generated code directly?
- Yes. You can edit files in the Buildra workspace, or clone the GitHub repo and continue in Cursor, Claude Code, VS Code, or any editor. The generated code is standard Next.js / React / Hono — no proprietary framework.
- Does Buildra support TypeScript?
- Yes. Buildra generates fully-typed TypeScript code, including strict types on API routes, database models, and React components. The validation pipeline runs tsc on every generation before you see the output.
- Can I connect a custom domain?
- Yes on the Pro plan. Add a CNAME record to your DNS, click verify in Buildra, and Vercel auto-provisions HTTPS. Free tier apps are served from a buildra.dev subdomain.
- How does the GitHub integration work?
- When you create a project, Buildra creates a GitHub repository under your account (or pushes to one you connect). Every generation is committed automatically, so you have a full git history of the AI's work. You can push from other editors and Buildra will pick up the changes.
- Does Buildra support internationalization out of the box?
- The Buildra workspace UI ships in English, Arabic (with full RTL support), Spanish, and French. Generated apps include an i18n scaffold when you describe a multi-language product — though language-specific content is still on you to provide.