From 3b1b1cebc52b161191e58f74e7cabfa1fde34728 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Aug 2026 13:07:11 -0400 Subject: [PATCH] chore: add project scaffolding and mockups --- .gitignore | 5 + docs/beach-direct-project.md | 361 +++++++++++++ mockups/admin.html | 988 +++++++++++++++++++++++++++++++++++ mockups/index.html | 905 ++++++++++++++++++++++++++++++++ 4 files changed, 2259 insertions(+) create mode 100644 .gitignore create mode 100644 docs/beach-direct-project.md create mode 100644 mockups/admin.html create mode 100644 mockups/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1375873 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +*.sqlite +.env +venv/ diff --git a/docs/beach-direct-project.md b/docs/beach-direct-project.md new file mode 100644 index 0000000..c3bcabf --- /dev/null +++ b/docs/beach-direct-project.md @@ -0,0 +1,361 @@ +# Beach Direct β€” Product Project + +**White-label direct-booking platform for vacation rental owners escaping platform fees.** + +| | | +|---|---| +| **Status** | 🚧 Pre-launch β€” reference implementation in progress | +| **Reference** | Moore Sunny Daze (Maravilla 1403, Miramar Beach FL) | +| **Domain** | beachdirect.io | +| **Repo** | git.itpropartner.com/ippadmin/mooresunnydaze | +| **Pricing** | $997–$3,997 setup + $47–$197/mo | + +--- + +## 1. Product Overview + +### The Problem + +Vacation rental owners on VRBO and Airbnb lose 10-15% of every booking to platform fees. A property booked 150 nights/year at $295/night loses **$4,425-$6,637 annually** to platforms β€” money that goes to Expedia Group or Airbnb, not the owner. + +Platforms also own the guest relationship. Owners can't email past guests, build a mailing list, or create repeat-direct bookings without violating platform terms. + +### The Solution + +Beach Direct gives owners a professional direct-booking website with Stripe payments, an admin dashboard, and guest CRM β€” for a flat monthly fee with **zero per-booking charges**. + +### Value Proposition + +| | VRBO/Airbnb | Beach Direct | +|---|---|---| +| **Booking fee** | 10-15% | $0 | +| **Guest data** | Platform-owned | Owner-owned | +| **Branding** | Platform-branded | Owner's brand | +| **Email marketing** | Prohibited | Built-in | +| **Pricing control** | Algorithm-influenced | Full control | +| **Annual cost** (150 nights @ $295) | ~$5,500 | $564–$2,364 flat | + +--- + +## 2. Target Market + +### Primary: Destin / Miramar Beach / 30A Corridor + +| Metric | Value | +|---|---| +| Vacation rentals in area | 15,000+ | +| Average nightly rate | $250-$500 | +| Platform dependency | ~90% listed on VRBO or Airbnb | +| Owner density | High β€” owners talk to neighbors | +| Seasonality | Strong peak (May-Aug), shoulder (Mar-Apr/Sep-Oct) | + +### Ideal Customer Profile + +- Owns 1-3 vacation rental properties +- Currently listed on VRBO and/or Airbnb +- Frustrated with platform fees (aware they exist) +- Has some returning guests or social following +- Values professionalism but doesn't want to manage tech +- Annual platform fees > $2,000 (the crossover point where Beach Direct saves money) + +### Expansion Path + +1. Destin/Miramar Beach (initial β€” 2026) +2. 30A corridor (Rosemary Beach, Seaside, Alys Beach) +3. Panama City Beach +4. Gulf Shores / Orange Beach, AL +5. Coastal expansion (Florida, Alabama, South Carolina, Texas) + +--- + +## 3. Product Architecture + +### System Design + +``` +β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” +β”‚ Core Server β”‚ +β”‚ β”‚ +β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ +β”‚ β”‚ Property β”‚ β”‚ Property β”‚ β”‚ Property β”‚ ... β”‚ +β”‚ β”‚ A (8911) β”‚ β”‚ B (8912) β”‚ β”‚ C (8913) β”‚ β”‚ +β”‚ β”‚ FastAPI β”‚ β”‚ FastAPI β”‚ β”‚ FastAPI β”‚ β”‚ +β”‚ β”‚ SQLite β”‚ β”‚ SQLite β”‚ β”‚ SQLite β”‚ β”‚ +β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ +β”‚ β”‚ +β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ +β”‚ β”‚ Caddy Reverse Proxy β”‚ β”‚ +β”‚ β”‚ propertyA.com β†’ :8911 β”‚ β”‚ +β”‚ β”‚ propertyB.com β†’ :8912 β”‚ β”‚ +β”‚ β”‚ admin.propertyA.com β†’ :8911/admin β”‚ β”‚ +β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ +β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ +``` + +### Per-Property Isolation + +Each property runs its own FastAPI instance on a dedicated port with its own SQLite database. This gives: + +- **Data isolation** β€” one owner's data never touches another's +- **Independent scaling** β€” a high-traffic property doesn't affect others +- **Simple backup** β€” one `.sqlite` file per property +- **Zero tenant logic** β€” no multi-tenancy code, no customer_id columns + +### Tech Stack + +| Layer | Technology | Rationale | +|---|---|---| +| **Frontend** | Single-file HTML/CSS/JS | No build step, instant deploy, any host | +| **Backend** | FastAPI (Python) + uvicorn | Fast, async, well-documented | +| **Database** | SQLite per property | Zero maintenance, portable, backup = file copy | +| **Payments** | Stripe Checkout (hosted) | PCI-compliant, no card data on our servers | +| **Proxy** | Caddy | Auto-SSL via Let's Encrypt, simple config | +| **Process** | systemd | Built-in, reliable, zero-dependency | +| **Email** | Resend or Postmark | Transactional (confirmations, pre-arrival) | + +### Single-File Frontend Philosophy + +No React, no webpack, no npm. Each property's landing page is a single `.html` file with inline CSS and JS. This is intentional: + +- **Instant deploy** β€” `cp index.html /var/www/property/` +- **No build failures** β€” what you write is what ships +- **Any developer can edit** β€” no framework knowledge needed +- **Fast loads** β€” single HTTP request, no bundle +- **Easy to theme** β€” clone and customize per property + +--- + +## 4. Pricing Model + +### Tiers + +| Tier | Setup | Monthly | Includes | +|---|---|---|---| +| **Starter** | $997 | $47/mo | Landing page, booking widget, admin dashboard, Stripe integration | +| **Pro** | $2,497 | $97/mo | + Email automation, guest CRM, seasonal pricing, custom domain setup | +| **Full Service** | $3,997 | $197/mo | + Channel sync, analytics dashboard, priority support, photo sourcing | + +### No Per-Booking Fees β€” Ever + +This is the core differentiator. VRBO charges 8% + $0-499 host fee. Airbnb charges 3% host + 14% guest. Beach Direct charges zero per booking. The owner pays Stripe's 2.9% + $0.30 β€” same as any online business β€” and nothing more. + +At 150 booked nights/year at $295/night: + +| | VRBO | Airbnb | Beach Direct (Pro) | +|---|---|---|---| +| Annual platform fees | $3,540 | $1,328 (host) | $0 | +| Guest-paid fees | $1,770 | $6,195 | $0 | +| Owner annual cost | $3,540 | $1,328 | $1,164 (Starter) | +| Owner savings | β€” | β€” | **$164-$2,376/year** | + +### Revenue Projections + +| Clients | Setup (one-time) | Monthly Recurring | Annual Total | +|---|---|---|---| +| 5 (Pro) | $12,485 | $485/mo | $18,305 | +| 10 (Pro) | $24,970 | $970/mo | $36,610 | +| 25 (mix) | $56,000 | $2,150/mo | $81,800 | +| 50 (mix) | $112,000 | $4,300/mo | $163,600 | +| 100 (mix) | $224,000 | $8,600/mo | $327,200 | + +*Mix = 60% Starter, 30% Pro, 10% Full Service.* + +--- + +## 5. Go-to-Market + +### Phase 1: Case Study (Current) + +Moore Sunny Daze β€” Tim and Ashley Moore's Maravilla 1403 in Miramar Beach. This is the reference implementation: + +- Produces real booking data and revenue comparisons +- Generates testimonials and social proof +- Proves the concept before any cold outreach + +### Phase 2: Neighbor Outreach + +Tim knows other owners in Maravilla. Once his site generates direct bookings: + +1. Tim refers neighbors β†’ neighbors see his site β†’ they want one +2. Offer 2 months free for every successful referral +3. Target: 5 properties in Maravilla alone (28-unit building) + +### Phase 3: Direct Outreach + +- Scrape VRBO listings in Destin/Miramar Beach +- Identify owners with: 4+ star rating, 10+ reviews, active calendar +- Cold email: "You paid ~$3,500 in VRBO fees last year. Here's what that looks like without them." +- Include real savings calculation based on their listed rate + +### Phase 4: Beach Direct Marketing Site + +- `beachdirect.io` β€” landing page with savings calculator +- Input: nightly rate, nights/year β†’ Output: annual savings vs VRBO +- Case study section featuring Moore Sunny Daze +- Pricing page with clear tiers +- Facebook ads targeting "Vacation Rental Owners" interest group + +### Phase 5: Facebook Groups + +- Join "Destin Vacation Rental Owners" and similar groups +- Don't pitch β€” answer questions about direct booking +- Share Moore Sunny Daze as "what we built for a friend" +- Let the savings math do the selling + +--- + +## 6. Competitive Landscape + +| Competitor | Model | Price | Our Advantage | +|---|---|---|---| +| **VRBO** | 8% host + 5-12% guest fee | Variable | No booking fees, owner owns data | +| **Airbnb** | 3% host + ~14% guest | Variable | No guest fees, direct relationship | +| **Lodgify** | SaaS + channel manager | $36-289/mo | Simpler, no channel bloat, lower price | +| **OwnerRez** | SaaS + PM tools | $40-130/mo | Less complex, single-file sites | +| **Houfy** | Free direct booking | Free | Professional design, Stripe integration | +| **Wix/WordPress** | DIY site builder | $17-50/mo | Purpose-built for rentals, booking built in | + +### Our Position + +Beach Direct occupies the space between "DIY website builder" (too much work) and "full property management software" (too complex, too expensive). We're the **done-for-you direct booking solution** β€” professional site, booking system, admin dashboard, zero per-booking fees. + +--- + +## 7. Technical Differentiators + +1. **Zero per-booking fees** β€” flat monthly pricing only. No competitor offers this with a full booking system. + +2. **Owner owns guest data** β€” email, phone, stay history. This is the asset platforms hoard. + +3. **Single-file deployable sites** β€” no JavaScript build step. The landing page is one HTML file. Anyone can host it, anywhere. + +4. **SQLite simplicity** β€” no managed database costs. The database is a file. Backup is `cp db.sqlite backup.sqlite`. + +5. **Stripe Connect** β€” payments go directly to the owner's bank account. We never touch the money. + +6. **Per-property isolation** β€” one FastAPI instance per property. No multi-tenant complexity. One property goes down, others stay up. + +7. **Caddy auto-SSL** β€” Let's Encrypt certificates with zero configuration. No certbot, no renewal cron jobs. + +--- + +## 8. Risk Analysis + +| Risk | Likelihood | Impact | Mitigation | +|---|---|---|---| +| **Double-booking** | Medium | High | Channel sync (v3), real-time availability checks | +| **Payment disputes** | Low | Medium | Stripe handles chargebacks; clear cancellation policy | +| **SEO competition** | Medium | Medium | Content strategy, area guides, backlinks from local businesses | +| **Owner tech literacy** | High | Low | Dead-simple admin, phone support, setup included in fee | +| **Stripe account issues** | Low | High | Owners connect their own Stripe; we guide setup | +| **Platform retaliation** | Low | Low | No platform integration means no TOS to violate | +| **Domain/email migration** | Medium | Medium | Documented migration playbook; included in Pro tier | +| **Seasonality** | Low | Medium | Monthly recurring smooths seasonal dips | + +--- + +## 9. Brand & Voice + +### Domain + +`beachdirect.io` β€” short, clear, says what it does. + +### Brand Voice + +- **Direct** β€” "Stop paying platform fees. Book direct." +- **Owner-focused** β€” the hero is the property owner, not us +- **Math-driven** β€” lead with savings, not features +- **Professional** β€” coastal aesthetic, not beach-bum casual + +### Marketing Site Sections + +1. **Hero** β€” Savings calculator (nightly rate Γ— nights = your fee savings) +2. **How It Works** β€” 3-step: We build β†’ You approve β†’ Guests book direct +3. **Case Study** β€” Moore Sunny Daze with real numbers +4. **Pricing** β€” Three tiers, clear inclusions +5. **FAQ** β€” "Will my VRBO guests find my direct site?" (yes, with strategy) + +--- + +## 10. Development Roadmap + +### v1 β€” Single Property (Q3 2026) + +- [x] Moore Sunny Daze backend API (FastAPI + SQLite + Stripe) +- [x] Landing page (Coastal Elegant theme) +- [x] Admin dashboard (dark theme) +- [ ] Domain migration (mooresunnydaze.com β†’ Core) +- [ ] Stripe live mode +- [ ] First direct booking + +### v2 β€” Multi-Property (Q4 2026) + +- [ ] Property onboarding script (clone MSD, assign port, init DB) +- [ ] Central admin overview (all properties on one dashboard) +- [ ] Email automation (confirmation, pre-arrival, post-stay) +- [ ] Guest CRM improvements (tags, notes, stay history) + +### v3 β€” Channel Sync (Q1 2027) + +- [ ] iCal import/export for VRBO/Airbnb availability sync +- [ ] Prevent double-bookings across platforms +- [ ] Rate parity monitoring + +### v4 β€” Smart Pricing (Q2 2027) + +- [ ] Dynamic pricing based on demand, season, local events +- [ ] Competitor rate scraping +- [ ] Occupancy optimization + +### v5 β€” Marketplace (Q3 2027) + +- [ ] Multi-property search across all Beach Direct clients +- [ ] "More properties from this owner" +- [ ] Area-based discovery (all Miramar Beach properties) + +--- + +## 11. Reference Implementation + +**Moore Sunny Daze** β€” the free project for Tim and Ashley Moore that proves the concept. + +| Detail | Value | +|---|---| +| Property | Maravilla 1403, Miramar Beach FL | +| Size | 3BR/2BA, sleeps 8 | +| Rate | $295/night peak, $225 off-peak | +| VRBO fees saved | ~$3,500-$5,000/year | +| Site | mooresunnydaze.com (in development) | +| Repo | git.itpropartner.com/ippadmin/mooresunnydaze | +| Status | Backend live, frontend in development | + +--- + +## 12. Operational Playbook + +Every new Beach Direct client follows this process: + +### Onboarding (3-5 days) + +1. **Scrape existing listings** β€” Wix site, VRBO, Airbnb (photos, content, pricing, reviews) +2. **Research area** β€” restaurants, attractions, shopping within 3 miles +3. **Build 3 theme mockups** β€” Existing Style, Bold & Energetic, Coastal Elegant +4. **Client selects theme** β†’ build full landing page with booking widget +5. **Build admin dashboard** β€” dark theme, booking management, guest directory +6. **Domain migration** β€” GoDaddy β†’ Cloudflare β†’ Core +7. **Email setup** β€” Gmail β†’ MXroute with forwarding +8. **Stripe setup** β€” guide owner through account creation +9. **Go live** β€” DNS cutover, SSL, test booking + +### Monthly Maintenance + +- Server uptime monitoring (Uptime Kuma) +- SSL auto-renewal (Caddy) +- Database backups (S3, daily) +- Stripe webhook health checks +- Monthly report to owner (bookings, revenue, guest count) + +--- + +*Document version: 1.0 β€” August 7, 2026* +*Author: Sho'Nuff Brown, IT Pro Partner* diff --git a/mockups/admin.html b/mockups/admin.html new file mode 100644 index 0000000..1dfa854 --- /dev/null +++ b/mockups/admin.html @@ -0,0 +1,988 @@ + + + + + +Moore Sunny Daze β€” Admin Dashboard + + + + + + +
+ + + + + +
+ + +
+ +
+
Loading stats…
+
+
+

