Founder-first application infrastructure for accelerators, grants, jobs, schools, and fellowships.
Application Hub is a founder-first product built on a portable application graph. It turns recurring application questions into reusable assets, helps users build an answer bank that compounds over time, and exposes the full intelligence layer through both a web app and an MCP server.
The public wedge is startup opportunities. The underlying spine is broad enough to support grants, jobs, and school applications without a ground-up rebuild.
- Archives reusable application questions and scores them by significance
- Builds a reusable answer bank so one strong answer can travel across many opportunities
- Ranks opportunities with program DNA, fit scoring, and readiness signals
- Supports BYOK drafting, review persistence, and agent-side critique through MCP
- Founders applying to accelerators, fellowships, grants, and venture programs
- Power users working directly in Claude, Cursor, or Windsurf through MCP
- Future adjacent users in jobs, schools, and grants once those public surfaces expand
| Surface | State |
|---|---|
| Live app | https://mos2es.xyz |
| Archive + migration counts | See STATUS.md and .agents/registry.yaml |
| MCP server | 21 tools, 7 resources, 3 prompts |
| Web product | Hub, Bank, workspace, profile split, imports, BYOK |
| Review layer | persisted reviews + stress tests + starter reviewer family |
flowchart TD
A["Next.js app on Vercel"] --> B["App APIs + MCP server"]
B --> C["Supabase<br/>portable application graph<br/>RLS + scoring"]
B --> D["BYOK providers<br/>Anthropic / OpenAI / Ollama / Google"]
B --> E["Stripe"]
cd app
npm install
npm run type-check
npm run buildcd application-hub-mcp-server
npm install
npm run checkPrerequisites:
- live Supabase project aligned with the current migration chain in
STATUS.md/.agents/registry.yaml - app env vars for Supabase
- MCP env vars for Supabase service-role + anon access
ROADMAP.md— sequence and leverageTASKS.md— implementation listSTATUS.md— confirmed repo stateVISION.md— product thesis and future shapeCLAUDE.md/AGENTS.md/SCRATCH.md— active coordination layerdocs/ARCHITECTURE.md— architecture overviewdocs/MIGRATIONS.md— migration chain and duplicate-prefix policydocs/STRIPE_SETUP.md— Stripe activation walkthroughdocs/BYOK_OLLAMA.md— verified Ollama tunnel pathdocs/21_curated_ingest_lane.md— narrow staging/promotion rule for new targetsdocs/archive/— superseded and dated historical material
Application Hub is not just a web app. The MCP server is a first-class product surface.
Current capabilities include:
- answer save/retrieval
- fit and ranking tools
- review-context bridge
- review write-back
- persisted stress tests
Checked-in reviewer family:
rns-answer-reviewerprogram-fit-reviewerfidelity-certifierstress-test-conductor
- See
CONTRIBUTING.mdfor seed promotion and contribution guidance - See
docs/09_launch_checklist.mdfor launch validation - See
docs/10_byok_and_draft_policy.mdfor BYOK/runtime behavior - See
docs/SECURITY.mdfor security posture and secret-handling rules
The point is not to build yet another AI writer. The point is to build infrastructure for the application graph: questions, answers, fit signals, review loops, and reusable identity material that gets stronger with use.
Founder applications are the wedge. Portability across adjacent application domains is the deeper moat.