Open source notices
Last updated: March 19, 2026
Professional software teams document third-party and open source components—both for user trust and for diligence (licensing, security, export). BioGate publishes this page as a starting point. It does not replace a full Software Bill of Materials (SBOM) or legal review of your deployment and distribution model.
Why this matters for compliance products. AI-assisted development and transitive dependencies can introduce licenses you did not consciously choose. Some packages use copyleft terms; bundling or redistributing combined work can trigger obligations that differ from pure SaaS API use. WeasyPrint (PDF generation) is BSD-3-Clause at the project level—verify your installed stack and any optional system libraries with counsel. See WeasyPrint LICENSE.
Frontend (representative)
| Component | License | Note |
|---|---|---|
| Next.js | MIT | Application framework (Vercel) |
| React / React DOM | MIT | UI library (Meta) |
| Tailwind CSS | MIT | Styling |
| Radix UI primitives | MIT | Accessible components |
| Three.js | MIT | 3D graphics on marketing pages |
| @supabase/supabase-js / @supabase/ssr | MIT | Auth & data client |
| @vercel/analytics | Apache-2.0 | Web analytics |
Backend (representative)
| Component | License | Note |
|---|---|---|
| FastAPI / Starlette / Uvicorn | MIT | API server |
| Pydantic | MIT | Data validation |
| Supabase client (Python) | MIT | Database client |
| WeasyPrint | BSD-3-Clause | PDF certificate generation; transitive deps may include other licenses—audit your build |
| Cryptography | Apache-2.0 / BSD | Crypto primitives |
| pdfplumber / pdfminer.six | MIT | PDF text extraction |
| openpyxl | MIT | Excel ingestion |
| RapidFuzz | MIT | Fuzzy matching |
| Anthropic SDK | See vendor | LLM API client |
Full dependency trees
For a complete inventory, generate notices from your lockfiles (e.g. npm / pip) using a license audit tool your legal team approves. We may publish machine-readable SBOMs for enterprise customers on request.
Corrections: info@biogate.us