Apps
| App | What it is |
|---|---|
apps/api | Hono + OpenAPIHono backend. Auth, org-scoped DB access, AI skills, the OpenAPI spec packages/api-client generates from. |
apps/web | Next.js 16 App Router. The product's browser UI and public marketing surface at jobweave.app. |
apps/cli | Commander-based job CLI. Ships as an npm package and as SEA binaries. |
apps/desktop | Tauri 2.x shell. |
apps/extension | Browser extension (Plasmo) — captures job postings off the page you're on and talks to apps/api directly. |
apps/pdf-service | Standalone Node service that renders resumes to PDF. Runs independently of the Supabase-dependent process chain in local dev. |
apps/e2e | Playwright end-to-end suite against the other apps. |
website/ (this docs site) is not in this list on purpose — see
Monorepo Layout.