Open-source licenses
Pricekeel is built on permissively-licensed open-source software. Below is the list of runtime dependencies and the licenses under which we receive them.
Web UI
| Package | License | Source |
|---|---|---|
| next | MIT | repository |
| react | MIT | repository |
| react-dom | MIT | repository |
| framer-motion | MIT | repository |
| recharts | MIT | repository |
| @supabase/supabase-js | MIT | repository |
| marked | MIT | repository |
| tailwindcss | MIT | repository |
| typescript | Apache-2.0 | repository |
API layer
| Package | License | Source |
|---|---|---|
| fastapi | MIT | repository |
| uvicorn | BSD-3-Clause | repository |
| pydantic | MIT | repository |
| python-multipart | Apache-2.0 | repository |
| requests | Apache-2.0 | repository |
Analytics + ML
| Package | License | Source |
|---|---|---|
| pandas | BSD-3-Clause | repository |
| numpy | BSD-3-Clause | repository |
| scikit-learn | BSD-3-Clause | repository |
| lightgbm | MIT | repository |
| rapidfuzz | MIT | repository |
| fastembed | Apache-2.0 | repository |
Document ingest
| Package | License | Source |
|---|---|---|
| openpyxl | MIT | repository |
| pypdf | BSD-3-Clause | repository |
| python-docx | MIT | repository |
| python-pptx | MIT | repository |
LLM clients
| Package | License | Source |
|---|---|---|
| openai | Apache-2.0 | repository |
| anthropic | MIT | repository |
| tavily-python | MIT | repository |
All licenses above are permissive (MIT, Apache-2.0, BSD-3-Clause). Pricekeel does not depend on any copyleft (GPL / AGPL / LGPL) software in its runtime path. If you find an omission or error, please open an issue at github.com/arokhith1998/pricing-ai and we will fix it.