MarketplaceMail
awesome-togo
OtherA curated directory of everything in the togo ecosystem — plugins, CLI, agents, skills & tools. https://to-go.dev/marketplace
togo-framework
bash
togo install togo-framework/awesome-togoBrowse, search and install everything at to-go.dev/marketplace. Install any plugin with
togo install togo-framework/<name>.
Contents
- Core
- Authentication
- Database & ORM
- Cache
- Storage
- Search
- Notifications
- Realtime
- Queue, Workers & Workflow
- Logging
- AI Kit
- Payments & Billing
- Deploy
- DNS, Proxy & Gateway
- Tunnels
- Chat Bots
- i18n, Location & Settings
- Multi-tenancy (SaaS)
- Documents
- Contacts & CRM
- Dev & Testing
- Supabase
- SEO
- Contributing
Core
The framework, CLI, templates and first-party apps.
togo— Go, the artisan way — microkernel of the togo framework (Go + sqlc + Atlas + GraphQL/OpenAPI + Next.js)cli— The togo CLI — Laravel-artisan-like generators, codegen, plugins, MCP, deploycreate-togo-app— Project template for togo, rendered bytogo newdashboard— togo dashboard + auth UI (depends on auth)mcp— MCP server exposing togo generators to AI agents (Claude Code, Cursor, …)mcp-web— Public MCP server for togo — docs, plugins, and plugin submission for agents (mcp.to-go.dev).plugin-template— Starter template for togo pluginsclaude-togo— Official ToGO plugin for Claude Code — scaffold & drive togo apps with AI (commands, agents, hooks + auto-connected MCP).to-go.dev— to-go.dev — the togo framework website: landing, docs, install.sh/update.sh.ui— togo UI kit — prism-style admin + auth components (Storybook). RTL-ready, dark-first.
Authentication
auth— togo base auth: JWT + RBAC + multi-guard, Supabase/GoTrue first-class, OAuth/Firebase/WorkOS as pluginsauth-dev— Developer login for togo auth (dev-only)auth-firebase— Firebase Authentication driver for togo authauth-oauth— OAuth2 social login for togo authauth-session-redis— Redis session store for togo authauth-workos— WorkOS SSO/SAML driver for togo auth
Database & ORM
db— togo database stack — the togo-postgres image (ParadeDB: pg_search + pgvector + pg_analytics, plus pg_cron + pg_partman) and the batteries-included compose.orm— togo ORM: driver-agnostic query builder (SQLi-validated)db-mongodbdb-mysqldb-postgresdb-supabase— Postgres/Supabase driver for togo ORM
Cache
cache— togo cache provider plugincache-redis— Redis driver for togo cache
Storage
storage— togo storage provider pluginstorage-gdrive— togo storage driverstorage-r2— togo storage driverstorage-s3— togo storage driverstorage-supabase— Supabase Storage driver for togo
Search
search— togo search: ParadeDB default + ES/OpenSearch pluginssearch-algolia— Algolia driver for togo full-text searchsearch-elasticsearch— Elasticsearch/OpenSearch driver for togo searchsearch-meilisearch— Meilisearch driver for togo full-text searchsearch-typesense— Typesense driver for togo full-text search
mail— togo mail: SMTP + driver plugins (SES/Resend)mail-resend— Resend driver for togo mailmail-sendgrid— SendGrid driver for togo mail
Notifications
notifications— togo notifications: channels (mail/broadcast/db) + push pluginsnotifications-discord— togo notifications-discord notifications channelnotifications-fcm— Firebase Cloud Messaging (HTTP v1) push channel for togo notificationsnotifications-onesignal— OneSignal push channel for togo notificationsnotifications-pusher— Pusher Channels broadcast channel for togo notificationsnotifications-slack— togo notifications-slack notifications channelnotifications-webpush— togo notifications-webpush notifications channel
Realtime
realtime— togo realtime provider pluginrealtime-grpc— togo plugin: realtime-grpcrealtime-nats— togo plugin: realtime-natsrealtime-ws— WebSocket realtime transport for togo
Queue, Workers & Workflow
queue— togo queue provider pluginworker— togo worker: supervised multi-threaded worker poolsworkflow— togo workflow plugin
Logging
log— togo logging: levels, text/json, file outputlog-datadog— Datadog log shipping for togo — forwards slog logs to Datadog Logs (HTTP intake)log-logstash— Logstash log shipping for togo — streams JSON-line logs to a Logstash TCP inputlog-sentry— Sentry error tracking for togo — captures kernel error events with stack traces
AI Kit
ai— togo AI plugin — unified LLM interface (chat/embed/tools/stream) with a pluggable provider driver registry (openai, anthropic, gemini, ollama, …)rag-postgres— PostgreSQL vector store for ai-rag — pgvector + pg_search BM25 hybrid retrievalai-adk— Google Agent Development Kit (ADK) integration for togoai-agentops— Agent operations & observability for togo — token/cost/latency tracking, feeds billingai-agno— Agno agent framework integration for togoai-anthropic— Anthropic Claude driver for togo aiai-crawlee— Go-native site crawler data-source for the togo AI kitai-deepseek— DeepSeek LLM driver for togo aiai-firecrawl— Firecrawl scrape/crawl data-source (self-hosted + API) for the togo AI kitai-gemini— Google Gemini driver for togo aiai-grok— xAI Grok LLM driver for togo aiai-ollama— Ollama LLM driver for togo aiai-openai— OpenAI LLM driver for togo aiai-playwright— Headless-browser (Playwright) data-source for the togo AI kitai-qwen— Qwen (DashScope) LLM driver for togo aiai-rag— RAG capability for togo (on the ai plugin)ai-rss— RSS/Atom feed data-source for the togo AI kitai-searxng— SearXNG metasearch data-source for the togo AI kitai-stt— Speech-to-Text for togo — Whisper + Deepgram driversai-tts— Text-to-Speech for togo — ElevenLabs + OpenAI TTS drivers (TTS_DRIVER)
Payments & Billing
billing— Usage-based billing + API keys for togo — per-user keys, AI token metering, quotas & usage reportspayment— togo payment subsystem — a Provider contract (charge/refund/checkout/customer/webhook) with a driver registry; Stripe, Paymob, Fawry, Tap, Moyasar, PayTabs, PayFort, Lemon Squeezy ship as driver plugins.subscriptions— Subscription management for togo — plans, trials, subscribe/cancel/change, over the payment pluginpayment-fawry— Fawry driver for togo paymentpayment-lemonsqueezy— LemonSqueezy driver for togo paymentpayment-moyasar— Moyasar driver for togo paymentpayment-payfort— PayFort driver for togo paymentpayment-paymob— Paymob driver for togo paymentpayment-paytabs— PayTabs driver for togo paymentpayment-stripe— Stripe driver for togo paymentpayment-tap— Tap driver for togo payment
Deploy
deploy— togo deploy subsystem — provider-agnostic Deployer contract (provision/deploy/destroy) for clouds, VPS, Docker, Kubernetes & Terraformdeploy-aws— AWS (App Runner) deploy driver for togodeploy-azure— Azure (Container Apps) deploy driver for togodeploy-centos— togo deploy driver: deploy-centosdeploy-debian— togo deploy driver: deploy-debiandeploy-digitalocean— DigitalOcean deploy driver for togodeploy-docker— togo deploy driver: deploy-dockerdeploy-gcp— Google Cloud (Cloud Run) deploy driver for togodeploy-hetzner— Hetzner Cloud deploy driver for togodeploy-kubernetes— togo deploy driver: deploy-kubernetesdeploy-ovh— OVHcloud (Public Cloud / OpenStack) deploy driver for togodeploy-terraform— togo deploy driver: deploy-terraformdeploy-ubuntu— togo deploy driver: deploy-ubuntudeploy-vultr— Vultr deploy driver for togo
DNS, Proxy & Gateway
dns— togo DNS / reverse-proxy / API-gateway subsystem (base Provider contract)dns-caddy— Caddy reverse-proxy driver for the togo dns subsystemdns-cloudflare— Cloudflare DNS driver for the togo dns subsystemdns-kong— Kong API-gateway driver (Supabase-friendly) for the togo dns subsystemdns-npm— Nginx Proxy Manager reverse-proxy driver for the togo dns subsystem
Tunnels
tunnel— togo public-tunnel subsystem — one contract over Cloudflare Tunnel, ngrok, Tailscale Funnel, frptunnel-cloudflare— Cloudflare Tunnel driver for togo tunneltunnel-frp— togo tunnel-frp plugintunnel-ngrok— ngrok driver for togo tunnel (pure-Go SDK)tunnel-tailscale— togo tunnel-tailscale plugin
Chat Bots
bot— togo bot pluginbot-discord— togo bot-discord pluginbot-slack— togo bot-slack pluginbot-telegram— togo bot-telegram plugin
i18n, Location & Settings
i18n— togo i18n provider pluginlocation— Localization dataset for togo — countries, currencies, dial codes, timezones, languages + lookup APIsettings— Shared typed config store for togo — DB-backed, scoped, Go + REST APItranslation— DB-backed dynamic i18n for togo — edit translations at runtime, falls back to the static i18n catalog
Multi-tenancy (SaaS)
saas— Multi-tenant SaaS for togo: domain/tenant-id resolution + shared-DB or DB-per-tenant isolation
Documents
ocr— togo OCR plugin — image→text via tesseract (default) or the ai vision driver; POST /api/ocrpdf— togo HTML→PDF plugin — headless-Chromium driver, render API + POST /api/pdf
Contacts & CRM
contacts— togo contacts plugincontacts-google— togo contacts-google plugin
Dev & Testing
faker— togo faker: fake data for factories/seederstesting— togo test harness (HTTP + assertions + sqlite)validation— togo request validation (Laravel-style rules)testing-playwright— togo plugin: testing-playwright
Supabase
plugin-auth-supabase— togo plugin: Supabase (GoTrue) JWT auth — /auth/me + bearer middlewaresupabase— togo Supabase integration: custom image (ParadeDB/pgvector/pg_partman) + stack
SEO
seo— togo SEO/AEO plugin — sitemap, robots, llms.txt, meta/OG/JSON-LD + IndexNow / Google Analytics / Search Console / Bing providers.
Contributing
Built a togo plugin? Submit it to the marketplace or open a PR. New plugins follow the plugin-template + the provider-driver pattern. This list is generated from the live togo-framework org.
License
MIT © togo-framework.