Skip to content

Glassy Docs

Installation, configuration, and the reference surface for Glassy.

A quiet workspace for the people who think in 47 tabs, 12 notebooks, and a voice memo they forgot to label. This site is the canonical reference — installation, core features, integrations, self-hosting, and the API surface — kept in lockstep with the shipping app.


Pick a path


For contributors

The docs site is built with Material for MkDocs and lives in the 0Reliance/glassy-docs repository. Pages are flat Markdown — frontmatter controls nav metadata, sections, and review dates.

docs/
├── 01-getting-started/         # Onboarding guides
├── 02-core-features/          # Feature documentation
│   ├── editor/                # Writing tools
│   ├── security/              # Account protection
│   ├── integrations/          # Third-party connections
│   └── ai-features/          # AI assistance (BYOK)
├── 03-advanced/               # Self-hosting and tutorials
├── 04-troubleshooting/         # Problem solving
├── 05-quick-reference/        # Cheatsheets and references
├── changelog/                 # Version history
└── about/                     # Contributing guidelines

The docs surface is the canonical reference — keep it in lockstep with the shipping app. If a docs issue reflects a shipped product mismatch, update the source-of-truth first, then the docs. See Contributing to Documentation for the full guide.

Section Description
Getting Started Start here — sign-up, install, first note
Second Brain / MCP Connect your knowledge base to Claude, Cursor, Windsurf, OpenCode, etc.
Glassy Companion Browser extension for capture, screenshots, and the Obsidian bridge
Self-Hosting Run Glassy on your own machine
Troubleshooting Common problems and how to fix them
FAQ Frequently asked questions
Keyboard Shortcuts The cheatsheet
Changelog Every release, every change
Contribute How to contribute to the docs