Dashboard overview

The Ultrathink web app is your central hub for browsing, searching, and organising everything you have captured. Access it at tryultrathink.com from any modern browser.

This guide walks you through the main layout, sidebar navigation, grid views, and real-time sync so you can find your way around quickly.

Layout at a glance

The web app is split into three areas:

AreaPositionPurpose
SidebarLeftNavigation, quick filters, entry counts
Main gridCentreBrowse entries in card format
Detail panelRight (on click)View and edit a single entry

The sidebar stays visible on larger screens and collapses to a hamburger menu on smaller viewports.

The sidebar gives you one-click access to every major area of Ultrathink.

SectionWhat it shows
DashboardOverview and quick-access widgets
All entriesEvery entry in your knowledge base with filters
ProjectsEntries classified as projects, with GitHub integration
TasksKanban board for task management
TopicsBrowse and manage your topic tags
PeopleBrowse entries by tagged people
WorkplanVisual canvas for daily planning
AI CanvasMulti-modal AI prompts using your entries
SearchAI-powered natural-language search
SettingsAccount, display, navigation, and privacy options

Quick-filter counts

Below the main navigation, the sidebar shows quick filters grouped by type:

  • By type: Links, screenshots, ChatGPT conversations, PDFs, and more. Each shows an entry count.
  • By entity: Project, Task, Knowledge, Unclassified.
  • By category: Work, Personal.

Click any filter to narrow the grid instantly. Click again to clear.

Customising navigation

You can tailor the sidebar to match how you work. Open Settings > Navigation to find the following options.

Show or hide sections

  1. Open Settings > Navigation.
  2. Toggle the visibility switch next to each section.
  3. Hidden sections disappear from the sidebar but your data remains untouched.

Reorder sections

  1. Open Settings > Navigation.
  2. Drag sections into your preferred order.
  3. The sidebar updates immediately.

Set a startup page

Choose which page loads when you first open the web app:

  1. Open Settings > Navigation.
  2. Under Startup page, select from the dropdown (for example, All entries, Tasks, or Workplan).
  3. Save your choice.

Next time you visit the app, it opens directly to that page.

Grid views

The main area displays your entries in a responsive card grid. You can adjust the density to suit your screen and preference.

DensitySpacingBest for
CompactLess whitespace, fits more contentPower users with many entries
ComfortableBalanced spacing (default)General use
SpaciousMore breathing roomEasier scanning

Changing UI density

  1. Open Settings > Appearance.
  2. Under UI Density, choose Compact, Comfortable, or Spacious.
  3. The grid re-renders immediately.

Additional display settings

SettingOptionsWhat it does
Alternate row coloursOn / OffAdds subtle banding for easier scanning
Show refresh buttonOn / OffDisplays a manual refresh icon in the toolbar
Show entry countOn / OffDisplays the total number of entries at the top of the grid

Sorting entries

You can reorder the grid by clicking the sort control in the toolbar.

Sort optionDescription
Date created (newest)Most recently captured entries first
Date created (oldest)Earliest entries first
Title (A-Z)Alphabetical order
Title (Z-A)Reverse alphabetical order
TypeGrouped by entry type
Last updatedMost recently edited entries first

Real-time sync

Ultrathink uses real-time Firestore subscriptions, so your data stays current without manual refreshing.

  • New entries appear instantly: capture something on your phone or extension and it shows up in the web app within seconds.
  • Edits sync across tabs: change a title in one tab and see it update in another.
  • No polling required: the connection is live, not periodic.

If sync seems stuck

Occasionally a network hiccup can interrupt the real-time connection. Try these steps:

  1. Click the refresh button in the toolbar (if visible).
  2. Reload the browser tab.
  3. Check your internet connection.
  4. Sign out and sign back in if the issue persists.

Projects section

The Projects section lists all entries with the Project entity type. Each project can:

  • Link to a GitHub repository to surface issues and pull requests.
  • Show related entries that reference the project.
  • Roll up associated tasks for a quick status overview.

Tasks section

The Tasks section opens a Kanban board where you can:

  • Drag entries between columns (for example, To Do, In Progress, Done).
  • Create custom columns.
  • Set due dates and priorities.

See the Tasks and Kanban documentation for a full walkthrough.

Workplan section

The Workplan section provides a visual canvas for daily planning:

  • Add entries and tasks to your plan for the day.
  • Track progress as you complete work.
  • Review what you accomplished at the end of the day.

Next steps