# ToGO > ToGO is an open-source, API-first full-stack framework: a Laravel-artisan-grade CLI for the Go + sqlc + Atlas + React stack. One binary, one repo, zero glue. Install: `curl -fsSL https://to-go.dev/install.sh | sh` · `npm i -g @togo-framework/cli` ## Pages - [Home](https://to-go.dev/): overview, install, the generator workflow, API-first, databases, AI-native - [Docs](https://to-go.dev/docs): documentation home — every repo's README - [Plugins](https://to-go.dev/plugins): the plugin marketplace - [MCP](https://to-go.dev/mcp): the public MCP server — connect agents to togo - [Submit a plugin](https://to-go.dev/plugins/submit): propose a plugin (opens a GitHub issue) ## Plugins - [auth](https://to-go.dev/plugins/auth) (auth): togo base auth: JWT + RBAC + multi-guard, Supabase/GoTrue first-class, OAuth/Firebase/WorkOS as plugins — install: `togo install togo-framework/auth` - [auth-dev](https://to-go.dev/plugins/auth-dev) (auth): Developer login for togo auth (dev-only) — install: `togo install togo-framework/auth-dev` - [auth-firebase](https://to-go.dev/plugins/auth-firebase) (auth): Firebase Authentication driver for togo auth — install: `togo install togo-framework/auth-firebase` - [auth-oauth](https://to-go.dev/plugins/auth-oauth) (auth): OAuth2 social login for togo auth — install: `togo install togo-framework/auth-oauth` - [auth-session-redis](https://to-go.dev/plugins/auth-session-redis) (auth): Redis session store for togo auth — install: `togo install togo-framework/auth-session-redis` - [auth-workos](https://to-go.dev/plugins/auth-workos) (auth): WorkOS SSO/SAML driver for togo auth — install: `togo install togo-framework/auth-workos` - [cache](https://to-go.dev/plugins/cache) (infra): togo cache provider plugin — install: `togo install togo-framework/cache` - [cache-redis](https://to-go.dev/plugins/cache-redis) (infra): Redis driver for togo cache — install: `togo install togo-framework/cache-redis` - [dashboard](https://to-go.dev/plugins/dashboard) (ui): togo dashboard + auth UI (depends on auth) — install: `togo install togo-framework/dashboard` - [db-mongodb](https://to-go.dev/plugins/db-mongodb) (data): — install: `togo install togo-framework/db-mongodb` - [db-mysql](https://to-go.dev/plugins/db-mysql) (data): — install: `togo install togo-framework/db-mysql` - [db-postgres](https://to-go.dev/plugins/db-postgres) (data): — install: `togo install togo-framework/db-postgres` - [db-supabase](https://to-go.dev/plugins/db-supabase) (data): Postgres/Supabase driver for togo ORM — install: `togo install togo-framework/db-supabase` - [faker](https://to-go.dev/plugins/faker) (dev): togo faker: fake data for factories/seeders — install: `togo install togo-framework/faker` - [i18n](https://to-go.dev/plugins/i18n) (ui): togo i18n provider plugin — install: `togo install togo-framework/i18n` - [log](https://to-go.dev/plugins/log) (infra): togo logging: levels, text/json, file output — install: `togo install togo-framework/log` - [mail](https://to-go.dev/plugins/mail) (messaging): togo mail: SMTP + driver plugins (SES/Resend) — install: `togo install togo-framework/mail` - [mail-resend](https://to-go.dev/plugins/mail-resend) (messaging): Resend driver for togo mail — install: `togo install togo-framework/mail-resend` - [mcp-web](https://to-go.dev/plugins/mcp-web) (other): Public MCP server for togo — docs, plugins, and plugin submission for agents (mcp.to-go.dev). — install: `togo install togo-framework/mcp-web` - [notifications](https://to-go.dev/plugins/notifications) (messaging): togo notifications: channels (mail/broadcast/db) + push plugins — install: `togo install togo-framework/notifications` - [notifications-onesignal](https://to-go.dev/plugins/notifications-onesignal) (messaging): OneSignal push channel for togo notifications — install: `togo install togo-framework/notifications-onesignal` - [orm](https://to-go.dev/plugins/orm) (data): togo ORM: driver-agnostic query builder (SQLi-validated) — install: `togo install togo-framework/orm` - [plugin-auth-supabase](https://to-go.dev/plugins/plugin-auth-supabase) (auth): togo plugin: Supabase (GoTrue) JWT auth — /auth/me + bearer middleware — install: `togo install togo-framework/plugin-auth-supabase` - [queue](https://to-go.dev/plugins/queue) (infra): togo queue provider plugin — install: `togo install togo-framework/queue` - [realtime](https://to-go.dev/plugins/realtime) (infra): togo realtime provider plugin — install: `togo install togo-framework/realtime` - [realtime-ws](https://to-go.dev/plugins/realtime-ws) (infra): WebSocket realtime transport for togo — install: `togo install togo-framework/realtime-ws` - [search](https://to-go.dev/plugins/search) (data): togo search: ParadeDB default + ES/OpenSearch plugins — install: `togo install togo-framework/search` - [search-elasticsearch](https://to-go.dev/plugins/search-elasticsearch) (data): Elasticsearch/OpenSearch driver for togo search — install: `togo install togo-framework/search-elasticsearch` - [seo](https://to-go.dev/plugins/seo) (other): togo SEO/AEO plugin — sitemap, robots, llms.txt, meta/OG/JSON-LD + IndexNow / Google Analytics / Search Console / Bing providers. — install: `togo install togo-framework/seo` - [storage](https://to-go.dev/plugins/storage) (data): togo storage provider plugin — install: `togo install togo-framework/storage` - [storage-supabase](https://to-go.dev/plugins/storage-supabase) (data): Supabase Storage driver for togo — install: `togo install togo-framework/storage-supabase` - [supabase](https://to-go.dev/plugins/supabase) (data): togo Supabase integration: custom image (ParadeDB/pgvector/pg_partman) + stack — install: `togo install togo-framework/supabase` - [testing](https://to-go.dev/plugins/testing) (dev): togo test harness (HTTP + assertions + sqlite) — install: `togo install togo-framework/testing` - [validation](https://to-go.dev/plugins/validation) (dev): togo request validation (Laravel-style rules) — install: `togo install togo-framework/validation` - [worker](https://to-go.dev/plugins/worker) (infra): togo worker: supervised multi-threaded worker pools — install: `togo install togo-framework/worker` ## All repositories (docs) - [.github](https://to-go.dev/docs/.github): Org-wide community health files (issue/PR templates, sponsor, profile) — markdown: https://to-go.dev/docs/.github.md - [auth](https://to-go.dev/docs/auth): togo base auth: JWT + RBAC + multi-guard, Supabase/GoTrue first-class, OAuth/Firebase/WorkOS as plugins — markdown: https://to-go.dev/docs/auth.md - [auth-dev](https://to-go.dev/docs/auth-dev): Developer login for togo auth (dev-only) — markdown: https://to-go.dev/docs/auth-dev.md - [auth-firebase](https://to-go.dev/docs/auth-firebase): Firebase Authentication driver for togo auth — markdown: https://to-go.dev/docs/auth-firebase.md - [auth-oauth](https://to-go.dev/docs/auth-oauth): OAuth2 social login for togo auth — markdown: https://to-go.dev/docs/auth-oauth.md - [auth-session-redis](https://to-go.dev/docs/auth-session-redis): Redis session store for togo auth — markdown: https://to-go.dev/docs/auth-session-redis.md - [auth-workos](https://to-go.dev/docs/auth-workos): WorkOS SSO/SAML driver for togo auth — markdown: https://to-go.dev/docs/auth-workos.md - [cache](https://to-go.dev/docs/cache): togo cache provider plugin — markdown: https://to-go.dev/docs/cache.md - [cache-redis](https://to-go.dev/docs/cache-redis): Redis driver for togo cache — markdown: https://to-go.dev/docs/cache-redis.md - [cli](https://to-go.dev/docs/cli): The togo CLI — Laravel-artisan-like generators, codegen, plugins, MCP, deploy — markdown: https://to-go.dev/docs/cli.md - [create-togo-app](https://to-go.dev/docs/create-togo-app): Project template for togo, rendered by `togo new` — markdown: https://to-go.dev/docs/create-togo-app.md - [dashboard](https://to-go.dev/docs/dashboard): togo dashboard + auth UI (depends on auth) — markdown: https://to-go.dev/docs/dashboard.md - [db](https://to-go.dev/docs/db): togo database stack — the togo-postgres image (ParadeDB: pg_search + pgvector + pg_analytics, plus pg_cron + pg_partman) and the batteries-included compose. — markdown: https://to-go.dev/docs/db.md - [db-mongodb](https://to-go.dev/docs/db-mongodb) — markdown: https://to-go.dev/docs/db-mongodb.md - [db-mysql](https://to-go.dev/docs/db-mysql) — markdown: https://to-go.dev/docs/db-mysql.md - [db-postgres](https://to-go.dev/docs/db-postgres) — markdown: https://to-go.dev/docs/db-postgres.md - [db-supabase](https://to-go.dev/docs/db-supabase): Postgres/Supabase driver for togo ORM — markdown: https://to-go.dev/docs/db-supabase.md - [faker](https://to-go.dev/docs/faker): togo faker: fake data for factories/seeders — markdown: https://to-go.dev/docs/faker.md - [i18n](https://to-go.dev/docs/i18n): togo i18n provider plugin — markdown: https://to-go.dev/docs/i18n.md - [log](https://to-go.dev/docs/log): togo logging: levels, text/json, file output — markdown: https://to-go.dev/docs/log.md - [mail](https://to-go.dev/docs/mail): togo mail: SMTP + driver plugins (SES/Resend) — markdown: https://to-go.dev/docs/mail.md - [mail-resend](https://to-go.dev/docs/mail-resend): Resend driver for togo mail — markdown: https://to-go.dev/docs/mail-resend.md - [mcp](https://to-go.dev/docs/mcp): MCP server exposing togo generators to AI agents (Claude Code, Cursor, …) — markdown: https://to-go.dev/docs/mcp.md - [mcp-web](https://to-go.dev/docs/mcp-web): Public MCP server for togo — docs, plugins, and plugin submission for agents (mcp.to-go.dev). — markdown: https://to-go.dev/docs/mcp-web.md - [notifications](https://to-go.dev/docs/notifications): togo notifications: channels (mail/broadcast/db) + push plugins — markdown: https://to-go.dev/docs/notifications.md - [notifications-onesignal](https://to-go.dev/docs/notifications-onesignal): OneSignal push channel for togo notifications — markdown: https://to-go.dev/docs/notifications-onesignal.md - [orm](https://to-go.dev/docs/orm): togo ORM: driver-agnostic query builder (SQLi-validated) — markdown: https://to-go.dev/docs/orm.md - [plugin-auth-supabase](https://to-go.dev/docs/plugin-auth-supabase): togo plugin: Supabase (GoTrue) JWT auth — /auth/me + bearer middleware — markdown: https://to-go.dev/docs/plugin-auth-supabase.md - [plugin-template](https://to-go.dev/docs/plugin-template): Starter template for togo plugins — markdown: https://to-go.dev/docs/plugin-template.md - [queue](https://to-go.dev/docs/queue): togo queue provider plugin — markdown: https://to-go.dev/docs/queue.md - [realtime](https://to-go.dev/docs/realtime): togo realtime provider plugin — markdown: https://to-go.dev/docs/realtime.md - [realtime-ws](https://to-go.dev/docs/realtime-ws): WebSocket realtime transport for togo — markdown: https://to-go.dev/docs/realtime-ws.md - [search](https://to-go.dev/docs/search): togo search: ParadeDB default + ES/OpenSearch plugins — markdown: https://to-go.dev/docs/search.md - [search-elasticsearch](https://to-go.dev/docs/search-elasticsearch): Elasticsearch/OpenSearch driver for togo search — markdown: https://to-go.dev/docs/search-elasticsearch.md - [seo](https://to-go.dev/docs/seo): togo SEO/AEO plugin — sitemap, robots, llms.txt, meta/OG/JSON-LD + IndexNow / Google Analytics / Search Console / Bing providers. — markdown: https://to-go.dev/docs/seo.md - [storage](https://to-go.dev/docs/storage): togo storage provider plugin — markdown: https://to-go.dev/docs/storage.md - [storage-supabase](https://to-go.dev/docs/storage-supabase): Supabase Storage driver for togo — markdown: https://to-go.dev/docs/storage-supabase.md - [supabase](https://to-go.dev/docs/supabase): togo Supabase integration: custom image (ParadeDB/pgvector/pg_partman) + stack — markdown: https://to-go.dev/docs/supabase.md - [testing](https://to-go.dev/docs/testing): togo test harness (HTTP + assertions + sqlite) — markdown: https://to-go.dev/docs/testing.md - [to-go.dev](https://to-go.dev/docs/to-go.dev): to-go.dev — the togo framework website: landing, docs, install.sh/update.sh. — markdown: https://to-go.dev/docs/to-go.dev.md - [togo](https://to-go.dev/docs/togo): Go, the artisan way — microkernel of the togo framework (Go + sqlc + Atlas + GraphQL/OpenAPI + Next.js) — markdown: https://to-go.dev/docs/togo.md - [ui](https://to-go.dev/docs/ui): togo UI kit — prism-style admin + auth components (Storybook). RTL-ready, dark-first. — markdown: https://to-go.dev/docs/ui.md - [validation](https://to-go.dev/docs/validation): togo request validation (Laravel-style rules) — markdown: https://to-go.dev/docs/validation.md - [worker](https://to-go.dev/docs/worker): togo worker: supervised multi-threaded worker pools — markdown: https://to-go.dev/docs/worker.md ## Source - GitHub org: https://github.com/togo-framework - npm CLI: https://www.npmjs.com/package/@togo-framework/cli