Skip to content

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.

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)
  1. Click the New Idea button in the top-right corner of the dashboard.

  2. Fill in the idea details:

    FieldRequiredDescription
    TitleYesA concise name for the idea
    BodyNoLonger description — supports full Markdown
    TagsNoComma-separated labels (e.g., ai, mobile, revenue)
    StatusNoDefaults to captured — change if needed
  3. Click Save.

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 duplicate relation 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.

Switch to the Kanban view using the toggle at the top of the dashboard. The kanban board displays ideas as cards in columns:

ColumnStatus
CapturedNew, unevaluated ideas
ExploringIdeas under research or consideration
BuildingIdeas actively being implemented
ShippedCompleted and delivered ideas
ShelvedParked 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.

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 mobile

Search results are ranked by relevance and can be further filtered by status, tags, and source.

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.

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