Quick Actions

+
+ + + +
+
+
+ + +
+ +
+ + + + + +
+
+
Loading bookings…
+
+
+ + +
+ +
+
+
+
+
Loading calendar…
+
+
+
+

Block Dates

+

Click dates on the calendar to select them, then block them below. Blocked dates prevent bookings.

+
No dates selected
+ + +
+
Available
+
Booked
+
Blocked
+
+
+
+
+ + +
+ +
+
Loading guests…
+
+
+ + +
+ +
+

Property Information

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+
+ +
+ + + + + diff --git a/mockups/index.html b/mockups/index.html new file mode 100644 index 0000000..0068bf2 --- /dev/null +++ b/mockups/index.html @@ -0,0 +1,905 @@ + + + + + +Moore Sunny Daze β€” Book Direct & Save 13% | Maravilla 1403, Miramar Beach FL + + + + + + + + + + + + +
+
+
+
+
Book Direct & Save 13%
+

Moore Sunny Daze

+

Maravilla 1403 — Gulf-View Luxury in Miramar Beach

+

3 Bedrooms • 2 Bathrooms • Sleeps 8 • Destin, Florida

+ Check Availability + Explore the Property +
+
+ +
+
+ + +
+
+
+
+ Welcome To +

Your Beach Retreat Awaits

