Skip to content

Local Demo

Try Fusionaly locally with one command

Run a full Fusionaly stack on your machine in seconds. Use it to explore the dashboard, test events, and see the 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 a compatible Docker engine), running
  • macOS, Linux, or Windows with Bash
  • Fusionaly at localhost:8080
  • An interactive demo page with sample events
  • A test environment with an 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: Make sure nothing else uses port 8080.
  • First run: The first run can take a minute, while the images start.
  • Browser cache: If the styles look wrong, do a hard refresh (Cmd/Ctrl+Shift+R).