Skip to content

Professional Bulgarian AI Voice Agents platform for business automation. 24/7 virtual receptionists with advanced analytics, lead management, and consultation booking.

Notifications You must be signed in to change notification settings

CreatingValueFirst/savemytime-ai-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to SaveMyTime Official Website - Automation Agency

Bulgarian AI Voice Agents platform for automation and client management.

🚀 Live Production

URL: https://glasov-agent-bg-main.vercel.app

🛠 Tech Stack

  • Frontend: Vite + React + TypeScript
  • UI: shadcn-ui + Tailwind CSS
  • Backend: Supabase (Auth, Database, Storage)
  • Hosting: Vercel

📋 Quick Start

Prerequisites

  • Node.js 16+ installed
  • Supabase account
  • Vercel account (for deployment)

Local Development

  1. Install dependencies

    npm install
  2. Configure environment

    • Environment variables are already set in .env
    • For local overrides, create .env.local
  3. Start dev server

    npm run dev

    Open http://localhost:8080

Build for Production

npm run build
npm run preview

🗄 Database

Supabase Tables

  • profiles - User profiles
  • user_roles - Admin/client roles
  • leads - Lead management
  • consultations - Booking system
  • voice_selections - Voice preferences
  • agents - AI agent configs
  • conversations - Chat history

Make Yourself Admin

After signing up, run this in Supabase SQL Editor:

INSERT INTO public.user_roles (user_id, role)
SELECT id, 'admin'::public.app_role
FROM auth.users
WHERE email = 'your-email@example.com'
ON CONFLICT DO NOTHING;

See SETUP_ADMIN.sql for details.

📦 Deployment

Project is deployed on Vercel with automatic deployments from main branch.

# Deploy to preview
npx vercel

# Deploy to production
npx vercel --prod

📚 Documentation

  • Full Setup Guide: See DEPLOYMENT_GUIDE.md
  • Admin Setup: See SETUP_ADMIN.sql

🔗 Links

About

Professional Bulgarian AI Voice Agents platform for business automation. 24/7 virtual receptionists with advanced analytics, lead management, and consultation booking.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •