Docs · 1 of 8

Getting Started

Your first project, the workspace layout, and the core describe-review-refine loop.

Back to documentation

Welcome to LilBuz

LilBuz AI is an AI-agent build workspace. You describe what you want, the agent designs and builds it, and you watch it come to life in a live preview. This guide walks you through your first project and the workspace layout.

Tip: You don't need to read every doc start to finish. Jump to the section you need - Deploy, Integrations, AI Providers, Domains & DNS, Database, Servers (VPS), or GitHub.

Create your first project

  1. On the projects home screen, click New Project (top right).
  2. Give your project a name and click Create.
  3. Your new project opens into the workspace.

The workspace layout

Once a project is open, you'll see a full IDE built around four areas:

Talk to the agent

Type what you want in the chat box and press Send. For example: "Build a landing page for a coffee shop with a menu and a contact form." The agent designs it, writes the code, and the preview updates automatically.

A few helpers in the chat:

That's the core loop: describe -> review in preview -> refine. Everything else in these docs is about taking that project further - connecting services, a database, a domain, and shipping it live.

Back to documentation