# FounderSignal Devpost Copy

## Project Title

FounderSignal: The Autonomous Idea-to-Execution Compiler

## One-Line Pitch

FounderSignal turns raw founder intent into Codex-ready execution packets: agent confrontation, corrected architecture specs, Supabase RLS schemas, task checklists, Workspace Packets, GitHub issue packets, and Vault handoff records.

## What It Does

FounderSignal helps founders and builders move from vague startup intent to executable work. A user starts with one idea, runs it through VC, security, and growth confrontation, compiles `spec.md`, `schema.sql`, `tasks.txt`, and `manifest.json`, applies corrections as regression checks, and exports a Workspace Packet that Codex, GPT, or a human builder can use immediately.

## How To Test

1. Open https://foundersignal-buildweek.vercel.app/demo.html
2. Click **Start at Agent Console**.
3. Select **Agent Mission**.
4. Click **Run Workflow**.
5. Open **Codex Brief** and click **Compile Live**.
6. Add the correction: `Must support tenant-level RLS and localized data boundaries.`
7. Click **Apply Correction** and inspect `SCHEMA.SQL` plus `MANIFEST.JSON`.
8. Open **Workspace Packet** and click **Generate Workspace Packet**.
9. Open **Live Checks** and click **Run Checks**.
10. Open **Vault Handoff** and click **Commit Assets**.

## Build Week Fit

- **Agentic orchestration:** The product is a multi-step workflow, not a single prompt.
- **Codex-ready output:** The final packet contains file targets, `/goal` context, acceptance criteria, and implementation guardrails.
- **Self-improving loop:** Corrections mutate the generated artifacts and produce regression feedback.
- **Production proof:** The live status route verifies 24 public routes, 9 API routes, 4 artifact types, and 1 cron endpoint.
- **Practical handoff:** Workspace Packet, GitHub Loop, eve shape, and Vault handoff turn strategy into buildable work.

## Live Links

- Product: https://foundersignal-buildweek.vercel.app/
- 90 Sec Demo: https://foundersignal-buildweek.vercel.app/demo.html
- Builder Proof: https://foundersignal-buildweek.vercel.app/builder.html
- Status JSON: https://foundersignal-buildweek.vercel.app/api/system-status
- GitHub: https://github.com/jayblast-spec/FounderSignal
