togo marketplace
Everything the togo ecosystem ships — plugins, AI agents, skills, MCP tools, and UI components — in one place. One search, one command.
Auth
JWT + RBAC + multi-guard sessions — the base auth kernel.
Database
Pluggable database drivers — Postgres, MySQL, MongoDB, Supabase.
Cache
Pluggable cache — memory / file / db / redis.
Transactional email — drivers + templates.
Notifications
Multi-channel notifications.
Realtime
SSE / WebSocket realtime events.
Search
Full-text search abstraction.
Storage
File / blob storage — drivers.
Claude Code
The togo Claude Code plugin — agents, commands, MCP.
Dashboard
Admin dashboard + login/register UI (needs auth).
Faker
Fake-data generators for factories + seeders.
i18n
Translations + locale routing.
Logging
Structured logging + sinks.
MCP Web
Expose the app over a web MCP endpoint.
ORM
Lightweight ORM over sqlc.
Supabase Auth
Supabase (GoTrue) auth driver.
Queue
Background jobs + workers.
SEO / AEO
Sitemaps, meta, IndexNow, analytics.
Supabase
Supabase integration — db + auth + storage.
Testing
Test helpers + fixtures.
Validation
Request + model validation.
Worker
Long-running background workers.