···1<div align="center">
23<picture>
4- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg">
5- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-light.svg">
6- <img alt="Barazo Logo" src="https://raw.githubusercontent.com/barazo-forum/.github/main/assets/logo-dark.svg" width="120">
7</picture>
89# Barazo Workspace
···2930| Directory | Repository | Description |
31|-----------|-----------|-------------|
32-| `barazo-api/` | [barazo-api](https://github.com/barazo-forum/barazo-api) | AppView backend (Fastify, AT Protocol) |
33-| `barazo-web/` | [barazo-web](https://github.com/barazo-forum/barazo-web) | Forum frontend (Next.js, React) |
34-| `barazo-lexicons/` | [barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons) | AT Protocol lexicon schemas + generated types |
35-| `barazo-deploy/` | [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) | Docker Compose templates for self-hosting |
36-| `barazo-website/` | [barazo-website](https://github.com/barazo-forum/barazo-website) | Marketing + docs site (barazo.forum) |
3738## Shared Configuration
39···5556```bash
57# Clone the workspace root
58-git clone https://github.com/barazo-forum/barazo-workspace.git barazo-forum
59-cd barazo-forum
6061# Clone each sub-project
62-git clone https://github.com/barazo-forum/barazo-api.git
63-git clone https://github.com/barazo-forum/barazo-web.git
64-git clone https://github.com/barazo-forum/barazo-lexicons.git
65-git clone https://github.com/barazo-forum/barazo-deploy.git
66-git clone https://github.com/barazo-forum/barazo-website.git
6768# Install all dependencies (workspace-wide)
69pnpm install
···92- Conventional commits enforced via commitlint + husky
93- Strict TypeScript (`strict: true`, no `any`)
94- All changes via Pull Requests (never commit directly to `main`)
95-- See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md) for full guidelines
9697---
98···100101| Repository | Description | License |
102|------------|-------------|---------|
103-| [barazo-api](https://github.com/barazo-forum/barazo-api) | AppView backend -- Fastify, firehose, API | AGPL-3.0 |
104-| [barazo-web](https://github.com/barazo-forum/barazo-web) | Forum frontend -- Next.js, Tailwind | MIT |
105-| [barazo-lexicons](https://github.com/barazo-forum/barazo-lexicons) | Lexicon schemas + generated TypeScript types | MIT |
106-| [barazo-deploy](https://github.com/barazo-forum/barazo-deploy) | Docker Compose templates for self-hosting | MIT |
107-| [barazo-website](https://github.com/barazo-forum/barazo-website) | Marketing + docs site (barazo.forum) | MIT |
108-| [.github](https://github.com/barazo-forum/.github) | Org-level community health files | MIT |
109110---
111112## Community
113114- **Website:** [barazo.forum](https://barazo.forum)
115-- **Discussions:** [GitHub Discussions](https://github.com/orgs/barazo-forum/discussions)
116-- **Issues:** [Report bugs](https://github.com/barazo-forum/barazo-workspace/issues)
117118---
119
···1<div align="center">
23<picture>
4+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg">
5+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-light.svg">
6+ <img alt="Barazo Logo" src="https://raw.githubusercontent.com/singi-labs/.github/main/assets/logo-dark.svg" width="120">
7</picture>
89# Barazo Workspace
···2930| Directory | Repository | Description |
31|-----------|-----------|-------------|
32+| `barazo-api/` | [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend (Fastify, AT Protocol) |
33+| `barazo-web/` | [barazo-web](https://github.com/singi-labs/barazo-web) | Forum frontend (Next.js, React) |
34+| `barazo-lexicons/` | [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | AT Protocol lexicon schemas + generated types |
35+| `barazo-deploy/` | [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose templates for self-hosting |
36+| `barazo-website/` | [barazo-website](https://github.com/singi-labs/barazo-website) | Marketing + docs site (barazo.forum) |
3738## Shared Configuration
39···5556```bash
57# Clone the workspace root
58+git clone https://github.com/singi-labs/barazo-workspace.git singi-labs
59+cd singi-labs
6061# Clone each sub-project
62+git clone https://github.com/singi-labs/barazo-api.git
63+git clone https://github.com/singi-labs/barazo-web.git
64+git clone https://github.com/singi-labs/barazo-lexicons.git
65+git clone https://github.com/singi-labs/barazo-deploy.git
66+git clone https://github.com/singi-labs/barazo-website.git
6768# Install all dependencies (workspace-wide)
69pnpm install
···92- Conventional commits enforced via commitlint + husky
93- Strict TypeScript (`strict: true`, no `any`)
94- All changes via Pull Requests (never commit directly to `main`)
95+- See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md) for full guidelines
9697---
98···100101| Repository | Description | License |
102|------------|-------------|---------|
103+| [barazo-api](https://github.com/singi-labs/barazo-api) | AppView backend -- Fastify, firehose, API | AGPL-3.0 |
104+| [barazo-web](https://github.com/singi-labs/barazo-web) | Forum frontend -- Next.js, Tailwind | MIT |
105+| [barazo-lexicons](https://github.com/singi-labs/barazo-lexicons) | Lexicon schemas + generated TypeScript types | MIT |
106+| [barazo-deploy](https://github.com/singi-labs/barazo-deploy) | Docker Compose templates for self-hosting | MIT |
107+| [barazo-website](https://github.com/singi-labs/barazo-website) | Marketing + docs site (barazo.forum) | MIT |
108+| [.github](https://github.com/singi-labs/.github) | Org-level community health files | MIT |
109110---
111112## Community
113114- **Website:** [barazo.forum](https://barazo.forum)
115+- **Discussions:** [GitHub Discussions](https://github.com/orgs/singi-labs/discussions)
116+- **Issues:** [Report bugs](https://github.com/singi-labs/barazo-workspace/issues)
117118---
119
+2-2
agents-md/repos/barazo-api.md
···1# Barazo API -- AppView Backend
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-AGPL-3.0 | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78The AppView backend for Barazo. Subscribes to AT Protocol firehose, indexes `forum.barazo.*` records in PostgreSQL, and exposes a REST API for all forum operations.
9
···1# Barazo API -- AppView Backend
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+AGPL-3.0 | Part of [github.com/singi-labs](https://github.com/singi-labs)
78The AppView backend for Barazo. Subscribes to AT Protocol firehose, indexes `forum.barazo.*` records in PostgreSQL, and exposes a REST API for all forum operations.
9
+2-2
agents-md/repos/barazo-deploy.md
···1# Barazo Deploy -- Self-Hosting Templates
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78Docker Compose templates and documentation for self-hosting a Barazo forum instance.
9
···1# Barazo Deploy -- Self-Hosting Templates
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
78Docker Compose templates and documentation for self-hosting a Barazo forum instance.
9
+2-2
agents-md/repos/barazo-docs.md
···1# Barazo Docs -- Documentation Site
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78Documentation site for Barazo at docs.barazo.forum. Built with Fumadocs (Next.js).
9
···1# Barazo Docs -- Documentation Site
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
78Documentation site for Barazo at docs.barazo.forum. Built with Fumadocs (Next.js).
9
+2-2
agents-md/repos/barazo-lexicons.md
···1# Barazo Lexicons -- Schema Definitions
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78Lexicon schemas for the Barazo forum platform. Defines all `forum.barazo.*` record types and generates TypeScript types consumed by barazo-api and barazo-web.
9
···1# Barazo Lexicons -- Schema Definitions
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
78Lexicon schemas for the Barazo forum platform. Defines all `forum.barazo.*` record types and generates TypeScript types consumed by barazo-api and barazo-web.
9
+2-2
agents-md/repos/barazo-web.md
···1# Barazo Web -- Default Frontend
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78The default frontend for Barazo forums. Communicates with the AppView backend exclusively via REST API. Forum admins can customize or replace entirely.
9
···1# Barazo Web -- Default Frontend
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
78The default frontend for Barazo forums. Communicates with the AppView backend exclusively via REST API. Forum admins can customize or replace entirely.
9
+2-2
agents-md/repos/barazo-website.md
···1# Barazo Website -- Marketing Site
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4- https://github.com/barazo-forum/barazo-workspace/tree/main/agents-md -->
56-MIT | Part of [github.com/barazo-forum](https://github.com/barazo-forum)
78Marketing site for Barazo at barazo.forum. Built with Astro. Documentation lives in barazo-docs (docs.barazo.forum).
9
···1# Barazo Website -- Marketing Site
23<!-- Auto-generated from barazo-workspace. To propose changes, edit the source:
4+ https://github.com/singi-labs/barazo-workspace/tree/main/agents-md -->
56+MIT | Part of [github.com/singi-labs](https://github.com/singi-labs)
78Marketing site for Barazo at barazo.forum. Built with Astro. Documentation lives in barazo-docs (docs.barazo.forum).
9
+2-2
agents-md/shared.md
···45Open-source forum software built on the [AT Protocol](https://atproto.com/). Portable identity, member-owned data, no lock-in.
67-- **Organization:** [github.com/barazo-forum](https://github.com/barazo-forum)
8- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy) / CC BY-SA 4.0 + MIT (docs) / Proprietary (website)
9-- **Contributing:** See [CONTRIBUTING.md](https://github.com/barazo-forum/.github/blob/main/CONTRIBUTING.md)
1011### Coding Standards
12
···45Open-source forum software built on the [AT Protocol](https://atproto.com/). Portable identity, member-owned data, no lock-in.
67+- **Organization:** [github.com/singi-labs](https://github.com/singi-labs)
8- **License:** AGPL-3.0 (backend) / MIT (frontend, lexicons, deploy) / CC BY-SA 4.0 + MIT (docs) / Proprietary (website)
9+- **Contributing:** See [CONTRIBUTING.md](https://github.com/singi-labs/.github/blob/main/CONTRIBUTING.md)
1011### Coding Standards
12