···18183. Click "Report a vulnerability"
19194. Fill in the details
20202121-Or email: security@atgora.forum (TBD - will be set up in Phase 2)
2121+Or email: security@barazo.forum (TBD - will be set up in Phase 2)
22222323We will respond within 72 hours with next steps.
2424
···11MIT License
2233-Copyright (c) 2026 atgora-forum
33+Copyright (c) 2026 barazo-forum
4455Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
+24-24
README.md
···11<div align="center">
2233<picture>
44- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-dark.svg">
55- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-light.svg">
66- <img alt="ATgora Logo" src="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-dark.svg" width="120">
44+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg">
55+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-light.svg">
66+ <img alt="Barazo Logo" src="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg" width="120">
77</picture>
8899-# atgora-web
99+# barazo-web
10101111-**Forum frontend for ATgora**
1111+**Forum frontend for Barazo**
12121313[](https://opensource.org/licenses/MIT)
1414[](https://nextjs.org/)
···20202121## ๐ง Status: Pre-Alpha Development
22222323-The default frontend for ATgora - community forums built on the AT Protocol.
2323+The default frontend for Barazo - community forums built on the AT Protocol.
24242525**Current phase:** Planning complete, implementation starting Q1 2026
2626···28282929## What is this?
30303131-The atgora-web is the user-facing interface for ATgora forums. It provides:
3131+The barazo-web is the user-facing interface for Barazo forums. It provides:
32323333- **Forum UI** - Topics, replies, categories, search, profiles
3434- **Authentication flow** - OAuth with AT Protocol PDS providers
···3737- **SEO-optimized** - JSON-LD, OpenGraph, sitemaps
3838- **Themeable** - Dark/light mode, customizable branding
39394040-**API-first:** Consumes atgora-api REST endpoints. Can be fully replaced with custom frontend.
4040+**API-first:** Consumes barazo-api REST endpoints. Can be fully replaced with custom frontend.
41414242---
4343···74747575- Node.js 24 LTS
7676- pnpm
7777-- atgora-api running (see [atgora-api](https://github.com/atgora-forum/atgora-api))
7777+- barazo-api running (see [barazo-api](https://github.com/barazo-forum/barazo-api))
78787979---
8080···82828383**Clone and install:**
8484```bash
8585-git clone https://github.com/atgora-forum/atgora-web.git
8686-cd atgora-web
8585+git clone https://github.com/barazo-forum/barazo-web.git
8686+cd barazo-web
8787pnpm install
8888```
89899090**Configure environment:**
9191```bash
9292cp .env.example .env.local
9393-# Set NEXT_PUBLIC_API_URL to your atgora-api instance
9393+# Set NEXT_PUBLIC_API_URL to your barazo-api instance
9494```
95959696**Run development server:**
···133133134134**Production deployment via Docker:**
135135```bash
136136-docker pull ghcr.io/atgora-forum/atgora-web:latest
136136+docker pull ghcr.io/barazo-forum/barazo-web:latest
137137```
138138139139-See [atgora-deploy](https://github.com/atgora-forum/atgora-deploy) for full deployment templates.
139139+See [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) for full deployment templates.
140140141141---
142142143143## Customization
144144145145-ATgora forums can be customized:
145145+Barazo forums can be customized:
146146147147**Easy (admin panel):**
148148- Forum name, description, logo
···153153- Fork this repo
154154- Modify components, styles
155155- Deploy custom frontend
156156-- Still consumes atgora-api endpoints
156156+- Still consumes barazo-api endpoints
157157158158---
159159160160## Documentation
161161162162-- **User Guides:** [atgora.forum/docs](https://atgora.forum/docs) (coming soon)
162162+- **User Guides:** [barazo.forum/docs](https://barazo.forum/docs) (coming soon)
163163- **PRD:** [docs/prd.md](docs/prd.md)
164164165165---
···174174175175## Related Repositories
176176177177-- **[atgora-api](https://github.com/atgora-forum/atgora-api)** - Backend API (AGPL-3.0)
178178-- **[atgora-lexicons](https://github.com/atgora-forum/atgora-lexicons)** - AT Protocol schemas
179179-- **[atgora-deploy](https://github.com/atgora-forum/atgora-deploy)** - Deployment templates
177177+- **[barazo-api](https://github.com/barazo-forum/barazo-api)** - Backend API (AGPL-3.0)
178178+- **[barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons)** - AT Protocol schemas
179179+- **[barazo-deploy](https://github.com/barazo-forum/barazo-deploy)** - Deployment templates
180180181181---
182182183183## Community
184184185185-- ๐ **Website:** [atgora.forum](https://atgora.forum) (coming soon)
186186-- ๐ฌ **Discussions:** [GitHub Discussions](https://github.com/orgs/atgora-forum/discussions)
187187-- ๐ **Issues:** [Report bugs](https://github.com/atgora-forum/atgora-web/issues)
185185+- ๐ **Website:** [barazo.forum](https://barazo.forum) (coming soon)
186186+- ๐ฌ **Discussions:** [GitHub Discussions](https://github.com/orgs/barazo-forum/discussions)
187187+- ๐ **Issues:** [Report bugs](https://github.com/barazo-forum/barazo-web/issues)
188188189189---
190190191191-ยฉ 2026 ATgora. Licensed under MIT.
191191+ยฉ 2026 Barazo. Licensed under MIT.