Live Demo & Quick Start
Getting started with Basecompose is super easy. You can try it online or run it on your own computer.
Try Online (No Install Needed)
- Go to bc.impiclabs.com
- Start chatting with the AI assistant.
- Tell it what kind of app you want (e.g., “I want a blog with login and a database”).
- Download your ready-to-run project as a ZIP file.
- Unzip and follow the included setup guide.
Run Locally (For Developers)
- Clone the repository:bash
git clone https://github.com/icancodefyi/basecompose.git cd basecompose - Install dependencies:bash
pnpm install - Set up environment variables:
- Copy
.env.exampleto.env.local - Add your API keys (see Getting Started section)
- Copy
- Start the development server:bash
pnpm dev - Open your browser:
- Go to http://localhost:3000
- Start building your stack!
What’s Next?
- Explore the generated code
- Customize your app
- Deploy with Docker Compose