Quick Start Guide
10-Minute Setup
Discover the X-Go framework with two quick start options. Both require Docker - install Docker if you haven’t already.
Option 1: Download Example App
- Download the gardening example app
- Extract the archive and navigate to the project directory
- Run
docker compose upin your terminal - Wait for the project to boot
- Open
http://localhost:8086in your browser
Option 2: Generate New App
- Go to the Gen-code generator
- Specify your application requirements using LLM or use a template
- Click “Download archive” to download your generated app as a ZIP file
- Extract the archive and navigate to the project directory
- Run
docker compose upin your terminal - Wait for the project to boot
- Open
http://localhost:8086in your browser
Next Steps
Continue your journey:
- Installation - Set up your development environment