Skip to content

SideSeat

Your unified workspace for building and debugging AI agents

Get up and running with SideSeat in minutes:

Terminal window
# Clone the repository
git clone https://github.com/spugachev/sideseat.git
cd sideseat
# Install dependencies and setup
make setup
# Start development servers
make dev

Open http://localhost:5173 to access the dashboard.

Unified Dashboard

Single interface for monitoring and debugging all your AI agents in one place.

Real-time Monitoring

Track agent performance, logs, and metrics in real-time with hot reload support.

Full-Stack Solution

Built with Rust backend (Axum) and React 19 frontend, embedded in a single binary.

Developer Friendly

Fast development workflow with hot reload, comprehensive testing, and CLI tools.

  • Backend: Rust with Axum framework
  • Frontend: React 19 with Vite
  • Database: SQLite with migrations
  • CLI: Distributed as NPM package
  • Docs: Astro Starlight
  • Rust 1.75 or higher
  • Node.js 20.19+ or 22.12+
  • Make

Getting Started Guide

Learn how to set up and configure SideSeat for your projects.

API Reference

Explore the complete API documentation and endpoints.

Contributing

Help improve SideSeat by contributing to the project.