···11blank_issues_enabled: true
22contact_links:
33 - name: File issue in barazo-workspace
44- url: https://github.com/barazo-forum/barazo-workspace/issues/new/choose
44+ url: https://github.com/singi-labs/barazo-workspace/issues/new/choose
55 about: We track all issues centrally in barazo-workspace. Please file there for cross-repo features, general feedback, or if unsure where an issue belongs.
···11# Barazo Web -- Default Frontend
2233<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
44- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
44+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
5566-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
66+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
7788The default frontend for Barazo forums. Communicates with the AppView backend exclusively via REST API. Forum admins can customize or replace entirely.
99···47474848Open-source forum software built on the [AT Protocol](https://atproto.com/). Portable identity, member-owned data, no lock-in.
49495050-- **Organization:** [github.com/barazo-forum](https://github.com/barazo-forum)
5050+- **Organization:** [github.com/singi-labs](https://github.com/singi-labs)
5151- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy) / CC BY-SA 4.0 + MIT (docs) / Proprietary (website)
5252-- **Contributing:** See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md)
5252+- **Contributing:** See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md)
53535454### Coding Standards
5555
···11MIT License
2233-Copyright (c) 2026 barazo-forum
33+Copyright (c) 2026 singi-labs
4455Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
+16-16
README.md
···11<div align="center">
2233<picture>
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">
44+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg">
55+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-light.svg">
66+ <img alt="Barazo Logo" src="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg" width="120">
77</picture>
8899# Barazo Web
···12121313[]()
1414[](https://opensource.org/licenses/MIT)
1515-[](https://github.com/barazo-forum/barazo-web/actions/workflows/ci.yml)
1515+[](https://github.com/singi-labs/barazo-web/actions/workflows/ci.yml)
1616[](https://nodejs.org/)
1717[](https://www.typescriptlang.org/)
1818···22222323## Overview
24242525-The default frontend for Barazo forums. Communicates with the [barazo-api](https://github.com/barazo-forum/barazo-api) backend exclusively via REST API. Forum admins can customize the theme or replace this frontend entirely. WCAG 2.2 AA compliant from first commit.
2525+The default frontend for Barazo forums. Communicates with the [barazo-api](https://github.com/singi-labs/barazo-api) backend exclusively via REST API. Forum admins can customize the theme or replace this frontend entirely. WCAG 2.2 AA compliant from first commit.
26262727---
2828···103103104104## Quick Start
105105106106-**Prerequisites:** Node.js 24 LTS, pnpm, [barazo-api](https://github.com/barazo-forum/barazo-api) running (or mock handlers).
106106+**Prerequisites:** Node.js 24 LTS, pnpm, [barazo-api](https://github.com/singi-labs/barazo-api) running (or mock handlers).
107107108108```bash
109109-git clone https://github.com/barazo-forum/barazo-web.git
109109+git clone https://github.com/singi-labs/barazo-web.git
110110cd barazo-web
111111pnpm install
112112···1321322. **Unit tests:** vitest-axe on rendered components
1331333. **Integration:** @axe-core/playwright in CI
134134135135-See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md) for branching strategy, commit format, and code review process.
135135+See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md) for branching strategy, commit format, and code review process.
136136137137**Key standards:**
138138···147147148148## Related Repositories
149149150150-| Repository | Description | License |
151151-| ------------------------------------------------------------------ | --------------------------------------------- | -------- |
152152-| [barazo-api](https://github.com/barazo-forum/barazo-api) | AppView backend (Fastify, firehose, REST API) | AGPL-3.0 |
153153-| [barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons) | AT Protocol lexicon schemas + generated types | MIT |
154154-| [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) | Docker Compose deployment templates | MIT |
155155-| [barazo-website](https://github.com/barazo-forum/barazo-website) | Marketing + documentation site | MIT |
150150+| Repository | Description | License |
151151+| ---------------------------------------------------------------- | --------------------------------------------- | -------- |
152152+| [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend (Fastify, firehose, REST API) | AGPL-3.0 |
153153+| [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | AT Protocol lexicon schemas + generated types | MIT |
154154+| [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose deployment templates | MIT |
155155+| [barazo-website](https://github.com/singi-labs/barazo-website) | Marketing + documentation site | MIT |
156156157157---
158158159159## Community
160160161161- **Website:** [barazo.forum](https://barazo.forum)
162162-- **Discussions:** [GitHub Discussions](https://github.com/orgs/barazo-forum/discussions)
163163-- **Issues:** [Report bugs](https://github.com/barazo-forum/barazo-web/issues)
162162+- **Discussions:** [GitHub Discussions](https://github.com/orgs/singi-labs/discussions)
163163+- **Issues:** [Report bugs](https://github.com/singi-labs/barazo-web/issues)
164164165165---
166166