Anthony Ettinger
Prompt Engineer
Supabase
Twilio
WebRTC
Forums & Communities
# Clone the repositorygit clone https://github.com/yourusername/qryptchat.gitcd qryptchat# Install dependenciespnpm install# Set up environment variablescp .env.example .env# Edit .env with your Supabase and Twilio credentials# Run Supabase migrations (if using local Supabase)pnpx supabase db reset# Start development serverpnpm dev
http://localhost:8080
# DevelopmentPORT=8080# SupabasePUBLIC_SUPABASE_URL=your_supabase_urlPUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_keySUPABASE_SERVICE_ROLE_KEY=your_service_role_key# Twilio (for SMS verification)TWILIO_ACCOUNT_SID=your_twilio_sidTWILIO_AUTH_TOKEN=your_twilio_tokenTWILIO_PHONE_NUMBER=your_twilio_phone# AppPUBLIC_APP_URL=http://localhost:8080
# Start development serverpnpm dev# Run testspnpm test# Run tests with UIpnpm test:ui# Build for productionpnpm build# Preview production buildpnpm preview# Lint codepnpm lint# Format codepnpm format
Posted Sep 26, 2025
Developed a quantum-resistant encrypted messaging app.
0
3
Sep 1, 2025 - Ongoing
From imagination to implementation, we craft digital masterp