Web App
The web dashboard at neuralrepo.com is NeuralRepo’s primary interface. It provides the full feature set — idea creation, kanban workflow, search, mind map visualization, and settings management.
Dashboard Overview
Section titled “Dashboard Overview”When you sign in, the dashboard shows your idea list — a filterable, searchable view of all your ideas. From here you can:
- Filter by status — click the status tabs (
captured,exploring,building,shipped,shelved) to narrow the list - Filter by tags — use the tag sidebar or search for specific tags
- Filter by source — see ideas from a specific capture source (web, CLI, MCP, etc.)
- Sort — order ideas by date created, date updated, or title
- Search — use the search bar for keyword search (free) or semantic search (Pro)
Creating Ideas
Section titled “Creating Ideas”-
Click the New Idea button in the top-right corner of the dashboard.
-
Fill in the idea details:
Field Required Description Title Yes A concise name for the idea Body No Longer description — supports full Markdown Tags No Comma-separated labels (e.g., ai, mobile, revenue)Status No Defaults to captured— change if needed -
Click Save.
Duplicate Warnings
Section titled “Duplicate Warnings”When you save a new idea, NeuralRepo checks for existing ideas with similar content using vector similarity (Pro). If a potential duplicate is found, you will see a warning banner before the idea is saved:
- View duplicate — opens the existing idea for comparison
- Link as duplicate — saves the new idea and creates a
duplicaterelation to the existing one - Save anyway — saves the new idea without linking
This helps prevent the same idea from being captured multiple times across different sources.
Kanban Board
Section titled “Kanban Board”Switch to the Kanban view using the toggle at the top of the dashboard. The kanban board displays ideas as cards in columns:
| Column | Status |
|---|---|
| Captured | New, unevaluated ideas |
| Exploring | Ideas under research or consideration |
| Building | Ideas actively being implemented |
| Shipped | Completed and delivered ideas |
| Shelved | Parked ideas — not active, not deleted |
Drag and drop cards between columns to change their status. This is the fastest way to move ideas through your workflow.
Search
Section titled “Search”The search bar at the top of the dashboard supports two modes:
Standard text matching across idea titles and bodies. Searches for exact words and phrases.
habit tracker mobileVector-powered search that finds ideas by meaning. A search for “daily routine app” will match ideas titled “habit tracker” or “morning checklist tool” even if the exact words do not appear.
app for tracking daily routinesSearch results are ranked by relevance and can be further filtered by status, tags, and source.
Mind Map
Section titled “Mind Map”The Mind Map tab (Pro) renders your idea graph as an interactive network visualization. Each idea is a node, and relations are edges connecting them.
- Zoom and pan to navigate the graph
- Click a node to open the idea detail view
- Color coding reflects idea status
- Edge labels show the relation type (related, blocks, inspires, etc.)
The mind map is especially useful for spotting clusters of related ideas, identifying blocking dependencies, and understanding how your ideas connect across projects.
Settings
Section titled “Settings”Access settings from the gear icon in the top navigation. From here you can:
- Generate API keys for CLI, Siri, and API access
- Manage billing — upgrade, downgrade, or cancel your plan
- Configure BYOK AI — add your own OpenAI or Anthropic API key
- Export data — download all your ideas as JSON or CSV
- Manage account — update email, connected OAuth providers, and preferences