The public-facing site for the Barazo project. Will host marketing pages, pricing, comparisons, blog, and user/admin documentation. API reference documentation is served separately by barazo-api at its /docs endpoint (auto-generated from code).
Status: This repository is scaffolded but not yet implemented. It contains repository configuration files (.gitignore, PR template, security policy, CLA workflow) but no application code. Implementation is planned for a later phase.
Marketing pages:
- Homepage with key benefits and calls to action
- Feature overview
- Managed hosting pricing tiers
- Comparison pages (vs Discourse, Flarum, Circle, etc.)
- Blog (technical posts, community stories)
- About page
Documentation (/docs):
- Self-hosting guides
- Admin tutorials
- Plugin development
- AT Protocol concepts (portable identity, cross-forum reputation)
- API integration guides
| Component | Technology |
|---|---|
| Framework | Next.js 16, React 19 |
| Styling | TailwindCSS, Radix Colors, Flexoki |
| Typography | Source Sans 3, Source Code Pro (self-hosted via next/font) |
| Icons | Phosphor Icons |
| Content | MDX (blog + docs) |
| Syntax highlighting | Shiki + Flexoki theme |
| SEO | JSON-LD, OpenGraph, sitemaps, SSR |
| Analytics | Umami (self-hosted) |
| Testing | Vitest, vitest-axe, @axe-core/playwright |
| Deployment | Docker or Vercel |
| Repository | Description | License |
|---|---|---|
| barazo-api | AppView backend (Fastify, firehose, REST API) | AGPL-3.0 |
| barazo-web | Forum frontend (Next.js, Tailwind) | MIT |
| barazo-lexicons | AT Protocol lexicon schemas + generated types | MIT |
| barazo-deploy | Docker Compose deployment templates | MIT |
- Website: barazo.forum
- Discussions: GitHub Discussions
- Issues: Report bugs
Proprietary -- All rights reserved.
See LICENSE for full terms.
Made with ♥ in 🇪🇺 by Singi Labs