Submission Form

A multi-step submission flow for PMs and students to document failed features, extract market signal, and propose better rebuild paths.

Or upload a single JSON file (e.g. from Gemini) — it is validated and stored as a draft.

Upload JSON

Paste a Gemini (or hand-written) case as a single .json file. Same schema as the API — saved as draft.

Required JSON shape
{
  "type": "feature" | "project",
  "title": "...",
  "brand": "...",
  "sector": "...",
  "product_type": "...",
  "total_loss": "...",
  "start_year": 2022,
  "end_year": 2023,
  "intro_text": "...",
  "failure_analysis": "...",
  "market_analysis": "...",
  "startup_learnings": "...",
  "market_potential": "...",
  "difficulty": "...",
  "scalability": "...",
  "pivot_concept": "...",
  "execution_plan": [
    { "step": "...", "detail": "..." }
  ],
  "monetization_strategy": "...",
  "suggested_tech": ["a", "b"] or "a, b",
  "author_name": "...",
  "author_role": "...",
  "author_linkedin": null or "https://...",
  "is_ai_victim": false,
  "project_vision": null,
  "resources_burned": null,
  "reality_check": null,
  "missed_pivot": null
}

Submit a Fatal Feature

1/3

Are you reporting a Feature or a Project?