Documentation
Build full-stack apps in Go, the artisan way.
ToGO ships your Go backend and React frontend as a single deployable app. Start here, then dive into any of the 44 repositories — each page is rendered from its README, and available as raw Markdown for agents.
Install
bash
npm install -g @togo-framework/cli
togo new myapp # pick a frontend + database
cd myapp && togo serveStart here
Create an app
Scaffold a full togo project — Go API + React frontend — with one command.
The CLI
Generators, migrations, codegen, plugins, deploy — the artisan-grade togo command.
The microkernel
Config, hooks, the plugin loader, the DB dialect registry, server bootstrap.
Databases
sqlite, postgres, togo-postgres, supabase, mysql, mongodb — wired from day 0.
UI kit
@togo-framework/ui — the token-driven, RTL-ready design system.
Looking for a capability? 35 plugins in the marketplace.
Browse plugins