apps/webProduct website
Next.js product pages, use cases, industry pages, blog content, pricing, and legal pages.
AGPL-3.0-only · Source available on GitHub
QuickVoice puts the product website, customer console, Express API, LiveKit-powered voice runtime, telephony integrations, and local development tooling in one inspectable repository.
Repository map
The repository keeps the user-facing applications, control plane, and voice runtime close enough to inspect their boundaries together.
apps/webNext.js product pages, use cases, industry pages, blog content, pricing, and legal pages.
apps/consoleOrganizations, agents, phone numbers, calls, knowledge bases, API keys, billing, and settings.
apps/serverExpress API for authentication, permissions, agent configuration, call workflows, providers, and retention jobs.
apps/aiPython API and LiveKit workers for runtime configuration, retrieval, tools, privacy controls, and voice-agent execution.
Local quickstart
With Docker, Docker Compose, Go Task, Node.js, and Python 3 available, the repository task runner prepares development environment files, dependencies, databases, migrations, and local services.
Read the full setup notesgit clone https://github.com/allgpt-co/QuickVoice.git
cd QuickVoice
task up:devhttp://localhost:3000http://localhost:3001http://localhost:5000/api/v1/docshttp://localhost:5555/healthCredential boundaries
Generated development environment files
The task runner starts the local product services, Postgres, and Redis. Included database values are development-only placeholders.
LiveKit and configured speech or model providers
Live voice uses credentials supplied by the operator for the selected runtime providers.
Twilio or Telnyx, plus LiveKit
A fresh clone does not place real phone calls until carrier and LiveKit credentials are configured.
Stripe, OAuth, SMTP, and S3-compatible storage
These credentials are needed only for the corresponding billing, sign-in, email, and object-storage paths.
License and responsibility
QuickVoice is licensed under the GNU Affero General Public License v3.0. You can use, study, modify, and distribute the code subject to its terms. Modified network deployments can carry corresponding-source obligations, so read the full license for the conditions that apply to your use.
This summary is not legal advice. The repository makes technical paths inspectable; it does not by itself certify a deployment or replace security, operations, provider-agreement, compliance, or legal review.
Build in public
Inspect the source and project history.
Read architecture, operations, and positioning notes.
Review the contribution workflow before opening a pull request.
Report a bug or propose a scoped improvement.
Join project conversations on GitHub.
Follow published versions and release notes.