https://github.com/singi-labs/barazo-website
Barazo marketing site (Astro)
https://github.com/singi-labs/barazo-website
astro atprotocol forum
Last synced: 25 days ago
JSON representation
Barazo marketing site (Astro)
- Host: GitHub
- URL: https://github.com/singi-labs/barazo-website
- Owner: singi-labs
- License: other
- Created: 2026-02-10T01:09:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T00:10:18.000Z (4 months ago)
- Last Synced: 2026-03-06T04:26:38.326Z (4 months ago)
- Topics: astro, atprotocol, forum
- Homepage: https://barazo.forum
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: .github/SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README

# Barazo Website
**Marketing and documentation site for [barazo.forum](https://barazo.forum).**
[]()
[](https://opensource.org/licenses/MIT)
---
## Overview
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](https://github.com/singi-labs/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.
---
## Planned Content
**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
---
## Planned Tech Stack
| 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 |
---
## Related Repositories
| Repository | Description | License |
|------------|-------------|---------|
| [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend (Fastify, firehose, REST API) | AGPL-3.0 |
| [barazo-web](https://github.com/singi-labs/barazo-web) | Forum frontend (Next.js, Tailwind) | MIT |
| [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | AT Protocol lexicon schemas + generated types | MIT |
| [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose deployment templates | MIT |
---
## Community
- **Website:** [barazo.forum](https://barazo.forum)
- **Discussions:** [GitHub Discussions](https://github.com/orgs/singi-labs/discussions)
- **Issues:** [Report bugs](https://github.com/singi-labs/barazo-website/issues)
---
## License
**Proprietary** -- All rights reserved.
See [LICENSE](LICENSE) for full terms.
---
Made with ♥ in 🇪🇺 by [Singi Labs](https://singi.dev)