Dashboard Guide¶
The SynContext dashboard at syncontext.dev/app lets you manage your context, projects, and account settings through a web interface.
Login¶
- Enter your email and password to log in
- Session tokens last 24 hours — you'll need to log back in after that
- New users: click "Sign Up" to create an account and get your API key
Projects¶
URL: #/projects
The projects page shows all your projects with their status and timestamps.
- Create a project: Click "New Project", enter an ID and name
- Filter by status: Click status tabs (All, Active, Paused, Blocked, Completed, Archived)
- Open a project: Click on any project to see its detail page
Project Detail¶
URL: #/project/{id}
Shows a single project with two tabs:
Context tab¶
Lists the 10 most recent context entries with title, category, source, and timestamp.
- Add entry: Click "Add Entry" to open the entry form
- View history: Click "History" on any entry to see previous versions
- Restore a version: In the history modal, click "Restore" to roll back to that version
- Delete an entry: Click "Delete" (with confirmation)
Decisions tab¶
Lists the 5 most recent decisions with title, decision text, rationale, and who decided.
- Log a decision: Click "Log Decision" to open the form
Project actions¶
- Change status: Click any status button (active, paused, blocked, completed, archived)
- Export: Click "Export project JSON" to download the project with all entries and decisions
- Delete: Click "Delete project" to permanently remove it and all its data (with confirmation)
Search (Context Browser)¶
URL: #/context
Full-text search across all your context entries.
- Search modes: Toggle between Keyword, Semantic, and Hybrid at the top
- Keyword: Fast FTS5 search matching titles and tags
- Semantic: TF-IDF similarity search across content (finds conceptually related entries)
- Hybrid: Combines both for best results
- Expand results: Click any result to see its full content
- Delete from search: Expand a result and click "Delete entry"
Create Entry¶
URL: #/create
Form to manually create a context entry:
- Project: Select from existing projects (required)
- Title: Entry title (required)
- Content: The main content text (required, max 500KB)
- Category: note, doc, status, code, or decision
- Source: dashboard, claude, chatgpt, user, or other
- Tags: Comma-separated list
Decisions¶
URL: #/decisions
Browse decisions across all projects:
- Select project: Choose a project from the dropdown
- Expand details: Click a decision to see rationale and alternatives
Analytics¶
URL: #/stats
Usage statistics for your account:
- Totals: Projects, context entries, and decisions count
- Entries per project: Bar chart showing which projects have the most content
- Entries per source: Where your content comes from (Claude, ChatGPT, dashboard, etc.)
- Activity timeline: Entries per day for the last 30 days
Audit Log¶
URL: #/audit
Chronological log of all data operations on your account (available on Pro and Team plans):
- Filter by action type: create, update, delete, rollback
- Filter by resource: project, context, decision, user
- Each entry shows: timestamp, action, resource type, and resource ID
Billing¶
URL: #/billing
Manage your subscription:
- Current plan: Shows your tier and price
- Upgrade: Choose Pro ($12/mo) or Team ($29/mo) with feature comparison
- Manage Subscription: Opens the Stripe Customer Portal to update payment methods or cancel
- Payment warnings: If a payment fails, a red banner appears with instructions to update your payment method
See Plans & Billing for full plan details.
Settings¶
URL: #/settings
Account management:
- Account info: Email, tier, member since date
- Usage: Current counts for projects, entries, and decisions
- API key: Your key is hashed and cannot be displayed — click "Regenerate API Key" to create a new one (invalidates the old key)
- Connection URLs: Copy-paste URLs for connecting ChatGPT and Claude
- Webhooks: Add, view, and delete webhook URLs for event notifications