Skip to content

Local Demo

Try Fusionaly locally with one command

Run a full Fusionaly stack on your machine in seconds. Perfect for exploring the dashboard, testing events, and seeing data flow.

Terminal window
curl -fsSL https://raw.githubusercontent.com/karloscodes/fusionaly-oss/main/demo/setup.sh | bash
  • Demo site: http://localhost:8080
  • Dashboard: http://localhost:8080/admin
  • Port: 8080 only
  • Docker Desktop (or compatible Docker engine) running
  • macOS, Linux, or Windows with Bash
  • Fusionaly at localhost:8080
  • Interactive demo page with sample events
  • Test environment with automatic demo license
Terminal window
# Clone the repo
git clone https://github.com/karloscodes/fusionaly-oss.git
cd fusionaly-oss/demo
# Start
./setup.sh
# Or just use docker compose
docker compose up -d
  • Port in use: ensure nothing else listens on 8080
  • First run: images may take a minute to start
  • Browser cache: hard refresh (Cmd/Ctrl+Shift+R) if styles look odd