Welcome to the Pubky Knowledge Base.
This site documents Pubky's vision, architecture, key concepts, and practical guides for Pubky Core and pubky.app.
For typos, broken links, or small improvements:
- Fork this repository
- Make your changes
- Submit a pull request
For new pages or significant changes, open an issue first and follow the Contributing Guide.
- GitHub: github.com/pubky
- Pubky Core: github.com/pubky/pubky-core (examples)
- Telegram: t.me/pubkycore
- Live App: pubky.app
Run commands from the project root:
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start the local dev server at localhost:4321 |
npm run build |
Build the site to dist/ and generate AI-readable docs |
npm run preview |
Preview the production build locally |
npm run astro ... |
Run Astro CLI commands |
AI agents and humans can read the docs as plain Markdown from:
https://docs.pubky.org/llms.txthttps://docs.pubky.org/llms-full.txthttps://docs.pubky.org/llms-small.txt
llms-small.txt links to per-page Markdown files. You can also open them directly by adding .md to a docs path, for example https://docs.pubky.org/getting-started.md or https://docs.pubky.org/explore/pubkycore/sdk.md.
Locally, npm run build generates the same files in dist/.