+
+

Welcome to Moore Sunny Daze — a beautifully appointed 3-bedroom, 2-bathroom Gulf-view condo perched on the 14th floor of Maravilla Resort. From the moment you step inside, floor-to-ceiling windows flood the open-concept living space with natural light and frame sweeping views of the Emerald Coast.

+

Every detail has been curated for comfort: a fully equipped kitchen with granite countertops, a private balcony for sunrise coffee and sunset cocktails, and beach-inspired dΓ©cor that instantly puts you in vacation mode. Whether you’re gathering for a family meal at the dining table for six or unwinding in the king en-suite with its own balcony access, Moore Sunny Daze is designed to be your home away from home.

+

When you book direct with owners Tim & Ashley Moore, you skip the 13% platform service fees charged by the big listing sites — which means more money in your pocket and a personal connection to the people who care most about your stay.

+
+
+ + 3-Night Minimum Stay +
+
+ + Sleeps 8 Comfortably +
+
+ + Miramar Beach, FL 32550 +
+
+ + Owner-Operated +
+
+
+
+ Moore Sunny Daze beach view from Maravilla +
+
+
+ + +
+
+
+ Sleeping Arrangements +

Room to Unwind

+

Three thoughtfully designed bedrooms plus a queen sleeper sofa ensure everyone has their own space.

