Open Source Licenses
Last Updated: April 18, 2026
Authorlytica is built on the shoulders of open source software. This page lists the main packages we rely on across our app, backend, and marketing site, along with their licenses. If you're curious about the projects that make Authorlytica possible, here they are.
Authorlytica App
The app you use at app.authorlytica.com.
Framework
- React — MIT — github.com/facebook/react
- React DOM — MIT — github.com/facebook/react
- Vite — MIT — github.com/vitejs/vite
- React Router — MIT — github.com/remix-run/react-router
- TypeScript — Apache-2.0 — github.com/microsoft/TypeScript
Data & Forms
- TanStack React Query — MIT — github.com/TanStack/query
- React Hook Form — MIT — github.com/react-hook-form/react-hook-form
Charts & Visualizations
- Chart.js — MIT — github.com/chartjs/Chart.js
- React Chart.js 2 — MIT — github.com/reactchartjs/react-chartjs-2
- Chart.js Date Adapter — MIT — github.com/chartjs/chartjs-adapter-date-fns
- React Circular Progressbar — MIT — github.com/kevinsqi/react-circular-progressbar
Styling & Icons
- Font Awesome (React) — MIT — github.com/FortAwesome/react-fontawesome
- Font Awesome (Icons) — CC-BY-4.0 AND MIT — github.com/FortAwesome/Font-Awesome
- Inter Font — OFL-1.1 — github.com/fontsource/fontsource
- Sass — MIT — github.com/sass/embedded-host-node
- React Spinners — MIT — github.com/davidhu2000/react-spinners
Animations
- tsParticles (React) — MIT — github.com/tsparticles/tsparticles
- tsParticles (Slim) — MIT — github.com/tsparticles/tsparticles
- tsParticles (Repulse Interaction) — MIT — github.com/tsparticles/tsparticles
Dates
- date-fns — MIT — github.com/date-fns/date-fns
- date-fns-tz — MIT — github.com/marnusw/date-fns-tz
Payments
- Stripe.js — MIT — github.com/stripe/stripe-js
- Stripe React — MIT — github.com/stripe/react-stripe-js
Utilities
- html2canvas — MIT — github.com/niklasvh/html2canvas
- dotenv — BSD-2-Clause — github.com/motdotla/dotenv
- React Error Boundary — MIT — github.com/bvaughn/react-error-boundary
Authorlytica API
The backend service that handles accounts, writing data, and payments behind the scenes.
Core Framework
- Django — BSD-3-Clause — github.com/django/django
- Django REST Framework — BSD-3-Clause — github.com/encode/django-rest-framework
- Django CORS Headers — MIT — github.com/adamchainz/django-cors-headers
Authentication
- Simple JWT — MIT — github.com/jazzband/djangorestframework-simplejwt
- PyJWT — MIT — github.com/jpadilla/pyjwt
Networking & Rate Limiting
- Requests — Apache-2.0 — github.com/psf/requests
- django-ratelimit — Apache-2.0 — github.com/jsocol/django-ratelimit
Caching
- django-redis — BSD-3-Clause — github.com/jazzband/django-redis
- redis-py — MIT — github.com/redis/redis-py
Configuration
- python-dotenv — BSD-3-Clause — github.com/theskumar/python-dotenv
- python-decouple — MIT — github.com/HBNetwork/python-decouple
Payment Processing
- Stripe (Python) — MIT — github.com/stripe/stripe-python
Servers
- Gunicorn — MIT — github.com/benoitc/gunicorn
- Uvicorn — BSD-3-Clause — github.com/encode/uvicorn
Backend Utilities
- python-dateutil — Apache-2.0 / BSD-3-Clause (dual licensed) — github.com/dateutil/dateutil
Marketing Site
The site you're reading right now, at authorlytica.com.
Site Framework
- Next.js — MIT — github.com/vercel/next.js
- React — MIT — github.com/facebook/react
- React DOM — MIT — github.com/facebook/react
Content Rendering
- React Markdown — MIT — github.com/remarkjs/react-markdown
- Remark GFM — MIT — github.com/remarkjs/remark-gfm
Styling & Visuals
- Sass — MIT — github.com/sass/dart-sass
- Font Awesome (SVG Core) — MIT — github.com/FortAwesome/Font-Awesome
- Font Awesome (React) — MIT — github.com/FortAwesome/react-fontawesome
- Font Awesome (Icons) — CC-BY-4.0 AND MIT — github.com/FortAwesome/Font-Awesome
About These Licenses
Most of the packages above use the MIT License, a permissive license that allows free use, modification, and distribution as long as the original copyright notice is preserved.
A handful of projects use other permissive licenses:
- Apache License 2.0 — Permissive, with an express grant of patent rights from contributors. apache.org/licenses/LICENSE-2.0
- BSD-3-Clause / BSD-2-Clause — Permissive licenses used by Django and a few Python projects.
- OFL-1.1 (SIL Open Font License) — The license for the Inter font family.
- CC-BY-4.0 — Creative Commons Attribution, covering Font Awesome's icon artwork (the icon code itself is MIT).
All of these licenses are compatible with the way Authorlytica is built and distributed. This page exists to credit the projects we depend on and to preserve their notices, as those licenses ask us to do.
If you notice anything missing or incorrect on this page, please reach out at contact@adamrendo.com.