Skip to content
Building in Public

Product Roadmap

We're building the AI-first business operating system in public. See exactly what's built, what's in progress, and what's coming next.

30 features shipped
14 in progress
Currently: Week 1 Sprint
Target: March 5, 2026

The Vision

Dew is not an assistant. Dew IS the operating system.

Users talk to Dew (voice or text), and Dew runs their entire business: CRM, outreach, invoicing, projects, scheduling, and more. Dew doesn't just help. Dew executes. Connect external apps, automate workflows, and let AI handle the repetitive work so you can focus on growth.

Already Built

Features that are live and working today

Core Platform

7 of 9 features complete

78%
Email/Password AuthenticationDone

JWT-based secure login with session management

Magic Link LoginDone

Passwordless authentication via email

OTP VerificationDone

Email verification for new accounts

Password Reset FlowDone

Secure password recovery via email

Multi-tenant OrganizationsDone

Isolated data per organization

Workspace ManagementDone

Create and switch between workspaces

Team InvitationsDone

Invite members via email

OAuth ProvidersPartial

Google, GitHub, Microsoft, LinkedIn, Facebook (UI incomplete)

Two-Factor AuthPartial

TOTP backend done, UI in progress

Integrations

4 of 6 features complete

67%
LinkedIn (via Unipile)Done

Full message sync, send messages, connection requests

WhatsApp (via Unipile)Done

Full message sync, send/receive messages

Instagram (via Unipile)Done

DM sync and messaging

GmailPartial

OAuth connected, sync in progress

Instantly (Email)Done

Bulk email sending, warmup

Stripe BillingPartial

Basic subscription management

GTM Hub (Go-to-Market)

12 of 17 features complete

71%
Contacts ManagementDone

Full CRUD with custom fields, tags, and notes

Companies ManagementDone

Company profiles linked to contacts

Sales PipelineDone

Kanban board with customizable stages

Deal ManagementDone

Track deals with values and probabilities

Activity TimelineDone

Log calls, emails, notes, meetings

Unified InboxDone

All messages from all platforms in one view

Platform TabsDone

Filter inbox by WhatsApp, LinkedIn, etc.

Message SyncDone

Auto-sync every 30 minutes via cron

Reply/Send MessagesDone

Respond directly from inbox

Thread ViewDone

Full conversation history

Campaign BuilderDone

Multi-step outreach sequences

Email TemplatesDone

Reusable templates with variables

LinkedIn AutomationPartial

Rate limits enforced, sequences WIP

Campaign AnalyticsPartial

Basic open/reply tracking

Contact EnrichmentPartial

Apollo integration started

CSV ImportPartial

Basic contact import

LinkedIn ScraperPartial

Basic profile scraping

DEW Hub (AI)

7 of 10 features complete

70%
Chat InterfaceDone

Talk to Dew AI assistant

Streaming ResponsesDone

Real-time AI responses

Multi-Model SupportDone

OpenAI GPT-4, Claude, and more

Conversation HistoryDone

Persistent chat history

Model ProxyDone

Unified API for multiple LLM providers

ElevenLabs TTSDone

Text-to-speech integration

Deepgram STTDone

Speech-to-text integration

Tool CallingPartial

Basic tools, expanding

Flow Builder UIPartial

Visual workflow editor (basic)

Flow ExecutionPartial

Engine scaffolded

OPS Hub (Operations)

0 of 2 features complete

0%
Finance Dashboard UIPartial

UI exists, needs backend wiring

Employee DirectoryPartial

Basic CRUD for employees

1-Month Sprint

February 5 - March 5, 2026

Week 1: Hub Foundations

In Progress

Feb 5-11, 2026

Complete all business hubs with working CRUD and core features. Build the foundation for AI to operate on.

Polish GTM hub with analytics and searchBuild complete OPS hub (invoicing, expenses)Build complete CX hub (projects, tasks)

GTM Hub Polish

Campaign Analytics DashboardP0

Charts showing open rates, reply rates, conversion tracking

Inbox Full-Text SearchP0

Search across all messages with filters by date, platform, contact

Contact Enrichment Auto-TriggerP1

Automatically enrich contacts via Apollo on creation

Cold Call Basic FlowP2

Twilio dial → AI conversation → hangup → log call

OPS Hub Build

Invoice CRUD + PDF GenerationP0

Create, edit, send invoices with professional PDF export

Expense Tracking + Receipt UploadP0

Log expenses with categories, attach receipt photos

Finance Dashboard (Real Data)P1

Revenue, expenses, profit charts from actual data

Attendance Clock In/OutP1

Employees can clock in and out, track hours

CX Hub Build

Projects CRUD + Kanban BoardP0

Create projects with status tracking and drag-drop board

Tasks CRUD + AssignmentP0

Create tasks, assign to team members, set due dates

Project-Task LinkingP1

Tasks belong to projects, activity timeline

Basic Customer PortalP2

Clients can view their projects (read-only)

Deliverables

5-6 new Prisma database models25-30 new API endpoints10-12 new UI pagesAll hubs functional with CRUD
Technical Details
Database Models:

Invoice, Expense, Attendance, Project, Task

API Endpoints:

REST APIs for all CRUD operations

UI Components:

Next.js pages with TanStack Query

Week 2: Integrations + AI Tools

Planned

Feb 12-18, 2026

Build the infrastructure that lets Dew control everything. External app connections and 30+ AI tools.

Connect to Google, Slack, NotionBuild AI tools system (30+ tools)Complete DewFlow automation engineAdd browser automation

External Integrations

OAuth 2.0 FrameworkP0

Reusable OAuth handler for all providers