+
+
+
+ Primary King Bedroom +
+ Primary Suite +

King En-Suite

+

Private balcony access, en-suite bathroom with walk-in shower, flat-screen TV, and Gulf views from bed.

+
+
+
+ Second King Bedroom +
+ Guest Room +

King Bedroom

+

Plush king bed with premium linens, spacious closet, and easy access to the second full bathroom.

+
+
+
+ Bunk Room +
+ Kids’ Favorite +

Bunk Room

+

Twin-over-twin bunks — perfect for kids or extra guests. Fun, cozy, and steps from the hallway bath.

+
+
+
+
+ +
+
+ Living Room +

Queen Sleeper

+

A comfortable queen-size sleeper sofa in the living room brings total capacity to 8 guests.

+
+
+
+
+
+ + + + + +
+
+
+ Amenities +

Everything You Need

+

From beach service to pickleball, Maravilla Resort has it all — and Moore Sunny Daze puts you right in the middle of it.

+
+
+
+ + Beach Service
4 Chairs + 2 Umbrellas
+
+
+ + 2 Resort Pools
1 Heated Seasonally
+
+
+ + Hot Tub +
+
+ + Fitness Center +
+
+ + Tennis Courts +
+
+ + Pickleball Courts +
+
+ + Basketball Court +
+
+ + BBQ Grills +
+
+ + Dog Friendly
$50 Pet Fee
+
+
+ + Self Check-In +
+
+ + Free WiFi +
+
+ + Free Parking +
+
+
+
+ + +
+
+
+ Explore +

