> For the complete documentation index, see [llms.txt](https://docs.bitpers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitpers.com/introduction/bitpers.md).

# Bitpers

### Who We Are

Bitpers is a visual‑first social ecosystem where images become living stories. We unite **personal memory**, **social sharing**, and **community collaboration** in one modular platform.

### What We Value

#### 1) Community‑first (Gen‑Z & Gen‑Alpha)

* **Expression > performance:** Spaces for creativity, aesthetics, and vibe—less performative, more authentic.
* **Subcultures thrive:** Topic hubs (cars, food, design), campus fests, and friend circles—each with their own norms.
* **Co‑creation:** Posting is just the start; people build together.

#### 2) Privacy by default

* Clear visibility on every space: **Private / Friends / Public**.
* **Consent‑first** discovery (Face Hunt opt‑in): users control if/where they are discoverable.
* Local‑first + encryption roadmap—no surveillance economics.

#### 3) Collaboration built‑in

* Beyond feeds: **Murals** (shared boards), **Memory Boards** (living diaries), and **Collab** (polls, tags, quick edits) turn media into decisions.

### How Bitpers Feels

* **Media‑first UI:** Edge‑to‑edge content; comments in a half‑sheet so visuals stay visible.
* **Two modes, one model:** Curated grids for storytelling; vertical feeds for scrolling.
* **Lightweight, playful UX:** Custom emoji, fast reactions, minimal chrome.

### What You Can Do on Day One

* Create **Murals** for events/themes (private or public).
* Keep a **Memory Board** for trips, friendships, or projects (solo or shared).
* Use **Collab** to pick the best shots, run polls, and produce a clean recap.
* Layer **Events** to auto‑route captures and **Face Hunt** (opt‑in) to find people fast.

### Why It’s Different

* Pinterest is static; Discord is chaotic; Google Photos is solo; Reddit is text‑first.
* **Bitpers** is *visual, social, and collaborative*—with privacy and consent at the core.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bitpers.com/introduction/bitpers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
