BuildliyBuildliy
TemplatesDashboardPricing
BuildliyBuildliy

Build apps and websites by chatting with AI. From idea to live product, no code required.

Product

  • Templates
  • Pricing
  • Changelog

Earn

  • Affiliate program
  • Get your link

Resources

  • Docs
  • Blog
  • Support

Company

  • About
  • Contact

Legal

  • Privacy
  • Terms
  • Affiliate terms
  • Security

© 2026 Buildliy. All rights reserved.

All systems normal·v1.0
Back to homeDocs

Documentation

Everything you need to go from “I have an idea” to “my users are using it.” Pick a section, or read top-to-bottom in about 20 minutes.

Getting started

Create your first build in under a minute. Pick a template or start from a blank prompt.

Concepts

How prompts, builds, and sandboxes fit together. Worth reading once.

Editing code

When you want to step out of chat: file tree, in-editor diff, GitHub sync.

Integrations

Connect Supabase, Stripe, Resend, and other building blocks via the connector library.

Authentication

Set up sign-in for your generated apps with Supabase Auth or a custom provider.

Reference

Every prompt directive, every shadcn component we bundle, every keyboard shortcut.

Getting started

  1. 1

    Describe what you want

    Open the home page, type one or two sentences into the prompt cockpit, hit Cmd+Enter. Be specific about the kind of app, not the implementation: 'A recipe app where I can save and tag dishes' is better than 'A Next.js app with a Postgres database'.

  2. 2

    Watch the first build land

    Buildliy spins up a Next.js sandbox and streams the generated UI back into the preview pane within seconds. You can interact with the preview while the rest of the project is still being written.

  3. 3

    Iterate with chat

    Anything you'd normally do in a designer's review (move this here, change that color, add a missing state) you do by talking to the agent. Each round produces a new version you can roll back to.

  4. 4

    Export when you're ready

    Connect a GitHub repo from /settings and push your project. From there you can deploy to Vercel, run it locally, or hand it off to a developer.

Core concepts

A build is one round-trip with the agent. A project is a sequence of builds that share a sandbox, a file tree, and a chat history. A template is a curated starting prompt that produces a known-good first build. Everything else — fragments, RBAC, integrations — sits on top of those three.

Looking for something specific? Browse the FAQ or ask us directly.