Miramar Beach & Beyond

+

World-class dining, boutique shopping, and sugar-white sand — all minutes from your door.

+
+
+ + + +
+
+
+ Casual Beachfront +

Pompano Joe’s

+

Legendary beachfront seafood with Caribbean flair. Just a short walk down Scenic Gulf Drive. Famous for their coconut shrimp and frozen drinks.

+
+
+ Local Favorite +

Captain Dave’s

+

No-frills seafood shack serving the freshest Gulf shrimp, oysters, and fish sandwiches. A Miramar Beach institution since 1978.

+
+
+ Family Dining +

Surf Hut

+

Right-on-the-sand dining with a playground for the kids. Great burgers, seafood baskets, and sunset views over the Gulf.

+
+
+ Southern Comfort +

Kenny D’s

+

Hearty Southern and New Orleans-inspired fare. Famous for their gumbo, po’boys, and live music on weekends.

+
+
+ Breakfast & Brunch +

Mama Clemenza’s

+

European-style breakfast and brunch spot. Known for incredible pancakes, fresh pastries, and a charming courtyard setting.

+
+
+ Fine Dining +

Bijoux

+

Upscale coastal cuisine in an intimate setting. Perfect for a romantic dinner or special occasion. Reservations recommended.

+
+
+ Wine & Small Plates +

