Documentation source
Sprinter Platform Documentation
Architecture, features, integrations, and operational guides for the Sprinter Platform.
# Sprinter Platform Docs Sprinter is a structured intelligence engine for capturing, connecting, and prioritizing data. It powers products like Amble (PE/consulting) through a reusable platform layer. ## Start Here - [Overview](/docs/overview) — what Sprinter is and how it works - [Architecture](/docs/architecture) — system design, request flow, module boundaries - [Data Model](/docs/data-model) — database schema, tables, relationships ## Platform Features Every module documented with architecture, API reference, and agent instructions. | System | Description | |--------|-------------| | [Entity System](/docs/features/entity-system) | DB-driven entity types, CRUD, field configs, relations | | [View System](/docs/features/view-system) | Config-driven flat block layouts for list and workspace views | | [Block System](/docs/features/block-system) | 20+ composable rendering primitives | | [Tool System](/docs/features/tool-system) | Registry-based tools with permission gating | | [Agent System](/docs/features/agent-system) | Code + DB agents, heartbeat, delegation, connections | | [Chat](/docs/features/chat) | Multi-agent conversations with AI SDK v6 | | [Actions](/docs/features/actions) | Visible work units for humans, agents, schedules, and integrations | | [Sessions](/docs/features/sessions) | Unified runtime execution and transcript layer | | [Responses](/docs/features/unified-response-system) | Reviewed field-population and scoring outputs | | [Document Processing](/docs/features/document-processing) | Upload, parse, chunk, embed, search pipeline | | [Feed](/docs/features/feed) | Personalized entity feed with ranking | | [Capture](/docs/features/capture) | Natural language to structured entity creation | | [Navigation](/docs/features/navigation) | Dynamic sidebar customization | | [Multi-Tenant](/docs/features/multi-tenant) | Workspace isolation and switching | | [Auth & Permissions](/docs/features/auth-permissions) | RBAC for users and agents | | [Realtime](/docs/features/realtime) | Presence, live updates, notifications | | [Dashboard](/docs/features/dashboard) | KPI widgets and chart visualizations | | [Admin](/docs/features/admin) | Tenant, members, roles, entity types, agents | ## Integrations - [Supabase](/docs/integrations/supabase) — Auth, Postgres, RLS, Storage, Realtime - [AI Providers](/docs/integrations/ai-providers) — Anthropic, OpenAI, Google, xAI, DeepSeek - [Inngest](/docs/integrations/inngest) — Background jobs and event-driven functions - [Sentry](/docs/integrations/sentry) — Error tracking and monitoring - [External Agents](/docs/integrations/external-agents) — OpenClaw, A2A, MCP connections ## Runbooks - [Deploy](/docs/runbooks/deploy) — Vercel deployment and pre-deploy checklist - [Migrate](/docs/runbooks/migrate) — Database migration workflow - [Seed](/docs/runbooks/seed) — Entity types, demo data, and agents - [New Product](/docs/runbooks/new-product) — Fork Sprinter for a new venture ## Roadmap - [Spec-First Workflow](/docs/roadmap) — How features go from idea to spec to implementation to documentation - [Feature Backlog](/docs/roadmap/backlog) — All planned work, organized by priority - [Specs](/docs/roadmap/specs) — Design documents for upcoming features ## Reference - [Contributing](/docs/contributing) — Coding standards, testing, PR process - [For Coding Agents](/docs/agents) — How AI agents should navigate these docs