Software Attributions
Aeviya is built on a combination of first-party components and open source software, across both the Next.js portal and the Python LiveKit Agent service. This page credits the major components used in each.
Aeviya First-Party Components
Aeviya AI Provider LayerFirst-party
Version: v1.161.341 | License: Proprietary
© Aeviya LLC
In-house multi-provider AI abstraction (OpenAI, Anthropic, Azure OpenAI) with retry, shadow-challenger evaluation, prompt versioning, and structured-JSON repair. Built on the OpenAI / Anthropic / Azure SDKs credited below.
Aeviya Interview AgentFirst-party
Version: v1.161.341 | License: Proprietary
© Aeviya LLC
Real-time AI interviewer that conducts structured candidate interviews, scores responses, and integrates with the portal. Built on LiveKit and the OpenAI Realtime API; OSS components used are listed under “Python LiveKit Agent” below.
Core Framework & Runtime
Next.js
Version: ^16.2.12 | License: MIT
© Vercel, Inc.
React & React DOM
Version: ^19.1.1 | License: MIT
© Meta Platforms, Inc. and affiliates
TypeScript
Version: 5.9.3 | License: Apache-2.0
© Microsoft Corporation
Authentication
Auth0 Next.js SDK
Version: ^4.25.0 | License: MIT
© Okta, Inc.
Database & ORM
Prisma
Version: ^6.19.0 | License: Apache-2.0
© Prisma Data, Inc.
PostgreSQL Client (pg)
Version: ^8.16.3 | License: MIT
© 2010-2024 Brian Carlson
UI Components & Styling
Radix UI Components
License: MIT
© WorkOS, Inc.
Versions: 1.x – 2.x (per package).
Tailwind CSS
Version: ^3.4.14 | License: MIT
© Tailwind Labs, Inc.
Framer Motion
Version: ^12.23.12 | License: MIT
© Framer BV
Lucide Icons
Version: ^0.539.0 | License: ISC
© Lucide Contributors
class-variance-authority
Version: ^0.7.1 | License: Apache-2.0
© Joe Bell
AWS SDK
AWS SDK for JavaScript v3
License: Apache-2.0
© Amazon Web Services, Inc.
Components: S3, Secrets Manager, Textract, Rekognition, S3 Request Presigner.
Payment Processing
Stripe
Versions: ^18.5.0, ^4.0.0, ^7.9.0 | License: MIT
© Stripe, Inc.
AI & Machine Learning
OpenAI Node SDK
Version: ^5.16.0 | License: Apache-2.0
© OpenAI, L.L.C.
Video & Real-time Communication
LiveKit (client + server SDK)
Versions: ^2.15.11, ^2.14.1 | License: Apache-2.0
© LiveKit, Inc.
Daily.co
Versions: ^0.68.0, ^0.24.0 | License: BSD-2-Clause
© Daily.co, Inc.
VAPI AI Server SDK
Version: ^0.10.2 | License: MIT
© Vapi, Inc.
Email & Messaging
MailgunFirst-party
License: Proprietary
© Sinch AB / Mailgun Technologies
Primary transactional email and inbound webhook transport via Mailgun HTTP API (no npm SDK).
TwilioFirst-party
License: Proprietary
© Twilio Inc.
SMS send and inbound webhooks via Twilio REST API (no npm SDK).
mailparser
Version: ^3.9.14 | License: MIT
© Andris Reinman
Document Processing
PDF Libraries
Versions: ^1.17.1, ^1.1.1, ^5.4.149, ^3.2.0 | License: Apache-2.0
© Various copyright holders
pdf-lib (Apache-2.0), pdf-parse (MIT), pdfjs-dist (Apache-2.0), pdf2pic (MIT).
Document Parsing
Versions: ^1.11.0, ^1.1.2, ^1.0.4 | License: MIT
mammoth (BSD-2-Clause), cheerio (MIT), word-extractor (MIT).
Visualization & Geo
Recharts
Version: ^3.1.2 | License: MIT
© Recharts Group
Mermaid
Version: ^10.9.6 | License: MIT
© Knut Sveidqvist & Mermaid contributors
Leaflet & React Leaflet
Versions: ^1.9.4, ^5.0.0, ^3.1.1 | License: BSD-2-Clause
leaflet (BSD-2-Clause), react-leaflet (Hippocratic License-derived MIT), d3-geo (ISC).
Browser Automation
Puppeteer
Version: ^24.17.0 | License: Apache-2.0
© Google LLC
Utilities & Helpers
Date & Time
Versions: ^4.1.0, ^3.7.2 | License: MIT
date-fns (MIT), luxon (MIT).
Forms & Validation
Versions: ^3.25.76, ^7.62.0, ^5.2.1 | License: MIT
State, JWT & Misc
Versions: ^2.10.2, ^9.0.2, ^2.1.1, ^3.3.1, ^4.2.1 | License: MIT
Python LiveKit Agent — Runtime & Real-time AI
Python
License: PSF-License
© Python Software Foundation
Version: 3.11 (per python-livekit-agent/Dockerfile).
LiveKit Python SDK
Version: ==1.1.13 | License: Apache-2.0
© LiveKit, Inc.
LiveKit Server API
Version: >=1.2,<2 | License: Apache-2.0
© LiveKit, Inc.
LiveKit Agents (Beyond Presence extra)
Version: >=1.6.6,<1.7.0 | License: Apache-2.0
© LiveKit, Inc. / Beyond Presence integration
LiveKit OpenAI Plugin
Version: >=1.6.6,<1.7.0 | License: Apache-2.0
© LiveKit, Inc.
LiveKit Silero Plugin (VAD)
Version: >=1.6.6,<1.7.0 | License: Apache-2.0
© LiveKit, Inc. (model: Silero VAD, MIT)
Python LiveKit Agent — AI / LLM
OpenAI Python SDK (with Realtime extra)
Version: >=2.0,<3 | License: Apache-2.0
© OpenAI, L.L.C.
Python LiveKit Agent — HTTP & Web Framework
FastAPI
License: MIT
© Sebastián Ramírez
Latest pinned by Docker build.
Uvicorn
License: BSD-3-Clause
© Encode OSS
Pydantic
License: MIT
© Pydantic Services
httpx
License: BSD-3-Clause
© Encode OSS
Requests
License: Apache-2.0
© Python Software Foundation
Python LiveKit Agent — AWS, Cache & Utilities
boto3 (AWS SDK for Python)
License: Apache-2.0
© Amazon Web Services, Inc.
redis-py
License: MIT
© Redis Ltd.
psutil
Version: >=7.0 | License: BSD-3-Clause
© Giampaolo Rodola
python-dotenv
License: BSD-3-Clause
© Saurabh Kumar
External AI Services & Models (credited by name)
Beyond Presence (Bey) — AI avatars
License: Apache-2.0
Accessed via the livekit-agents[bey] integration. Hosted SaaS; not open source.
Silero VAD model
License: MIT
© Silero Team
Voice-activity detection model (MIT) used via livekit-plugins-silero.
License Summary
The majority of dependencies use permissive open source licenses:
- MIT License: Most common, allows commercial use with attribution
- Apache-2.0: Allows commercial use with attribution and patent grant
- ISC: Similar to MIT, very permissive
- BSD-2-Clause / BSD-3-Clause: Permissive, requires attribution
- PSF License: Python language and standard library; permissive
- Proprietary: Aeviya first-party components (e.g. the Aeviya AI Provider Layer and Aeviya Interview Agent) — listed on this page for transparency.
All licenses are compatible with commercial use in a SaaS application.
Additional Information
This list includes the major direct dependencies for both the Next.js portal and the Python LiveKit Agent service. The full dependency tree includes many more transitive dependencies. License information is based on package.json / requirements.txt and upstream package metadata as of the last update.
For the most current license information, please refer to each package's repository or registry page. If you notice any inaccuracies or missing attributions, please contact us at legal@aeviya.com.
Last updated: July 26, 2026