Attributions

RebornCareer.AI is built with open source software and third-party services. This page lists all third-party packages, libraries, services, and their respective licenses and attributions used in our platform.

Third-Party Licenses and Attributions

This document lists the third-party open-source packages and libraries used in RebornCareer.AI, along with their respective licenses and attributions.

Core Dependencies

AI SDK and OpenAI

  • @ai-sdk/openai (v2.0.52)

    • License: MIT
    • Copyright: Vercel, Inc.
    • Repository: https://github.com/vercel/ai
  • @ai-sdk/react (v2.0.76)

    • License: MIT
    • Copyright: Vercel, Inc.
    • Repository: https://github.com/vercel/ai
  • ai (v5.0.76)

    • License: MIT
    • Copyright: Vercel, Inc.
    • Repository: https://github.com/vercel/ai

Authentication

  • @clerk/nextjs (v6.34.0)
    • License: MIT
    • Copyright: Clerk, Inc.
    • Repository: https://github.com/clerk/clerk-sdk-node

Framework and UI

  • next (15.5.4)

    • License: MIT
    • Copyright: Vercel, Inc.
    • Repository: https://github.com/vercel/next.js
  • react (19.1.0)

    • License: MIT
    • Copyright: Meta Platforms, Inc. and affiliates
    • Repository: https://github.com/facebook/react
  • react-dom (19.1.0)

    • License: MIT
    • Copyright: Meta Platforms, Inc. and affiliates
    • Repository: https://github.com/facebook/react
  • tailwindcss (^4)

    • License: MIT
    • Copyright: Tailwind Labs, Inc.
    • Repository: https://github.com/tailwindlabs/tailwindcss

Code Preview

  • @codesandbox/sandpack-react (v2.20.0)
    • License: Apache-2.0
    • Copyright: CodeSandbox B.V.
    • Repository: https://github.com/codesandbox/sandpack

Markdown Rendering

  • react-markdown (v10.1.0)

    • License: MIT
    • Copyright: Espen Hovlandsdal
    • Repository: https://github.com/remarkjs/react-markdown
  • rehype-highlight (v7.0.2)

    • License: MIT
    • Copyright: Titus Wormer
    • Repository: https://github.com/rehypejs/rehype-highlight
  • remark-breaks (v4.0.0)

    • License: MIT
    • Copyright: Junyoung Choi
    • Repository: https://github.com/remarkjs/remark-breaks

Database and ORM

  • drizzle-orm (v0.44.7)

    • License: Apache-2.0
    • Copyright: Drizzle Team
    • Repository: https://github.com/drizzle-team/drizzle-orm
  • postgres (v3.4.7)

    • License: BSD-2-Clause
    • Copyright: Brian Carlson
    • Repository: https://github.com/porsager/postgres

Document Processing

  • docx (v9.5.1)

    • License: MIT
    • Copyright: Dolan Miu
    • Repository: https://github.com/dolanmiu/docx
  • mammoth (v1.11.0)

    • License: BSD-2-Clause
    • Copyright: Michael Williamson
    • Repository: https://github.com/mwilliamson/mammoth.js
  • pdf-parse-fork (v1.2.0)

    • License: MIT
    • Repository: https://github.com/mooz/pdf-parse-fork
  • jspdf (v3.0.3)

    • License: MIT
    • Copyright: James Hall
    • Repository: https://github.com/parallax/jsPDF

Payments

  • stripe (v19.1.0)
    • License: MIT
    • Copyright: Stripe, Inc.
    • Repository: https://github.com/stripe/stripe-node

Webhooks

  • svix (v1.80.0)
    • License: MIT
    • Copyright: Svix, Inc.
    • Repository: https://github.com/svix/svix-webhooks

Validation

  • zod (v3.25.76)
    • License: MIT
    • Copyright: Colin McDonnell
    • Repository: https://github.com/colinhacks/zod

Development Dependencies

  • @eslint/eslintrc (^3)

    • License: MIT
    • Copyright: ESLint Contributors
    • Repository: https://github.com/eslint/eslint
  • @tailwindcss/postcss (^4)

    • License: MIT
    • Copyright: Tailwind Labs, Inc.
    • Repository: https://github.com/tailwindlabs/tailwindcss
  • @types/node (^20)

    • License: MIT
    • Copyright: Microsoft Corporation
    • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
  • @types/react (^19)

    • License: MIT
    • Copyright: Facebook, Inc. and contributors
    • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
  • @types/react-dom (^19)

    • License: MIT
    • Copyright: Facebook, Inc. and contributors
    • Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
  • drizzle-kit (v0.31.5)

    • License: Apache-2.0
    • Copyright: Drizzle Team
    • Repository: https://github.com/drizzle-team/drizzle-kit
  • eslint (^9)

    • License: MIT
    • Copyright: ESLint Contributors
    • Repository: https://github.com/eslint/eslint
  • eslint-config-next (15.5.4)

    • License: MIT
    • Copyright: Vercel, Inc.
    • Repository: https://github.com/vercel/next.js
  • typescript (^5)

    • License: Apache-2.0
    • Copyright: Microsoft Corporation
    • Repository: https://github.com/microsoft/TypeScript

License Summary

Most dependencies use permissive open-source licenses:

  • MIT License: Most common, allows commercial use, modification, distribution, and private use
  • Apache-2.0: Similar to MIT, includes patent grant
  • BSD-2-Clause: Similar to MIT, minimal restrictions

All licenses are compatible with commercial use and do not require you to open-source your application code.

Third-Party Services

The following third-party services are used but are not open-source dependencies:

  • OpenAI API: Proprietary service, subject to OpenAI's Terms of Service
  • Clerk: Proprietary authentication service, subject to Clerk's Terms of Service
  • Stripe: Proprietary payment processing service, subject to Stripe's Terms of Service
  • Vercel: Hosting and deployment platform, subject to Vercel's Terms of Service
  • Supabase: Database hosting service, subject to Supabase's Terms of Service

Attribution Requirements

If you distribute this software or create derivative works, you must:

  1. Include this file (THIRD_PARTY_LICENSES.md) in your distribution
  2. Include LICENSE files from dependencies that require it (most MIT/Apache licenses don't require this, but it's good practice)
  3. Maintain copyright notices in source code where required by dependencies

Updating This File

When adding or updating dependencies:

  1. Run pnpm list --depth=0 to see all dependencies
  2. Check each package's license using pnpm licenses list or check package.json files
  3. Update this file with new packages and their licenses
  4. Verify license compatibility with your use case

License Compatibility

All listed dependencies use permissive licenses (MIT, Apache-2.0, BSD-2-Clause) that are compatible with:

  • Commercial use
  • Proprietary software
  • Modification and distribution
  • Private use

No copyleft licenses (GPL, AGPL) are used, so you are not required to open-source your application code.


Last Updated: November 2025 Maintained By: RebornCareer.AI Development Team