Skip to content

Releases: marcomartinomarch2005/app-dev-planner

App Dev Planner v0.1.0 — Early OSS MVP

Choose a tag to compare

@marcomartinomarch2005 marcomartinomarch2005 released this 02 Jun 23:57
ad480a2

App Dev Planner v0.1.0 - Early OSS MVP

Summary

App Dev Planner v0.1.0 is an early-MVP release of an app planning workspace that helps users turn rough app ideas into structured technical specifications, implementation roadmaps, and developer-ready briefs.

Included

  • Landing page with product positioning.
  • Supabase authentication foundation.
  • Dashboard and project list foundation.
  • New project creation flow.
  • Guided brainstorming workflow.
  • Technical document / blueprint generation flow.
  • Preview page.
  • HTML and Markdown export flow.
  • Project progress and detail actions.
  • OSS-ready documentation package:
    • README
    • MIT License
    • Contributing guide
    • Security policy
    • Code of conduct
    • Changelog
    • Roadmap
    • Supabase setup notes
    • Public release checklist
    • Issue backlog
    • Screenshot guide
    • Security review notes

Known Limitations

  • Early MVP; APIs and data model may change.
  • Supabase SQL migrations and RLS policies still need a reviewed implementation.
  • Automated tests are not yet comprehensive.
  • Some npm audit findings remain documented in security review notes.
  • Manual app-flow testing is recommended before broader public promotion.

Recommended Manual Test Checklist

  • Register
  • Login
  • Logout
  • Protected dashboard access
  • Project creation
  • Brainstorming autosave
  • Blueprint generation
  • Preview page
  • HTML export
  • Markdown export
  • Delete project flow

Maintainer Release Checklist

Before creating the GitHub release:

  • Confirm README screenshots render correctly.
  • Confirm live demo URL works.
  • Confirm no secrets are committed.
  • Confirm .env.example only contains placeholders.
  • Confirm known limitations are documented.
  • Confirm repository description and topics are set.
  • Confirm whether repository should be made public after release.