Roadmap
Shipped (hackathon build)
- AI conversation, task management, smart reminders
- Proactive deadline detection with ephemeral confirmation
- Meeting prep, PDF summarization, personal memory + search
- Daily AI-written productivity digest (scheduled + on-demand)
- Landing page + dashboard UI (dashboard currently uses demo data — see below)
Near-term (post-hackathon, 0–2 months)
- Dashboard ↔ backend wiring. Ship the
/api/* REST surface described in docs/API.md, authenticated via Slack OAuth (“Sign in with Slack”), so the dashboard reflects real data instead of the current demo fallback.
- Row Level Security on all Supabase tables once client-side requests are introduced.
- Recurring reminders (“every Monday at 9am”) — currently one-shot only.
- Slack Workflow Builder integration so non-technical admins can trigger NEXUS actions from visual workflows without slash commands.
Mid-term (2–6 months, “real startup” phase)
- Calendar integration (Google Calendar / Outlook) to ground meeting prep in actual scheduled events rather than a typed title.
- Team-level analytics for the paid tier: which channels generate the most detected deadlines, team completion-rate trends.
- Vector search (pgvector) to replace keyword-overlap memory search once per-user corpora grow past a few hundred entries and precision starts to matter more than simplicity.
- Multi-language support for deadline detection and chat.
Long-term / startup potential
- Cross-tool second brain: ingest from Notion, Google Docs, and email, not just Slack — same “personal memory” core, more sources.
- Team-wide proactive insights: “3 people flagged this deadline as at-risk this week” — moving from individual assistant to team intelligence layer.
- On-call/EA marketplace angle: NEXUS as the interface layer for delegating real tasks to human VAs when AI confidence is low, blending AI + human-in-the-loop.
Explicitly rejected (and why)
- Building a custom mobile app. Slack already has mobile clients with push notifications; a redundant app would fragment the “no new app to check” value proposition that is NEXUS’s core pitch.
- Full calendar management (create/edit events) in v1. High blast-radius if the AI misreads intent (double-booking, wrong invitees); read-only calendar context ships first, write access waits for a confirmation-step UX pattern proven out on tasks/reminders first.