Skip to content

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)

  1. Go to bc.impiclabs.com
  2. Start chatting with the AI assistant.
  3. Tell it what kind of app you want (e.g., “I want a blog with login and a database”).
  4. Download your ready-to-run project as a ZIP file.
  5. Unzip and follow the included setup guide.

Run Locally (For Developers)

  1. Clone the repository:
    bash
    git clone https://github.com/icancodefyi/basecompose.git
    cd basecompose
  2. Install dependencies:
    bash
    pnpm install
  3. Set up environment variables:
    • Copy .env.example to .env.local
    • Add your API keys (see Getting Started section)
  4. Start the development server:
    bash
    pnpm dev
  5. Open your browser:

What’s Next?

  • Explore the generated code
  • Customize your app
  • Deploy with Docker Compose