# Qubit Documentation

[Qubit](https://github.com/deadbits/qubit) is a minimalist blogging and micro-blogging platform that can be easily self-hosted.

Modern social platforms shape how we write and share. But sometimes you just want a quiet corner of the internet to document your thoughts and learnings.

Inspired by the simplicity of "Today I Learned" blogs and the clean aesthetics of platforms like [WriteFreely](https://writefreely.org/) and [Article.app](https://article.app/), Qubit is built for developers and tinkerers who want to focus on writing without the pressure of metrics, algorithms, or engagement statistics.

Write short notes about what you're building. Share useful resources you've discovered. Document your learning journey.

No follower counts, no likes, no retweets — just thoughts and code in clean, monospaced type.

### ✨ Features

* Clean, distraction-free writing experience
* Minimal micro-blog style feed
* Markdown editor with live preview (EasyMDE)
* Semantic search with PostgreSQL and pgvector
* Modern, minimal frontend via Tailwind CSS
* Tag-based organization

Check our the [Github repository](https://github.com/deadbits/qubit) or head over to [Quickstart](https://qubit.deadbits.ai/getting-started/quickstart) to get up and running in four steps with Docker compose.


---

# Agent Instructions: 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:

```
GET https://qubit.deadbits.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
