Marketplace

awesome-togo

Other

A 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-togo

Browse, search and install everything at to-go.dev/marketplace. Install any plugin with togo install togo-framework/<name>.

Contents

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, deploy
  • create-togo-app — Project template for togo, rendered by togo new
  • dashboard — 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 plugins
  • claude-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 plugins
  • auth-dev — Developer login for togo auth (dev-only)
  • auth-firebase — Firebase Authentication driver for togo auth
  • auth-oauth — OAuth2 social login for togo auth
  • auth-session-redis — Redis session store for togo auth
  • auth-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-mongodb
  • db-mysql
  • db-postgres
  • db-supabase — Postgres/Supabase driver for togo ORM

Cache

  • cache — togo cache provider plugin
  • cache-redis — Redis driver for togo cache

Storage

Search

Mail

  • mail — togo mail: SMTP + driver plugins (SES/Resend)
  • mail-resend — Resend driver for togo mail
  • mail-sendgrid — SendGrid driver for togo mail

Notifications

Realtime

Queue, Workers & Workflow

  • queue — togo queue provider plugin
  • worker — togo worker: supervised multi-threaded worker pools
  • workflow — togo workflow plugin

Logging

  • log — togo logging: levels, text/json, file output
  • log-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 input
  • log-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 retrieval
  • ai-adk — Google Agent Development Kit (ADK) integration for togo
  • ai-agentops — Agent operations & observability for togo — token/cost/latency tracking, feeds billing
  • ai-agno — Agno agent framework integration for togo
  • ai-anthropic — Anthropic Claude driver for togo ai
  • ai-crawlee — Go-native site crawler data-source for the togo AI kit
  • ai-deepseek — DeepSeek LLM driver for togo ai
  • ai-firecrawl — Firecrawl scrape/crawl data-source (self-hosted + API) for the togo AI kit
  • ai-gemini — Google Gemini driver for togo ai
  • ai-grok — xAI Grok LLM driver for togo ai
  • ai-ollama — Ollama LLM driver for togo ai
  • ai-openai — OpenAI LLM driver for togo ai
  • ai-playwright — Headless-browser (Playwright) data-source for the togo AI kit
  • ai-qwen — Qwen (DashScope) LLM driver for togo ai
  • ai-rag — RAG capability for togo (on the ai plugin)
  • ai-rss — RSS/Atom feed data-source for the togo AI kit
  • ai-searxng — SearXNG metasearch data-source for the togo AI kit
  • ai-stt — Speech-to-Text for togo — Whisper + Deepgram drivers
  • ai-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 reports
  • payment — 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 plugin
  • payment-fawry — Fawry driver for togo payment
  • payment-lemonsqueezy — LemonSqueezy driver for togo payment
  • payment-moyasar — Moyasar driver for togo payment
  • payment-payfort — PayFort driver for togo payment
  • payment-paymob — Paymob driver for togo payment
  • payment-paytabs — PayTabs driver for togo payment
  • payment-stripe — Stripe driver for togo payment
  • payment-tap — Tap driver for togo payment

Deploy

  • deploy — togo deploy subsystem — provider-agnostic Deployer contract (provision/deploy/destroy) for clouds, VPS, Docker, Kubernetes & Terraform
  • deploy-aws — AWS (App Runner) deploy driver for togo
  • deploy-azure — Azure (Container Apps) deploy driver for togo
  • deploy-centos — togo deploy driver: deploy-centos
  • deploy-debian — togo deploy driver: deploy-debian
  • deploy-digitalocean — DigitalOcean deploy driver for togo
  • deploy-docker — togo deploy driver: deploy-docker
  • deploy-gcp — Google Cloud (Cloud Run) deploy driver for togo
  • deploy-hetzner — Hetzner Cloud deploy driver for togo
  • deploy-kubernetes — togo deploy driver: deploy-kubernetes
  • deploy-ovh — OVHcloud (Public Cloud / OpenStack) deploy driver for togo
  • deploy-terraform — togo deploy driver: deploy-terraform
  • deploy-ubuntu — togo deploy driver: deploy-ubuntu
  • deploy-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 subsystem
  • dns-cloudflare — Cloudflare DNS driver for the togo dns subsystem
  • dns-kong — Kong API-gateway driver (Supabase-friendly) for the togo dns subsystem
  • dns-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, frp
  • tunnel-cloudflare — Cloudflare Tunnel driver for togo tunnel
  • tunnel-frp — togo tunnel-frp plugin
  • tunnel-ngrok — ngrok driver for togo tunnel (pure-Go SDK)
  • tunnel-tailscale — togo tunnel-tailscale plugin

Chat Bots

i18n, Location & Settings

  • i18n — togo i18n provider plugin
  • location — Localization dataset for togo — countries, currencies, dial codes, timezones, languages + lookup API
  • settings — Shared typed config store for togo — DB-backed, scoped, Go + REST API
  • translation — 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/ocr
  • pdf — togo HTML→PDF plugin — headless-Chromium driver, render API + POST /api/pdf

Contacts & CRM

Dev & Testing

  • faker — togo faker: fake data for factories/seeders
  • testing — 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 middleware
  • supabase — 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.