Skip to content
/ echoai Public
forked from fert-feet/eko

EchoAI turns your business into an AI-driven operation with real-time voice support, instant knowledge access, and collaborative workflows. Deploy powerful voice agents in minutes using your own API keys.

Notifications You must be signed in to change notification settings

srddevj/echoai

 
 

Repository files navigation

Eko Project

Project Introduction

This is a monorepo template integrated with shadcn/ui for building modern web applications.

Getting Started

Frontend Setup

Install dependencies for the frontend:

pnpm install

Backend Setup (Convex + Clerk + Sentry)

1. Run Backend Setup

pnpm -F backend run setup

2. Configure Environment Variables

Create a .env.local file in the packages/backend directory with the following content:

CLERK_JWT_ISSUER_DOMAIN=xxx

Create a .env.local file in the /apps/web directory with the following content:

NEXT_PUBLIC_CONVEX_URL=[same as your convex_url]
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=xxx
CLERK_SECRET_KEY=xxx

You can find the above values in the Convex documentation.

Running the Application

To start the development server:

pnpm run dev

About

EchoAI turns your business into an AI-driven operation with real-time voice support, instant knowledge access, and collaborative workflows. Deploy powerful voice agents in minutes using your own API keys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • JavaScript 2.2%
  • Other 0.7%