Builder

Code View & File Explorer

Every site Builder generates is a real, readable codebase — not a proprietary format you're locked into.

What's under the hood

Generated projects are Next.js applications written in TypeScript, styled with a modern component-based approach. The code is meant to be clean and conventional enough that a developer could pick it up and keep working in it by hand.

Browsing files

Open the file explorer alongside the live preview to see every file in the project as a tree, and click into any file to view its source in the built-in code viewer.

Why this matters

Because the output is a standard, ownable codebase:

  • You can export it as a ZIP and continue development outside Builder entirely.
  • Every generation and edit is also pushed to a GitHub repository in the background, so your project's history exists as normal commits, not just in-app state.
  • Nothing about deployment or further development requires staying inside Builder — the generated project is portable by default.