Guides
Quick Start
Get up and running with Clave in under 5 minutes.
Install and run
git clone https://github.com/your-org/clave.git
cd clave
bun install
cp .env.example .env.local
# Fill in your Convex and Google OAuth credentials
bun run dev
Open http://localhost:4000 and sign in.
Create a workspace
After signing in, you'll be prompted to create your first workspace. Choose a name (e.g., "My Team") and a URL slug (e.g., my-team).
Create your first project
- Click Projects in the sidebar
- Click New Project
- Give it a name, pick an icon and color
- Your project is ready — it includes a board, timeline, and card views
Create issues
Issues are the primary work items in Clave. Create them from the project board:
- Open your project
- Switch to Board view
- Click + New Issue in any column
- Add a title, description, assignee, and priority
Write a document
Documents are rich-text pages for specs, notes, and meeting minutes:
- Click Docs in the sidebar
- Click New Document
- Start writing — the editor supports headings, lists, code blocks, embeds, and more
- Share with your team — changes sync in real-time
Use the whiteboard
Whiteboards are freeform canvases for brainstorming:
- Click Boards in the sidebar
- Click New Board
- Use the toolbar to add shapes, sticky notes, text, and drawings
Key shortcuts
Speed up your workflow with keyboard shortcuts:
| Shortcut | Action |
|---|---|
Cmd+K | Command palette |
Cmd+B | Toggle sidebar |
C | Create new issue |
? | Shortcuts menu |
G then P | Go to Projects |
G then I | Go to Inbox |
Press ? anywhere to see the full shortcuts list.
Next steps
- Getting Started — full setup guide with troubleshooting
- Keyboard Shortcuts — complete shortcuts reference
- Architecture — how Clave is built under the hood