Introducing Tribe Docs
We’ve been heads-down building Tribe for a while now, and one thing kept nagging at us: the docs weren’t keeping up. Today we’re putting that right. The new Tribe documentation site is live, and it’s designed to be the single place you go when you need to figure out how something works or grab a code snippet you can paste straight into your project.
What’s inside
Section titled “What’s inside”Feature guides cover every part of Tribe individually, from auth and analytics to payments, feedback, and beyond. Each guide walks through setup with real code examples for both React and vanilla JS, along with notes on patterns we’ve seen work well in practice.
AI agent integration is baked into every page. You’ll find copy-pasteable prompts for Claude Code, Codex, or whichever AI coding tool you prefer. If you’ve installed the Tribe skill, you can hand the whole integration off to your agent and review what it produces.
SDK reference gives you a searchable, complete listing of every method, parameter, and type the SDK exposes. No guessing at signatures or hunting through source code.
Built for builders
Section titled “Built for builders”We wrote these docs with a bias toward shipping. You won’t find long detours into abstract architecture or pages of boilerplate you have to wade through before anything useful appears. Every page opens with what the feature actually does, shows how to wire it up, and gives you working code you can drop into your app. If that sounds refreshingly boring, good. That’s the point.
Get started
Section titled “Get started”- Quick Start — add Tribe to your app in 5 minutes
- Installation — install the AI coding skill or the SDK directly
- Authentication — add login to your app
- SDK Reference — complete API docs