Discover and explore top open-source AI tools and projects—updated daily.
jsonresumeStandardized resume format and ecosystem
Top 95.7% on SourcePulse
Summary
JSON Resume provides an open-source ecosystem for creating, sharing, and publishing resumes using a standardized JSON format. This monorepo integrates the marketing site, a hosted registry, documentation, schema, CLI, and themes. It empowers users to generate portable, machine-readable resumes, publish them online with unique URLs, render them with diverse themes, validate against a formal schema, and leverage AI tools for job searching.
How It Works
The project is structured as a Turborepo monorepo managed by pnpm. It centralizes development for key components including the Next.js-powered hosted registry (which renders themes and offers AI features), the marketing site, Fumadocs-based documentation, the core @jsonresume/schema and validator, a resume-cli, and Rust-based serde bindings (json-resume-serde). This unified architecture facilitates consistent development and deployment across the entire JSON Resume platform.
Quick Start & Requirements
curl -fsSL https://get.pnpm.io/install.sh | sh.cd into it, and run pnpm install.apps/registry and execute pnpm dev.http://localhost:3000/<username> or append ?theme=<slug> to test themes.pnpm turbo <task> (e.g., pnpm turbo dev, pnpm turbo build) for workspace-wide operations, or pnpm turbo <task> --filter=<app/package> for specific components.Highlighted Details
Maintenance & Community
release-packages.yml workflow automating versioning and publishing.Licensing & Compatibility
Limitations & Caveats
The README does not explicitly detail project limitations, alpha status, or known bugs. AI features require the configuration of external provider API keys.
6 days ago
Inactive