Google Calendar IntegrationP0

Create events, check availability, sync calendars

Google Sheets IntegrationP1

Read/write rows, create spreadsheets

Slack IntegrationP1

Send messages, read channels, post updates

Notion IntegrationP2

Create pages, query databases

Generic HTTP IntegrationP0

Connect any REST API with API keys

AI Tools System

Tool Framework + RegistryP0

Define, register, and execute tools with type safety

GTM Tools (10)P0

search_contacts, create_contact, send_email, send_linkedin, etc.

OPS Tools (7)P0

create_invoice, record_expense, clock_in, financial_summary, etc.

CX Tools (6)P1

create_project, create_task, assign_task, project_timeline, etc.

External Tools (5)P1

google_calendar, slack_send, notion_create, http_request, etc.

DewFlow Automation

Trigger SystemP0

Manual, webhook, and schedule (cron) triggers

Step Execution EngineP0

Sequential execution with state management

Conditionals + VariablesP1

If/else branching, pass data between steps

Execution Logs + DebuggingP1

View step-by-step logs, debug failures

Browser Automation

Playwright MCP SetupP1

Model Context Protocol for browser control

Browser ToolsP1

navigate, click, type, screenshot, extract_data

Deliverables

5+ external integrations working30+ AI tools functionalDewFlow executing flowsBrowser automation operational
Technical Details
Database Models:

ExternalIntegration, Flow, FlowExecution

API Endpoints:

OAuth callbacks, integration APIs, flow execution

UI Components:

Integration connection wizard, flow builder

Week 3: Dew AI Brain

Planned

Feb 19-25, 2026

Make Dew the autonomous brain. Users talk to Dew, and Dew executes tasks across all hubs.

Build Dew agent core with Claude SDKImplement memory systemAdd voice interfaceLaunch mobile app MVP

Dew Agent Core

Agent OrchestratorP0

Claude Agent SDK integration with tool calling

Tool Registry + ExecutionP0

Execute 30+ tools with audit logging

Memory SystemP0

Conversation memory + long-term facts (pgvector)

Context BuildingP1

Load relevant context for each conversation

Checkpoint SystemP1

Save state, recover from failures

Voice Interface

Deepgram STT StreamingP0

Real-time speech-to-text with low latency

ElevenLabs TTS StreamingP0

Natural voice output with streaming

Push-to-Talk UIP0

Hold button to speak, waveform visualization

WebRTC IntegrationP1

Real-time audio in browser

Mobile App MVP

Expo Project SetupP0

React Native with Expo for iOS/Android

Auth FlowP0

Login/logout with secure token storage

Chat InterfaceP0

Text chat with Dew

Voice InputP0

Push-to-talk on mobile

Dashboard + NotificationsP1

Quick stats, push notifications

Proactive AI

Behavior EngineP1

Schedule and event-driven proactive actions

Morning BriefingP1

Daily summary of tasks, meetings, emails

Follow-up RemindersP2

Remind when contacts haven't replied

Deliverables

Dew understanding 80%+ of intentsVoice working in web appMobile app in TestFlightProactive behaviors firing
Technical Details
Database Models:

AgentConversation, AgentMemory, AgentExecution

API Endpoints:

Agent chat, voice streaming, mobile API

UI Components:

Voice chat, mobile app screens

Week 4: Polish + Launch

Planned

Feb 26 - Mar 4, 2026

Production-ready release. Bug fixes, approval workflows, and public launch.

Implement approval workflowsEnd-to-end testingMobile apps in storesPublic launch

Approval Workflows

Bulk Action Approval UIP0

Review and approve batch operations before execution

Activity FeedP0

See what Dew did while you were away

Notification SystemP1

Push and in-app notifications for approvals

Testing + Polish

E2E Test SuiteP0

Playwright tests for critical flows

Bug Fixes (P0/P1)P0

Fix all critical and high-priority bugs

Performance OptimizationP1

Optimize slow queries and API calls

Security ReviewP0

Audit auth, permissions, data access

Error Monitoring (Sentry)P1

Track and alert on errors

Launch Prep

Mobile App SubmissionP0

Submit to TestFlight and Play Store

DocumentationP1

User guides, API docs, help center

Demo VideoP1

Product walkthrough video

Production DeploymentP0

Final deploy and smoke testing

Deliverables

All P0/P1 bugs fixedMobile apps submittedDocumentation completePublic launch ready
Technical Details
Database Models:

No new models

API Endpoints:

Approval endpoints, activity feed

UI Components:

Approval dialogs, activity timeline

Tech Stack

What we're building with

Backend

NestJSTypeScriptPrismaPostgreSQLRedisBullMQ

Frontend

Next.js 15React 19TailwindCSSTanStack QueryZustand

AI

Claude Agent SDKOpenAIAnthropicpgvector

Voice

Deepgram STTElevenLabs TTSWebRTC

Mobile

ExpoReact Native

Infra

DockerHetznerNginxCloudflare

What You'll Get

At the end of this sprint, Dewx will be a complete AI-powered business operating system.

Dew AI Brain

  • 30+ executable tools
  • Voice control
  • Proactive actions
  • Memory system

Automations

  • DewFlow engine
  • Google/Slack/Notion
  • Browser automation
  • Custom webhooks

Complete Hubs

  • GTM (CRM, Outreach)
  • OPS (Finance, HR)
  • CX (Projects, Tasks)
  • Unified Inbox

Mobile App

  • iOS + Android
  • Voice-first design
  • Push notifications
  • On-the-go control

Want to be part of this?

Sign up free to get started today. Help shape the future of AI-powered business operations.