Skip to main content

Open Source

Last updated: July 28, 2026

RezAI is built on the work of the open source community. We're grateful to the maintainers of every project below, and want to give credit where it's due. This page lists the direct open source dependencies of the RezAI web app, resume engine, and browser extension — each with its license. It doesn't enumerate every transitive package pulled in indirectly; those are, without exception, released under equally permissive terms (MIT, Apache-2.0, BSD, or ISC).

Web App

RezAI's chat UI, account system, and PDF rendering proxy are built on Nuxt and Vue.

  • nuxtApplication framework
    MIT
  • vueUI framework
    MIT

Resume Engine

Our MCP server generates, tailors, and renders resumes to PDF using the following open source libraries.

  • fastmcpMCP server framework
    Apache-2.0
  • typstPDF typesetting engine (Python bindings)
    Apache-2.0

Browser Extension

The Rezai browser extension, which captures job postings from any webpage, is built with:

  • vueUI framework for the popup
    MIT

Resume Rendering

Our PDF resume rendering pipeline is adapted from RenderCV by Sina Atalay and contributors, licensed under the MIT License . We're thankful for their work building an excellent open source CV/resume typesetting engine.

Spot an error or a missing credit? Let us know at support@rezai.me .