Initial commit — 2026-07-15

This commit is contained in:
root
2026-07-15 17:32:03 -04:00
commit 344ea2ea20
6 changed files with 684 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Changelog
All notable changes to the VoIPSimplicity project.
## 2026-07-10
- **Project created** — VoIPSimplicity project folder and documentation initialized
- **Wasabi RingLogix setup documented** — S3 bucket configuration for call recording storage captured in `wasabi-ringlogix-setup.md`
- **Competitor analysis started** — Initial research phase begun
---
### July 10, 2026 (continued)
- **RingLogix CPaaS API** fully documented — 50+ endpoints covering subscribers, devices, CDRs, call queues, SMS, voicemail, meetings, auto-provisioning
- API requires: OAuth client_id/secret (via Success Manager ticket), Reseller scope, PBX user credentials
- RingOS API (billing) currently unavailable — pending
- Phone rental model designed: 24/36-month Yealink contracts at $7$15/mo per phone
- Root SSH exception documented for app1/app2/app3 — key-only, itpp-infra
- Caddy installed on app1 — path-based routing for /n8n/, /webui/, /litellm/
- Caddy routing fixed on Core: /api/search/* → OSINT, rest → ops portal
+30
View File
@@ -0,0 +1,30 @@
# VoIPSimplicity LLC
**Owner:** Germaine
**Product:** VoIP phone system
**Legal:** Fully registered LLC
## Current Infrastructure
| Component | Detail |
|-----------|--------|
| **Domain** | voipsimplicity.com |
| **DNS** | SiteGround |
| **Website** | WordPress on wphost02 (~59 MB database) |
| **Call Recordings** | Wasabi S3 (RingLogix integration) |
## Status
- Resources are being migrated from the IT Pro Partner umbrella to standalone
- Customer portal is planned (coming soon)
- Competitor analysis underway
## Project Structure
```
voipsimplicity/
├── README.md # This file
├── CHANGELOG.md # Project changelog
├── wasabi-ringlogix-setup.md # Wasabi S3 config for RingLogix call recordings
└── ...
```
+161
View File
@@ -0,0 +1,161 @@
# VoIPSimplicity Concierge — AI Phone Receptionist
## Product Overview
An AI-powered phone receptionist add-on for VoIPSimplicity customers. Replaces traditional "Press 1 for..." IVR menus with natural language conversation. Answers calls, routes intelligently, takes messages, and hands off to the right person — all without a human operator.
## How It Works
### For Customers (VoIPSimplicity Clients)
```
Customer dials business number
Number forwarded to Twilio (AI Receptionist)
STT (Whisper) → "Hi, I need to talk to someone about a bill"
LLM (Claude/Gemini) → understands intent
AI responds naturally: "Sure, I can help with billing. Let me transfer you..."
TTS (ElevenLabs) → speaks back to customer
Either: Handles it completely (answer FAQ, take message, book appt)
Or: Transfers to correct extension via SIP (with context)
```
### Call Flow Detail
```
Inbound Call
Twilio answers → connects to AI engine
AI Greeting: "Thank you for calling [Business Name]. How can I help you?"
├── Customer needs help → AI handles it
│ • Answers FAQ (hours, location, pricing)
│ • Takes message (name, number, reason)
│ • Books appointment (calendar integration)
│ • Qualifies lead (screening questions)
├── Customer needs a person → AI transfers
│ • Rings correct extension or ring group
│ • Includes context: "Jane Smith calling about invoice #3042"
│ • If no answer: takes message or routes to next person
└── Customer is confused or angry → Escalation
• AI detects tone → transfers to human immediately
• No frustrating loops
```
### Benefits Over Traditional IVR
| Traditional IVR | AI Receptionist |
|---|---|
| "Press 1 for Sales, Press 2 for Support..." | "Thanks for calling. How can I help you?" |
| 7 nested menu levels | Single natural conversation |
| Customers mash 0 to get a human | AI routes to human when appropriate |
| DTMF tones only | Understands any phrasing |
| Rigid, frustrating, hard to change | Flexible, warm, updateable in plain English |
## Market Pricing & Positioning
### Competitor Pricing (AI Answering Services Only — No Phone System)
| Service | Starting Price | Type | Best For |
|---|---|---|---|
| AIRA | $24.95/mo | AI only | General small biz |
| Smith.ai | $95/mo | AI + human hybrid | Professional services |
| Abby Connect | $99/mo | AI + human hybrid | Healthcare/legal |
| Posh | $64/mo | AI + human hybrid | Solo practitioners |
| Ruby | $235/mo | Live human | Premium service |
| AnswerConnect | $325/mo | Live human | 24/7 live coverage |
### Proposed Pricing (VoIPSimplicity Add-On)
Priced as an add-on to existing VoIPSimplicity phone service. Customer already has phone system — this replaces their IVR.
| Plan | AI Minutes | Est. Calls | Price/Mo | Our Cost | Margin |
|---|---|---|---|---|---|
| **Starter** | 100 min | ~50 calls | **$29/mo** | ~$2 | **93%** |
| **Pro** | 500 min | ~250 calls | **$79/mo** | ~$10 | **87%** |
| **Business** | 2,000 min | ~1,000 calls | **$199/mo** | ~$40 | **80%** |
Competitive advantage: VoIPSimplicity customers get the **phone system AND AI receptionist** for what AI-only services charge. Pure AI answering services (AIRA) start at $25/mo for 30 calls and don't include a phone system.
### Pricing Strategy Options
| Strategy | Pros | Cons |
|---|---|---|
| **Standalone add-on** ($29-199/mo) | Clear value, easy to sell | Customer sees it as extra cost |
| **Bundled into phone plan tiers** | Feels like value, harder to compare | Lower per-customer revenue |
| **Per-minute billing** ($0.30/min) | Scales naturally | Unpredictable for customer |
## Target Customers (South Georgia)
| Business Type | Number of Employees | Call Volume | Best Plan |
|---|---|---|---|
| Law firm | 1-5 attorneys | 50-200/mo | Pro ($79) |
| Medical/dental office | 2-10 staff | 100-500/mo | Pro/Business |
| Contractor (plumbing, HVAC) | 3-20 crew | 50-300/mo | Pro ($79) |
| Real estate agent | Solo + team | 30-100/mo | Starter ($29) |
| Auto shop | 2-8 mechanics | 50-200/mo | Pro ($79) |
| Restaurant | 5-30 staff | 200-1000/mo | Business ($199) |
## Technical Architecture
### Components
| Component | Technology | Hosting |
|---|---|---|
| Phone Number | Twilio ($1/mo per number) | Cloud |
| Speech-to-Text | Whisper (self-hosted) | app1 |
| AI Engine | Claude Sonnet / Gemini Pro | admin-ai |
| Text-to-Speech | ElevenLabs ($5/mo) | Cloud API |
| Call Logic | FastAPI + WebSockets | app1 |
| Transfer | Twilio SIP → RingLogix → desk phone | Twilio + VoIPSimplicity |
### Call Flow Detail
```
Twilio Number → Twilio Voice Webhook → app1 (FastAPI)
Whisper STT
LLM (admin-ai)
ElevenLabs TTS
Response → Twilio → Customer
If transfer needed:
Twilio SIP → RingLogix → Extension
```
## Master's Businesses — Testing Plan
### Phase 1: Forefront Wireless (WISP)
- **First Twilio number** — test the AI greeting and call routing
- **Use case:** Customer calls about internet service, billing, outages
- **AI needs:** Hours of operation, service areas, pricing tiers, outage info
- **Fallback:** Route to Germaine's cell or dispatch
### Phase 2: Expand to All Businesses
| Business | Primary Use Case | Call Volume (est.) |
|---|---|---|
| **Forefront Wireless** | Internet inquiries, outages, billing | 30-100/day |
| **VoIPSimplicity** | Phone system sales, support, billing | 20-50/day |
| **Debt Recovery Experts** | Debtor calls, client inquiries | 50-200/day |
| **BoxPilot Logistics** | Dispatch, customer inquiries | 20-60/day |
| **IT Pro Partner** | MSP support, new clients | 10-30/day |
### Phase 3: Productize for VoIPSimplicity Customers
- Package as an add-on for all VoIPSimplicity phone system customers
- Self-service customer portal (customer trains their own AI)
- Billing integrated into VoIPSimplicity invoices
## Implementation Status
| Step | Status |
|---|---|
| Product concept defined | ✅ |
| Market research & pricing | ✅ |
| Twilio numbers to purchase | ⏳ Master purchasing 3-4 numbers |
| Twilio account setup | ⏳ |
| AI engine build (FastAPI + Whisper + LLM) | ❌ |
| RingLogix SIP transfer integration | ❌ |
| Customer portal for config | ❌ |
| Production deployment | ❌ |
+336
View File
@@ -0,0 +1,336 @@
# VoIPSimplicity Competitive Analysis Report
**Date:** July 10, 2026
**Analyst:** Hermes Agent (subagent research)
**Sources:** Direct website scraping of all 9 sites (voipsimplicity.com + 8 competitors)
---
## Table of Contents
1. [VoIPSimplicity — Current State](#1-voipsimplicity--current-state)
2. [Side-by-Side Pricing Table](#2-side-by-side-pricing-table)
3. [Feature Comparison Matrix](#3-feature-comparison-matrix)
4. [Market Positioning Map](#4-market-positioning-map)
5. [Competitor Deep Dives](#5-competitor-deep-dives)
6. [Key Findings & Strategic Recommendations](#6-key-findings--strategic-recommendations)
---
## 1. VoIPSimplicity — Current State
### Site Assessment
**voipsimplicity.com** is an early-stage/stub WordPress site. It is **not** a functioning VoIP service yet.
| Aspect | Finding |
|---|---|
| **Site Status** | Placeholder WordPress site (starter template) |
| **Homepage** | Tagline: *"Crystal Clear Calls, Budget-Friendly Rates"* — "Simple, Reliable Phone Service for Home & Business" |
| **Pricing Page** | Contains placeholder "Web Design Course" Lorem Ipsum content ($99 one-time) |
| **/features/** | 404 — Page not found |
| **/business/** | 404 — Page not found |
| **/get-started/** | Links exist but inaccessible |
| **Plans Mentioned** | Residential and Business (2 tiers, "no confusing tiers, no hidden fees") |
| **Features Mentioned** | Free number porting, app-based calling, plug-in phone support |
| **Integrations** | None mentioned |
| **Pricing** | No real pricing published |
**Verdict:** VoIPSimplicity is a brand/concept with a WP template placeholder. It has NO functional product pages, NO real pricing, and NO feature documentation. This is effectively a pre-launch site.
---
## 2. Side-by-Side Pricing Table
All prices in USD per user/month unless noted. Annual billing shown where available.
| Provider | Entry Plan | Mid Plan | Top Plan | Enterprise | Target Audience |
|---|---|---|---|---|---|
| **VoIPSimplicity** | *Not published* | *N/A* | *N/A* | *N/A* | Residential & Small Business (concept) |
| **RingCentral (RingEX)** | Core: $20 | Advanced: $25 | Ultra: $35 | Custom | SMB → Enterprise (600K+ customers) |
| **Nextiva** | Core: $15 | Engage: $25 | Scale: $75 | CC: $75+/agent | SMB → Enterprise (100K+ customers) |
| **8x8 Work** | X2: ~$24 | X4: ~$57 | X6-X8: $100$150 | Custom | SMB → Enterprise |
| **Vonage Business** | Mobile: $13.99* | Premium: $20.99* | Advanced: $27.99* | Custom | SMB → Enterprise (100K+ customers) |
| **Dialpad Connect** | Standard: $15 | Pro: $25 | Enterprise: Custom | AI Agent: usage-based | SMB → Mid-Market |
| **Grasshopper** | True Solo: $14/mo** | Solo Plus: $25/mo** | Small Biz: $55/mo** | N/A | Solopreneurs & Micro (400K+ customers) |
| **Phone.com** | Basic: $15 | Plus: $22.50 | Pro: $33.33 | Custom | Small Business (50K+ customers) |
| **Ooma Office** | Essentials: $19.95 | Pro: $24.95 | Pro Plus: $29.95 | N/A | Micro → SMB |
*\* Vonage: 30% promotional discount on annual. Regular: Mobile $19.99, Premium $29.99, Advanced $39.99*
*\*\* Grasshopper: per-account pricing, not per-user. Annual billed: True Solo $14, Solo Plus $25, Small Business $55*
### Pricing Tiers Visualized (Entry-Level, Annual)
```
$10 $15 $20 $25 $30
|------------|------------|------------|------------|
Grasshopper($14)
Vonage($13.99)
Nextiva($15)
Dialpad($15)
Phone.com($15)
RingCentral($20)
Ooma($19.95)
```
---
## 3. Feature Comparison Matrix
| Feature | VoIPSimplicity | RingCentral | Nextiva | 8x8 | Vonage | Dialpad | Grasshopper | Phone.com | Ooma |
|---|---|---|---|---|---|---|---|---|---|
| **Unlimited Domestic Calling** | ? | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Business SMS/MMS** | ? | ✓ | ✓ (tiered) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Video Conferencing** | ? | ✓ (200 pax) | ✓ | ✓ | ✓ (200 pax) | ✓ (10-150 pax) | ✗ | ✓ (100 pax) | ✓ |
| **Team Messaging** | ? | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
| **Auto Attendant / IVR** | ? | ✓ | ✓ (add-on) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Call Recording** | ? | ✓ (Ultra) | ✓ (add-on) | ✓ | ✓ (Advanced) | ✓ (Pro) | ✗ | ✓ (Pro) | ✓ (Pro+) |
| **Voicemail Transcription** | ? | ✓ | ✓ | ✓ | ✓ (Advanced) | ✓ | ✓ | ✓ (Plus) | ✓ |
| **AI Features** | ? | ✓ (AI Assistant) | ✓ (XBert AI) | ✓ (AI Routing) | ✗ | ✓ (AI Agent) | ✗ | ✓ (AI Routing) | ✗ |
| **CRM Integrations** | ? | 330+ | ✓ (Salesforce, HubSpot, etc.) | ✓ | ✓ (20+ App Center) | ✓ | ✗ | ✓ (Pro) | ✓ |
| **Mobile App** | ? | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Desktop App** | ? | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Toll-Free Numbers** | ? | ✓ | ✓ (Engage+) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **Number Porting** | ✓ (mentioned) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| **HIPAA Compliance** | ? | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | ✓ | ✗ |
| **99.999% Uptime SLA** | ? | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ | ✗ | ✗ |
| **Contact Center** | ? | ✓ (add-on) | ✓ ($75+/agent) | ✓ | ✓ | ✓ | ✗ | ✗ | ✗ |
| **Fax** | ? | ✓ | ✓ (add-on) | ✓ | ✓ | ✗ | ✗ | ✓ | ✓ |
| **24/7 Support** | ? | ✓ | ✓ | ✓ | ✓ | ✓ (Enterprise) | ✓ | ✓ | ? |
| **Free Trial** | ? | 14-day | Demo only | Demo only | ✗ | 14-day | 7-day | 30-day MBG | ✗ |
**Legend:** ✓ = Included in base/mid plan | (tiered) = Limited or requires higher plan | (add-on) = Extra cost | ? = Unknown (site not functional) | ✗ = Not available
---
## 4. Market Positioning Map
### Positioning by Price & Target Market
```
LOW PRICE ←→ HIGH PRICE
|
ENTERPRISE | RingCentral ────
↑ | Nextiva ────────
| | 8x8 ────────────
| |
MID-MARKET | Vonage ─────────
↑ | Dialpad ────────
| |
SMALL BUSINESS | Phone.com ──────
↑ | Ooma ───────────
| | Grasshopper ────
SOLOPRENEUR |
| | VoIPSimplicity ??
└──────────────┴───────────────────
```
### Competitive Positioning Summary
| Provider | Primary Positioning | Differentiator |
|---|---|---|
| **RingCentral** | #1 UCaaS platform | AI-first "Agentic Voice AI," 330+ integrations, global scale |
| **Nextiva** | CX management platform | XBert AI agents, unified customer journey, "end of busywork" |
| **8x8** | Reliable UC + CC | 99.999% uptime, Gartner MQ, AI Routing, compliance-first |
| **Vonage** | Developer-friendly UC | CPaaS/APIs, 1.6M developers, flexible integrations |
| **Dialpad** | AI-native communications | Built-in AI across all tiers, AI Agent with conversation-based pricing |
| **Grasshopper** | Virtual phone for solos | Simple, no per-user costs, voicemail-to-text, 400K+ customers |
| **Phone.com** | Affordable SMB VoIP | Low-cost, HIPAA, mobile-first, 50+ voice features |
| **Ooma** | Budget SMB phone | No contracts, $19.9529.95 flat, transparent pricing |
| **VoIPSimplicity** | **Undefined (pre-launch)** | None established yet |
---
## 5. Competitor Deep Dives
### 5.1 RingCentral — The Incumbent Leader
- **Tagline:** "The Agentic Voice AI platform to drive customer outcomes"
- **Pricing:** Core $20 → Advanced $25 → Ultra $35 (annual, per user)
- **Add-ons:** AI Receptionist ($39), Conversational Intelligence ($60), Call Queues Booster ($35), SMS Booster ($25)
- **Key Features:** AI Assistant (transcription, summaries, translation), 330+ integrations, video meetings, team messaging, fax
- **Clients:** Toyota, Lufthansa, HP, AT&T, T-Mobile, AWS, NBCUniversal
- **Target:** 600K+ businesses; SMB to global enterprise
- **Compliance:** HITRUST, GDPR, PCI, HIPAA, SOC 2
- **Strengths:** Market leader, massive ecosystem, AI features at scale
- **Weaknesses:** Expensive add-ons, complex tiers, SMS limits (25-200/user/mo)
### 5.2 Nextiva — The CX Platform Play
- **Tagline:** "A New Dawn in Customer Experience"
- **Pricing:** Core $15 → Engage $25 → Scale $75 (annual, per user)
- **Contact Center:** Essential $75/agent → Professional (custom) → Premium (custom)
- **Key Features:** XBert AI (voice/chat agents, appointment booking, FAQ), unified customer journey, sentiment analysis, live transcription
- **Clients:** Taco Bell, KFC, Amazon, UPS, Hyundai, IKEA, San Antonio Spurs
- **Target:** 100K+ businesses, 1M+ users; SMB to enterprise
- **Compliance:** SOC 2, HIPAA, ISO 27001, 99.999% uptime
- **Strengths:** Strong AI narrative (XBert), CX unification, competitive entry price ($15)
- **Weaknesses:** Scale plan at $75 is expensive jump, many features gated behind add-ons
### 5.3 8x8 — The Reliable Workhorse
- **Tagline:** "All Your Conversations in One Place"
- **Pricing:** X2 ~$24 → X4 ~$57 → higher tiers to $150 (per user)
- **Key Features:** 8x8 Work (unified app), AI Routing, 8x8 Pulse (conversation mining), 8x8 Resolve (crisis comms), Microsoft Teams integration
- **Target:** SMB to enterprise; Gartner Magic Quadrant recognized
- **Compliance:** End-to-end encryption, SOC 2, HIPAA, multiple certifications
- **Strengths:** Reliability (99.999%), Gartner recognized, strong compliance, single-app simplicity
- **Weaknesses:** Pricing not transparent (quote-based), website doesn't publish clear plan prices
### 5.4 Vonage — The Developer's Choice
- **Tagline:** Business Phone, VoIP, APIs, Contact Center
- **Pricing:** Mobile $13.99 → Premium $20.99 → Advanced $27.99 (annual promo)
- **Key Features:** 40+ features, VBC App Center (20+ integrations), Vonage Meetings (200 participants), team messaging, single sign-on
- **Clients:** Domino's, DHL, Thomson Reuters, AB InBev, Zipcar
- **Target:** 100K+ businesses, 1.6M registered developers; SMB to enterprise
- **Strengths:** Developer ecosystem (CPaaS), flexible, strong API play
- **Weaknesses:** Dated brand perception, less AI focus than rivals
### 5.5 Dialpad — AI-Native Challenger
- **Tagline:** AI-powered customer engagement
- **Pricing:** Connect Standard $15 → Pro $25 → Enterprise custom
- **AI Agent:** Conversation-based pricing (pay per resolved conversation)
- **Key Features:** Built-in AI across all plans, real-time transcription, AI Agent for autonomous CX
- **Target:** SMB to mid-market
- **Strengths:** AI-native architecture (not bolted-on), innovative pricing model, strong voice AI
- **Weaknesses:** Smaller ecosystem than RC/Nextiva, enterprise features gated
### 5.6 Grasshopper — The Solopreneur Specialist
- **Tagline:** Virtual phone system
- **Pricing:** True Solo $14 → Solo Plus $25 → Small Business $55 (all annual, per account)
- **Key Features:** Virtual phone number, unlimited calling, business texting, voicemail transcription, mobile/desktop apps
- **Target:** 400K+ solopreneurs and micro businesses
- **Strengths:** Extremely simple, no per-user fees (Solo Plus = unlimited users $25/mo), low entry
- **Weaknesses:** No video, no team messaging, no CRM integrations, no AI, no contact center
### 5.7 Phone.com — Affordable SMB Workhorse
- **Tagline:** "Win more business from the phone you already own"
- **Pricing:** Basic $15 → Plus $22.50 → Pro $33.33 (annual, per user)
- **Key Features:** 50+ voice features, video (100 pax), HIPAA compliant, AI routing, CRM integration (Pro), ProSIM mobility ($10/mo)
- **Target:** 50K+ small businesses
- **Strengths:** Strong feature-per-dollar ratio, HIPAA included, AI features at low price
- **Weaknesses:** Brand less recognized, limited enterprise capabilities
### 5.8 Ooma — Budget-Friendly Simplicity
- **Tagline:** Business Communications
- **Pricing:** Essentials $19.95 → Pro $24.95 → Pro Plus $29.95 (per user, no contract)
- **Key Features:** Virtual fax, mobile app, video conferencing, call recording (Pro+), voicemail transcription, 50+ features on Pro+
- **Target:** Micro to SMB
- **Strengths:** No contracts, transparent flat pricing, low entry barrier, $29.95 activation
- **Weaknesses:** No AI features, no contact center, limited integrations, dated brand
---
## 6. Key Findings & Strategic Recommendations
### 6.1 Market Landscape Summary
The VoIP/UCaaS market is **mature and crowded** with well-funded incumbents. AI has become the primary battleground in 2026:
| Segment | Leaders | Price Range |
|---|---|---|
| **Enterprise UCaaS** | RingCentral, Nextiva, 8x8 | $20$150+/user |
| **AI-Native UCaaS** | Dialpad, Nextiva (XBert) | $15$75/user |
| **SMB VoIP** | Vonage, Phone.com, Ooma | $14$40/user |
| **Micro/Solo** | Grasshopper, Ooma | $14$55/account |
| **Developer/CPaaS** | Vonage, 8x8 (APIs) | Usage-based |
### 6.2 VoIPSimplicity's Current Position
**Critical Assessment:**
1. **No product exists yet.** The site is a WordPress starter template with placeholder content. There is no functional service, no real pricing, and no feature documentation.
2. **The brand name "VoIPSimplicity" signals** budget-friendly, no-frills, easy-to-use phone service — targeting the value-conscious SMB/residential segment.
3. **The two-tier approach (Residential + Business)** is a reasonable starting point but is underspecified.
4. **Competitive window:** The low-end of the market ($1020/user) still has room, but differentiation through AI features is now table stakes.
### 6.3 Recommended Positioning Strategy
**Primary Recommendation: "The Simplest, Most Affordable Business Phone — With AI You'll Actually Use"**
VoIPSimplicity should position itself as the **budget-friendly, AI-enhanced alternative** for micro-businesses and small teams that don't need enterprise complexity.
#### Recommended Target
- **Primary:** Solopreneurs, 110 person businesses, home-based businesses
- **Secondary:** Residential users wanting a second line / home office
- **Geography:** US-focused initially
#### Recommended Pricing (per user/month)
| Plan | Price | Positioning |
|---|---|---|
| **Residential** | $8.99 | Basic home phone replacement, unlimited domestic, voicemail, mobile app |
| **Business Starter** | $14.99 | Unlimited calling, SMS, auto-attendant, video (25 pax), mobile+desktop |
| **Business Pro** | $24.99 | + Call recording, voicemail transcription, CRM integration, AI assistant, toll-free |
#### Key Differentiators to Build
1. **Radical Simplicity** — Honor the brand name. 3-minute setup. No manual needed. One clean app.
2. **AI Assistant Included at $14.99** — Unlike competitors who gate AI behind $2575 tiers, make basic AI (transcription, summaries, smart routing) available at the entry level.
3. **Transparent Pricing** — No hidden fees, no per-minute charges, no "contact sales." Fully self-serve.
4. **Free Number Porting + 30-Day Trial** — Lower the switching friction.
5. **SMS Included, Not Metered** — RingCentral limits SMS to 25200/user. Offer unlimited conversational SMS.
#### Features to Prioritize (MVP)
1. Unlimited domestic calling (US/CA)
2. Business SMS/MMS
3. Mobile + Desktop apps
4. Auto-attendant / IVR
5. Voicemail-to-email / transcription
6. Video meetings (up to 50 participants)
7. Call recording
8. Basic AI: call summaries, transcription, smart routing
9. Number porting
10. Toll-free numbers
#### Features to Defer (v2+)
- Full contact center (ACD, queues, workforce management)
- Advanced CRM integrations beyond Zapier/webhooks
- International numbers
- Developer APIs/CPaaS
- HIPAA compliance
### 6.4 Competitive Threats
| Threat | Risk Level | Mitigation |
|---|---|---|
| Grasshopper already owns the "simple solo phone" niche | High | Offer more features at same price ($15 with AI vs $14 without) |
| Phone.com beats on price/features for SMB | Medium | Lean harder into simplicity + AI differentiation |
| Dialpad/Nextiva AI-first positioning | Medium | Offer AI at entry tier, not premium tier |
| Google Voice (free tier) | Medium | Position as "professional upgrade from Google Voice" |
| RingCentral brand dominance | Low | Different segment — they're enterprise, not micro-SMB |
### 6.5 Urgent Actions
1. **Replace the placeholder website immediately.** The current site undermines credibility. Launch a proper landing page with real content.
2. **Define and publish actual pricing.** Prospective customers have zero reason to engage.
3. **Build a working MVP product** before any marketing spend.
4. **Choose a white-label VoIP platform** (e.g., Bandwidth, Twilio, Voxbone) to accelerate time-to-market rather than building from scratch.
---
## Appendix: Source URLs
| Provider | Pages Scraped |
|---|---|
| VoIPSimplicity | voipsimplicity.com, /pricing/, /features/, /business/ |
| RingCentral | ringcentral.com, /office/plansandpricing.html |
| Nextiva | nextiva.com, /pricing |
| 8x8 | 8x8.com, /products/plans-and-pricing |
| Vonage | vonage.com, /unified-communications/pricing/ |
| Dialpad | dialpad.com, /pricing/ |
| Grasshopper | grasshopper.com, /pricing/ |
| Phone.com | phone.com, /pricing/ |
| Ooma | ooma.com/business/, /small-business-phone-systems/plans/ |
---
*Report generated by Hermes Agent subagent. All data current as of July 10, 2026.*
+79
View File
@@ -0,0 +1,79 @@
# Twilio Setup & Testing Plan — AI Receptionist
## Numbers to Purchase
| Business | Number Purpose | Est. Monthly Calls |
|---|---|---|
| **Forefront Wireless** | Customer support, outages, billing | 30-100/day |
| **VoIPSimplicity** | Phone system sales & support | 20-50/day |
| **Debt Recovery Experts** | Debtor calls, client intake | 50-200/day |
| **BoxPilot / IT Pro Partner** | General business | 10-30/day |
**Total: 3-4 Twilio numbers** at ~$1/mo each.
## Twilio Account Setup (Master Action)
### Recommended Account Type
- For Garrison texting: **Individual** (already mentioned)
- For DRE/Apex numbers: **Business** (will need business docs)
- For VoIPSimplicity numbers: **Business** (under VoIPSimplicity LLC)
### What You'll Need
1. Create account at [twilio.com](https://www.twilio.com)
2. Add billing info (credit card or ACH — you prefer ACH)
3. Search for available numbers in **South Georgia area codes** (912 for Savannah, 229 for Albany/Valdosta, 478 for Macon)
4. Purchase local numbers (toll-free is optional, ~$2/mo)
### What I Need After Purchase
When you have the numbers, I need:
- **Twilio Account SID** (starts with AC...)
- **Twilio Auth Token**
- **Phone numbers** (the actual digits)
- For each number: which business it's for
Store these in Vaultwarden → send them to me when ready.
## Phase 1 — Testing with Forefront Wireless
### Test Scenarios
| Scenario | Customer Says | Expected AI Behavior |
|---|---|---|
| Business hours | "When are y'all open?" | Responds with hours for that location |
| Service inquiry | "Do you have internet in the county?" | Checks coverage area, responds or transfers |
| Outage call | "My internet's down" | Asks for account/address, checks status, routes to support |
| Billing | "I need to pay my bill" | Takes payment info or routes to billing |
| New customer | "How much is internet?" | Gives pricing tiers, routes to sales if interested |
| Spanish | "Hablo español" | Switches to Spanish automatically |
### Cutover Plan
```
1. Purchase Twilio number
2. Set up forwarding from existing Forefront number to Twilio number
3. Test AI handles calls
4. Refine prompts and routing based on real calls
5. Once stable → update published number's forwarding permanently
```
## Development Milestones
| Milestone | What's Needed | ETA |
|---|---|---|
| Twilio numbers purchased | You | Today |
| FastAPI AI engine built | Me | After numbers are ready |
| Basic call flow working | Both | Day 1 of testing |
| RingLogix transfer integration | Both | Day 2-3 |
| Production-ready for one business | Both | Week 1 |
| Add second business | Both | Week 2 |
## Cost Breakdown (Per Business)
| Item | Monthly Cost |
|---|---|
| Twilio phone number | $1 |
| Twilio call handling (~500 min) | ~$10 |
| ElevenLabs TTS | $5 |
| Whisper STT (self-hosted) | $0 |
| LLM inference (via admin-ai) | ~$1-2 |
| **Total per business** | **~$17-20/mo** |
| **Planned sell price** | **$29-199/mo** |
| **Margin** | **80-93%** |
+58
View File
@@ -0,0 +1,58 @@
# Wasabi S3 Setup for RingLogix Call Recordings
Configuration reference for Wasabi S3 bucket used as remote storage for RingLogix call recordings.
## Bucket Configuration
| Setting | Value |
|---------|-------|
| **Provider** | Wasabi Hot Cloud Storage |
| **Purpose** | Remote storage for RingLogix call recordings |
| **Versioning** | Enabled |
## RingLogix IP Ranges
The following IP ranges must be allowed in the bucket policy so RingLogix can write call recordings:
| CIDR | Range |
|------|-------|
| `192.92.8.0/24` | RingLogix primary |
| `64.52.82.0/24` | RingLogix secondary |
| `64.52.83.0/24` | RingLogix tertiary |
## Bucket Policy
```json
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowRingLogixAccess",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::BUCKET-NAME",
"arn:aws:s3:::BUCKET-NAME/*"
],
"Condition": {
"IpAddress": {
"aws:SourceIp": [
"192.92.8.0/24",
"64.52.82.0/24",
"64.52.83.0/24"
]
}
}
}
]
}
```
> Replace `BUCKET-NAME` with the actual Wasabi bucket name.
## Notes
- Versioning should be enabled on the bucket to protect against accidental deletion or overwrite of call recordings.
- Bucket policy restricts `s3:*` actions to RingLogix source IPs only.
- Wasabi has no egress fees, making it cost-effective for call recording storage.