Skip to content

v0.1.0

Choose a tag to compare

@RashOps RashOps released this 24 Jun 14:47
· 416 commits to main since this release
413cb04

v0.1.0 - 2026-06-24

Added

  • MVP1 local release for the open-source resume studio.
  • Backend-owned CV library with create, duplicate, delete, import JSON, autosave, and exports.
  • Five resume templates: modern, compact, ats, student, and creative.
  • CV Builder with structured editing, live preview, style controls, and PDF export without watermark.
  • Open exports through the API: JSON, Markdown, and standalone HTML.
  • ATS Scorer flow with CV upload, job URL analysis, score report, keyword table, and recommendations.
  • Job Tracker with backend-driven applications, statuses, notes, tasks, and document association.
  • Markdown to PDF workspace through the renderer service.
  • Shared SaaS app shell and unified light UI for dashboard, CV Builder, ATS Scorer, Markdown PDF, and Job Tracker.
  • Local non-Docker commands and documentation for running API, renderer, and web services.
  • FastAPI Swagger and ReDoc endpoints at /docs and /redoc.

Technical Notes

  • Frontend remains a client: business state is owned by backend APIs and renderer services.
  • Import PDF, ATS scoring, and cover letter generation depend on the selected LLM provider and credentials.
  • Docker self-hosting files are present, but full image build should be verified in an environment with Docker network access.