Páginas · togo
togo documentation
togo is an open-source, API-first Go framework with a Laravel-grade developer
experience: a togo CLI, code generators, an ORM, a microkernel where everything
is a plugin, GraphQL + REST/OpenAPI out of the box, a Next.js frontend, built-in
auth, realtime, queues, and first-class AI/MCP integration.
Contents
- Getting started
- Configuration
- The core flow — model → migrate → controller → view
- ORM
- Validation
- Authentication & authorization
- Plugins (microkernel)
- Realtime & events
- Mail & notifications
- Cache, queue, storage, workers
- Search
- Testing
- CLI reference
- AI & MCP
- Generators
- Deployment
Philosophy
A tiny kernel (config, router, hooks, plugin lifecycle, service container) with
every capability shipped as its own repo and registered via a provider on
blank-import. Install features with togo install owner/repo; SQLite is the
default DB (no Docker), swappable from .env.