Rebrand from Casera/MyCrib to honeyDue

Total rebrand across all Go API source files:
- Go module path: casera-api -> honeydue-api
- All imports updated (130+ files)
- Docker: containers, images, networks renamed
- Email templates: support email, noreply, icon URL
- Domains: casera.app/mycrib.treytartt.com -> honeyDue.treytartt.com
- Bundle IDs: com.tt.casera -> com.tt.honeyDue
- IAP product IDs updated
- Landing page, admin panel, config defaults
- Seeds, CI workflows, Makefile, docs
- Database table names preserved (no migration needed)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-03-07 06:33:38 -06:00
parent 793e50ce52
commit 4976eafc6c
189 changed files with 831 additions and 831 deletions

View File

@@ -2,7 +2,7 @@
*Last Updated: December 2024*
This document provides a comprehensive comparison of home management apps similar to Casera/MyCrib.
This document provides a comprehensive comparison of home management apps similar to honeyDue/HoneyDue.
---
@@ -10,7 +10,7 @@ This document provides a comprehensive comparison of home management apps simila
| App | Task Scheduling | Multi-Property | Document Storage | Contractors | Warranty Tracking | Pricing |
|-----|----------------|----------------|------------------|-------------|-------------------|---------|
| **Casera (MyCrib)** | Recurring + Kanban | Yes | Yes | Yes | Yes | TBD |
| **honeyDue** | Recurring + Kanban | Yes | Yes | Yes | Yes | TBD |
| **HomeZada** | Yes | Yes (Deluxe) | Yes | No | Yes | Free / $59-99/yr |
| **Centriq** | Reminders only | Yes | Yes (Manuals) | No | Yes + Recalls | Free / $18-100/yr |
| **Homer** | Yes | Yes | Yes | Contacts only | Yes | Free / Premium |
@@ -187,9 +187,9 @@ This document provides a comprehensive comparison of home management apps simila
## Competitive Positioning
### Where Casera Differentiates
### Where honeyDue Differentiates
Based on competitor analysis, Casera has unique advantages:
Based on competitor analysis, honeyDue has unique advantages:
1. **Contractor Management** - Most competitors lack this entirely
2. **Kanban Task View** - Unique visual organization (overdue, due soon, upcoming, completed)
@@ -197,9 +197,9 @@ Based on competitor analysis, Casera has unique advantages:
4. **Combined Approach** - Tasks + Documents + Contractors + Warranties in one app
5. **Recurring Task Intelligence** - Smart next-due-date calculation for recurring maintenance
### Competitor Gaps Casera Fills
### Competitor Gaps honeyDue Fills
| Gap | Competitors Missing It | Casera Solution |
| Gap | Competitors Missing It | honeyDue Solution |
|-----|------------------------|-----------------|
| Contractor database | All except Homer (contacts only) | Full contractor profiles with specialties |
| Kanban visualization | All | Visual task board with columns |
@@ -229,12 +229,12 @@ Based on market analysis:
### Competitive Price Points
| Competitor | Annual Price | Casera Comparison |
| Competitor | Annual Price | honeyDue Comparison |
|------------|--------------|-------------------|
| Tody | $6 | Casera offers much more (not just cleaning) |
| Sweepy | $15-17 | Casera offers full home management |
| Centriq | $18-100 | Casera has better task management |
| HomeZada | $59-149 | Casera adds contractors, better UX |
| Tody | $6 | honeyDue offers much more (not just cleaning) |
| Sweepy | $15-17 | honeyDue offers full home management |
| Centriq | $18-100 | honeyDue has better task management |
| HomeZada | $59-149 | honeyDue adds contractors, better UX |
---