Skip to content

shubham1502-hue/thoroughloop

Repository files navigation

ThoroughLoop

CI

ThoroughLoop is a web-first founder operating diagnosis tool that turns messy founder context into one memo, one founder action, and one decision to review next week.

Live demo

The web MVP is deployed on Vercel:

https://thoroughloop.vercel.app

The current version is local-first. Saved memos, actions, decisions, and settings are stored in the browser through the preserved Founder OS Lite storage keys.

Why This Exists

Early-stage founders often churn from project management systems, dashboards, CRMs, spreadsheets, and heavy workspaces because those tools require setup, data hygiene, and ongoing maintenance before they provide judgment.

ThoroughLoop keeps the loop smaller:

  1. Paste messy founder context.
  2. Detect the workflow.
  3. Extract operating signals.
  4. Generate a founder memo.
  5. Save one founder action.
  6. Save one decision.
  7. Review the decision next week.

What It Does Today

  • Runs a production-minded web MVP in apps/web.
  • Detects five workflows: Revenue Rescue, Weekly Operating Review, Investor Update, Onboarding Risk, and Hiring Bottleneck.
  • Uses deterministic client-side logic in packages/core.
  • Generates editable founder memos without requiring structured forms first.
  • Saves memos, founder actions, decisions, and settings to local storage through storage adapters.
  • Recalls the latest saved decision on the weekly review workflow.
  • Includes an Expo mobile skeleton for later reuse of shared core logic.

What It Does Not Do Yet

  • No backend.
  • No auth.
  • No database.
  • No payments.
  • No external integrations.
  • No server-side AI calls.
  • No team workspace.
  • No production sync across devices.

Current data is local to the browser or device. Clearing browser storage may remove saved memos, founder actions, decisions, and settings.

Repo Structure

apps/
  web/       Next.js web MVP
  mobile/    Expo skeleton
packages/
  core/      Product logic, types, storage helpers, workflow detection, memo generation
  ui/        Shared design tokens
docs/        Product, mobile, and handoff documentation

Local Development

Use Node 20.19 or newer.

npm ci
npm run dev:web

Then open http://localhost:3000.

Scripts

npm run lint
npm run typecheck
npm run test
npm run build
npm run test:e2e

npm run test runs the core test suite. npm run test:e2e runs the Playwright smoke test for the main browser loop.

Validation

Before pushing changes, run:

npm run lint
npm run typecheck
npm run test
npm run build
git diff --check

For browser-loop validation, also run:

npm run test:e2e

Manual browser validation is documented in docs/manual-smoke-test.md.

Public-Safe Boundary

This repository uses synthetic examples and local-first persistence. It does not claim production usage, customers, revenue impact, deployment, compliance readiness, or external data integrations.

Roadmap

Near-term work should harden the web MVP, improve synthetic examples, refine export or share paths for memos, and improve review cadence. Later work can evaluate auth, database persistence, team workspace support, integrations, server-side AI, and a full mobile app after product validation.

GitHub Project Description

A web-first founder operating diagnosis tool that turns messy founder context into one memo, one action, and one decision to review next week.

About

A web-first founder operating diagnosis tool that turns messy founder context into one memo, one action, and one decision to review next week.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages