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

  1. Download the gardening example app
  2. Extract the archive and navigate to the project directory
  3. Run docker compose up in your terminal
  4. Wait for the project to boot
  5. Open http://localhost:8086 in your browser

Option 2: Generate New App

  1. Go to the Gen-code generator
  2. Specify your application requirements using LLM or use a template
  3. Click “Download archive” to download your generated app as a ZIP file
  4. Extract the archive and navigate to the project directory
  5. Run docker compose up in your terminal
  6. Wait for the project to boot
  7. Open http://localhost:8086 in your browser

Next Steps

Continue your journey:

  1. Installation - Set up your development environment