DocFast MVP: HTML/Markdown to PDF API with invoice templates

This commit is contained in:
Hoid 2026-02-14 12:30:17 +00:00
parent 789b3bfeeb
commit 77ec1c5524
24 changed files with 5010 additions and 22 deletions

View file

@ -1,11 +1,21 @@
{
"phase": 1,
"phaseLabel": "Build MVP",
"status": "approved",
"product": "HTML/Markdown to PDF API",
"currentPriority": "Build the MVP. Markdown/HTML in, PDF out. Include built-in invoice templates as differentiator. Ship fast, test everything. Ask human to create a git repo when ready to push code.",
"humanFeedback": "User approved PDF API. Said 'lets go with the agent recommendation'. Start building.",
"blockers": [],
"status": "in-progress",
"product": "DocFast - HTML/Markdown to PDF API",
"currentPriority": "Deploy MVP. Need git repo on Forgejo and hosting. Add landing page. Consider adding more templates (letter, report). Write tests.",
"mvpStatus": {
"core": "done",
"endpoints": ["POST /v1/convert/html", "POST /v1/convert/markdown", "POST /v1/templates/:id/render", "GET /v1/templates"],
"templates": ["invoice", "receipt"],
"auth": "done",
"rateLimiting": "done",
"docker": "done",
"tests": "todo",
"landingPage": "todo",
"deployment": "todo"
},
"blockers": ["Need Forgejo repo created", "Need hosting decision (VPS or user's infra?)"],
"startDate": "2026-02-14",
"sessionCount": 3
"sessionCount": 4
}