Skip to content

What is Hypertask?

AI-native collaboration

Built with agents first. Hypertask comes with an intelligent co-worker that can read your board, create tasks, and respond to comments—all via Chat, CLI, MCP, or REST.

Full control, no lock-in

Use the built-in email login, or integrate programmatically. The CLI, MCP and REST APIs cover every piece of your workflow, so you own the experience.

Workspace-ready

Multi-tenant workspaces with optional boards per workspace, team invites, role-based permissions, and real-time collaboration for many teams.

Modern UX

Clean Kanban boards, calendar views, a unified Inbox for mentions and updates, and a Theme picker supporting Light, Dark, AMOLED, and custom Paper theme.

Whether you prefer a browser UI, the command line, or integrating via code, there’s a path that fits your workflow.

Sign in with email on app.hypertask.ai to start collaborating immediately. Invite your team and start adding tasks, boards, and workflows.

Here’s a quick overview of the key concepts you’ll use in Hypertask.

ConceptDescription
WorkspaceThe top-level container for your organization. Board owners can choose whether a board belongs to one workspace or automatically inherits from the owner.
BoardA flexible surface for organizing work: Kanban columns, tables, lists, or calendars. Boards contain sections, views, and tasks.
SectionA column on a Kanban board with tasks that share a common state or trigger. Sections support drag-to-reorder.
ViewA custom perspective on a board—filtering, sorting, grouping, or hiding tasks. Views can be pinned, hidden, or deleted as needed.
TaskA unit of work with a title, description, assignee, tags, subtasks, and relations with other tasks and issues.
ChatAn in-app AI assistant that understands your context—tasks, boards, messages, and more. You can create and edit saved GPTs, speed up writing, and control agents and time tracking.
InboxA unified feed of mentions, important items, reactions, and updates across your boards. Unread items are highlighted and accessible via keyboard navigation.
AgentsAutonomous AI agents that can pull context from your board, create and update tasks, respond to comments, run schedules, and interact with your workspace via tools.
  1. Create an account or sign in with email/app password at app.hypertask.ai.
  2. Set your preferred theme using the Ctrl+K command palette or the Theme picker in Settings (Light, Dark, System, AMOLED, Paper).
  3. Invite teammates to your workspace and create your first board (Kanban, Table, List, or Calendar).
  4. Start adding tasks, tagging them for organization, and assigning them.
  5. Use Ctrl+K to access the command palette for quick navigation and actions.
  6. Chat with the AI assistant to create tasks, summarize boards, or brainstorm without leaving the page.
  7. Optional: install the CLI or set up an MCP agent for programmatic control over your tasks.

Hypertask has a rich set of keyboard shortcuts across surfaces. Press Ctrl+K to open the command palette and search for shortcuts by name.

Ctrl+K — Open command palette for shortcuts and actions.

Ctrl+G — Navigate surfaces (Inbox ââ positions Bo… hold: em leads &

The command palette shows all shortcuts relevant to your current context, such as boards, tasks, inbox, and chat. Hover over a shortcut to see its location (modal, board surface, or button).

The header’s Login button shows a “Press L to log in” tooltip when you hover over it or focus it with the keyboard. This hint highlights the visual keycap style for improved discoverability and accessibility.

First-time users see an Onboarding Tour when they sign in. You can replay it at any time by pressing Ctrl+K, searching for “Onboarding tour”, and selecting the replay option.

The tour walks you through connecting AI, creating your first board, and using key features. Invited teammates see a trimmed version that skips heavy setup but still introduces essential workflows.

Hypertask uses server-side authentication and ensures that other users’ data never leaks into your boards or views. Here are some key principles:

  • Email sign-in & Better Auth: Sign in is handled server-side. Email login takes you directly to your board; magic-links and sign-out remain functional.
  • Firebase for push only: Firebase Auth is not used for login or signup. Firebase is strictly for FCM push notifications.
  • Route cleanup: Dead authentication routes that no longer exist (e.g. old signup or password reset paths) return 404, and CORS carve-outs are removed for production security.
  • Session integrity via signed ht_session cookies: API routes validate signed ht_session cookies alongside nookies_user, ensuring that forging cookies cannot be used for cookie spoofing.
  • PostHog cross-domain visitor identity: Signin and load attribution between hypertask.ai and app.hypertask.ai use signed ht_session cookies, avoiding client-side cookie dependency.
  • Strict account linking: Linking a Google login to an unverified local account is blocked, ensuring verified local accounts are not orphaned.
  • Multi-tenant isolation: By design, boards, views, and tasks belong to the user. Archive and other features show only your data unless explicitly shared.
Is Hypertask free?

Hypertask offers a free tier for small teams. Paid plans provide additional workspace seats, increased board/task limits, and priority support. See Pricing for details.

Can I export my tasks?

Yes. Export options include CSV, JSON, and integrations with IDEs, build tools, and CI/CD pipelines using the CLI and REST API.

Is there a mobile app?

The web app is fully responsive and works seamlessly on mobile and tablet. A dedicated native app is not required for day-to-day use.