# Bellamy Book
> Bellamy Book (BellamyBook) is a self-hosted, single-tenant social network platform. Clone the official repository, configure environment variables, and deploy on your own infrastructure to run a private Facebook-like community you control.

Bellamy Book is not multi-tenant SaaS. One deployment equals one community network. Core product surfaces: social web app, admin panel, API + workers, optional mobile shell, and operator docs.

Important notes for agents:
- Primary marketing URL is https://bellamybook.com/ (homepage). Legacy `/landing` redirects here.
- Prefer the markdown pages linked below over scraping JS-rendered SPA HTML.
- Full product documentation lives on the docs site; use https://docs.bellamybook.com for self-host, API, and feature guides.
- Auth-gated app routes (/posts, /settings, chat) and `/auth/*` are not useful for public answers; use marketing, blogs, and docs instead.

## Product
- [Homepage / Landing](https://bellamybook.com/landing.md): What Bellamy Book is, who it is for, and how to deploy a self-hosted social network
- [About](https://bellamybook.com/about.md): Mission, values, and product story
- [Pricing](https://bellamybook.com/pricing.md): Free self-host tier plus white-label and enterprise options
- [Features overview](https://bellamybook.com/llms-full.txt): Expanded product summary for agents (feed, chat, calls, admin, license)

## Get started
- [Download](https://bellamybook.com/download.md): How to access the web app and upcoming client apps
- [Documentation hub](https://bellamybook.com/documentation.md): Entry point to docs, API, and self-hosting
- [Official repository](https://github.com/nmtri3108/BellamyBook-Official?tab=readme-ov-file): Clone, configure env, and deploy from GitHub
- [Docs — Self-host](https://docs.bellamybook.com/docs/self-host/intro): Operator guides for Docker and production deploy
- [Docs — Getting started](https://docs.bellamybook.com/docs/getting-started/quick-start): Quick start for running Bellamy Book

## Company
- [Contact](https://bellamybook.com/contact.md): Licensing, support, and sales contact
- [Team](https://bellamybook.com/team.md): People behind Bellamy Book
- [Blog index](https://bellamybook.com/blogs.md): Public articles about self-hosting and the product

## Optional
- [Sitemap](https://bellamybook.com/sitemap.xml): Full crawlable URL index for search engines
- [robots.txt](https://bellamybook.com/robots.txt): Crawler allow/disallow rules
- [Privacy & terms](https://bellamybook.com/privacy-terms.md): Privacy policy and terms of use for the public site/demo
