Quick Start
Choose your preferred method to start Agentic Signal:
- 🐳 Docker (Recommended)
- 🔧 Manual Development
1. Start with Docker
# Run the Docker image
docker run -it -p 8080:8080 -p 8000:8000 agentic-signal
# Or with Docker Compose
docker-compose up
1. Start the Development Servers
# Start both client and server concurrently
bun run dev
# Or start them separately:
bun run client:dev # Frontend (http://localhost:8080)
bun run server:dev # Backend (http://localhost:8000)
2. Open Your Browser
Navigate to http://localhost:8080 to start building workflows!
3. Configure Ollama Host and Models
See Configuration for detailed instructions.
Next Steps
- Explore example workflows to see ready-to-use templates.
- Learn about all available node types and their capabilities.