An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          



Barazo Logo

# Barazo Website

**Marketing and documentation site for [barazo.forum](https://barazo.forum).**

[![Status: Alpha](https://img.shields.io/badge/status-alpha-orange)]()
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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)