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
- On the projects home screen, click New Project (top right).
- Give your project a name and click Create.
- 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:
- File tree (left) - every file in your project.
- Code editor (center) - open and edit files in tabs. You rarely need this unless you want to tweak something by hand.
- Live preview (right) - your app, updating as the agent builds. Toggle between desktop and mobile views with the device icons.
- Chat (bottom) - where you talk to the AI agent.
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:
- Slash commands - type / to see quick commands.
- Plan Mode - ask the agent to plan the work before it builds, so you can review the approach first.
- Command history - press the up arrow to reuse a previous message.
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