Vin’Tij

+

Wine bar and bistro with an impressive selection of wines by the glass and creative small plates. Great for a relaxed evening.

+
+
+ Island-Inspired +

Tommy Bahama

+

Tropical dining and cocktails at Grand Boulevard. The coconut cloud martini and blackened fish tacos are must-tries.

+
+
+
+
+ Grocery +

Winn-Dixie

+

Full-service grocery store just minutes away. Stock up on everything you need for the condo — fresh seafood, produce, wine, and more.

+
+
+ Supercenter +

Wal-Mart

+

Conveniently located for beach gear, sunscreen, snacks, and anything you forgot to pack. Open late.

+
+
+ Outlet Shopping +

Silver Sands Premium Outlets

+

The nation’s largest designer outlet center with 110+ stores including Coach, Michael Kors, Nike, and Tommy Hilfiger.

+
+
+ Luxury & Dining +

Grand Boulevard Town Center

+

Upscale open-air shopping with Anthropologie, lululemon, Pottery Barn, plus a movie theater and fantastic restaurants.

+
+
+
+
+ Your Beach +

Miramar Beach

+

Sugar-white sand and crystal-clear emerald water steps from Maravilla. Your beach service includes 4 chairs and 2 umbrellas.

+
+
+ Resort +

Maravilla Pools

+

Two resort-style pools — one heated seasonally — plus a hot tub, all surrounded by lush tropical landscaping.

+
+
+ State Park +

Henderson Beach State Park

+

Pristine natural beach with nature trails, picnic pavilions, and some of the best shelling on the Emerald Coast.

+
+
+ Family Fun +

Destin Harbor Boardwalk

+

Deep-sea fishing charters, dolphin cruises, waterfront dining, and live entertainment — just a 10-minute drive away.

+
+
+
+
+ + +
+
+
+
+ Your Hosts +

Meet Tim & Ashley Moore

+
+

We fell in love with the Emerald Coast on our very first visit — the sugar-white sand, the warm Gulf waters, and the genuine hospitality of the Florida Panhandle. When we found Maravilla 1403, we knew it was the one: that view, that balcony, that feeling of being exactly where you’re supposed to be.

+

Moore Sunny Daze isn’t just a rental property to us — it’s our family’s happy place, and we’ve poured our hearts into making it yours too. From the plush bedding to the fully stocked kitchen to the beach gear tucked away in the closet, every detail reflects how we like to travel ourselves.

+

When you book direct with us, you’re not just saving the 13% platform fee — you’re getting a direct line to the people who know this condo inside and out. Have a question about the best restaurant for a sunset dinner? Need a recommendation for a fishing charter? We’re here for you.

+

We can’t wait to welcome you to Moore Sunny Daze.

+

— Tim & Ashley

+
+
+ Tim & Ashley Moore, owners of Moore Sunny Daze +
+
+
+ + +
+
+
+ Reservations +

Book Your Stay

+
+
+
+

Check Availability

+
Book Direct & Save 13% vs Platform Fees
+
+
+ + +
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+

+ + + +
+

Your Quote

+
+ + +
+
+ Nightly Rate + +
+
+ Season + +
+
+ Subtotal + +
+
+ Cleaning Fee + +
+ +
+ Total (USD) + +
+ + +
Guest Details
+ + +
+
+ + +
+
+
+ + +
+
+ + +
+
+

+ +
+
+
+ +
+
+
+
+ + + + + + + +