Insight Tracker is a mobile-friendly TypeScript web app for intentional professional attendees who leave events with scattered fragments instead of usable follow-through. It helps users capture quick text notes, links, photos, or short voice snippets during or right after live conversations, then turns those fragments into structured insights and suggested next actions that a human can review before acting on.
- People will revisit event captures if the product turns raw fragments into clear, reviewable insights instead of another pile of notes.
- The fastest path to value is a lightweight capture-to-review loop, not a full replacement for notes apps, calendars, or CRMs.
- Human review is part of the product, not an afterthought.
- Create or open a lightweight event context.
- Add one quick capture input.
- Process that capture into a suggested insight and follow-up.
- Review, edit, and confirm the structured result.
- Store both the raw capture and the reviewed output for later retrieval.
- Full calendar sync or in-app calendar management
- CRM-style contact management
- Email integration
- Long ambient conversation recording as a core workflow
- Team collaboration, advanced autonomous agents, or heavy analytics dashboards
- Replacing Notes, Notion, WhatsApp, Google Calendar, or Outlook as general-purpose tools
docs/START_HERE.mdfor the current working pathdocs/PROJECT_MANIFESTO.mdfor product intent and anti-goalsdocs/PROJECT_CHARTER.mdfor first-release scope and success criteriadocs/TECH_STACK_SELECTION.mdfor the provisional stack and verification pathdocs/DECISIONS.mdfor project-level decisions and revisit triggerswork/ACTIVE_TASKS.mdfor the next implementation slice
docs/CODEX_FIRST_HOUR.mdfor the shortest orientation path in a fresh sessiondocs/CODEX_SESSION_STARTER.mdfor the recommended Codex prompt structuredocs/CONTEXT_ENGINEERING.mdfor the repo's just-in-time context rulesdocs/GIT_WORKFLOW.mdfor the publish path and branch guidancescripts/bootstrap_new_project.pyas the original template bootstrap utility; do not rerun it for ongoing Insight Tracker work unless you explicitly intend to reset the repo from the template
The first-pass project definition is in place. The next repo-visible milestone is
PRODUCT-001, which defines the initial capture-to-review implementation slice and
its verification path.
Until the TypeScript app scaffold exists, the inherited Python maintenance commands in
docs/BOOTSTRAP_NEXT_STEPS.md remain the temporary repo-level checks.