Discover and explore top open-source AI tools and projects—updated daily.
twwchAI resume builder for professional document creation
Top 33.9% on SourcePulse
JadeAI is an open-source, AI-powered resume builder designed for efficient professional resume creation. It offers a drag-and-drop interface, over 50 templates, and advanced AI features like resume generation, PDF/image parsing, and job description matching. This free, Docker-deployable tool provides multi-format export, targeting users who need a streamlined and intelligent resume-building solution.
How It Works
Built on Next.js 16, React 19, and TypeScript, JadeAI provides a dynamic, user-friendly experience. Its core features include a visual drag-and-drop editor with inline editing and auto-save capabilities. AI functionalities are powered by the Vercel AI SDK, supporting various providers like OpenAI and Anthropic, with users managing their own API keys client-side. PDF generation is handled server-side using Puppeteer Core.
Quick Start & Requirements
docker run -d -p 3000:3000 -e AUTH_SECRET=<your-secret> twwch/jadeai:latest. Requires generating an AUTH_SECRET with openssl rand -base64 32. Access at http://localhost:3000.pnpm install, configure .env.local (defaults to SQLite and fingerprint auth), and start with pnpm dev.Highlighted Details
Maintenance & Community
Contributions are welcomed via standard GitHub pull requests. Community support is available through provided QQ and WeChat groups. No specific sponsors or partnerships are mentioned.
Licensing & Compatibility
Limitations & Caveats
Data is not automatically migrated between SQLite and PostgreSQL if the DB_TYPE is changed. Default authentication uses browser fingerprinting, which may lack the explicit user control of traditional login systems. User-provided AI API keys are stored client-side in local storage.
2 days ago
Inactive