This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/docs/mobile-groomers.html
T
Groom Book CTO 6945efdbed Add marketing docs for GitHub Pages site
Add landing page, blog posts (launch announcement, why we built),
getting-started guide, mobile groomers page, and Jekyll config
to docs/ folder for GitHub Pages publishing.

Closes groombook/groombook#168

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-24 21:41:44 +00:00

114 lines
4.1 KiB
HTML

# Groom Book — Mobile Groomer Landing Page
## Tagline
**"The grooming salon that comes to you — now with software that keeps up."**
## Hero Section
### Headline
Groom Book goes mobile.
### Subheadline
The same powerful grooming CRM — appointment scheduling, client records, POS, reminders — on your phone, in your van, in backyards and driveways across town.
Works offline. Syncs when you're back in range.
### CTA
[Get Started Free](https://github.com/groombook/groombook) · [See How It Works](#how-it-works)
---
## The Mobile Groomer Problem
You're not just a groomer. You're a receptionist, scheduler, record-keeper, and accountant — all while working out of a van.
Most grooming software assumes you have:
- Reliable WiFi
- A fixed location
- Time to sit at a desk between appointments
You have none of those things.
### What you're actually dealing with:
- Appointment info on scraps of paper
- Client calls mid-route you can't reference
- Credit card processing that takes 10% of your tips
- No-show reminders you can't send from the road
- End-of-day paperwork that takes longer than the grooming
---
## How Groom Book Works for Mobile Groomers
### 1. Install the PWA
Groom Book is a Progressive Web App. Open it in your phone's browser, tap "Add to Home Screen." It looks and feels like a native app — no app store required.
### 2. Take appointments offline
The full appointment calendar, client profiles, and pet records are cached on your device. Pull up Mrs. Johnson's doodle's last grooming notes while you're three miles from the nearest cell tower.
### 3. Check in clients on-site
Record services performed, add notes, process payment — all while the dog is still on the table.
### 4. Sync when you're back in range
When you hit WiFi or cell service again, everything syncs to your server automatically. No manual uploads. No "export and import" workflows.
---
## Features Mobile Groomers Actually Need
| Feature | Why It Matters |
|---|---|
| **Offline calendar** | Check tomorrow's route without cell service |
| **Client/p pet profiles** | Know the dog before you arrive — allergies, behavioral notes, preferred cuts |
| **Route notes** | "Gate code is 4721" lives in the appointment notes, not your head |
| **On-site POS** | Process credit cards while you're there, not an hour later |
| **SMS reminders** | Reduce no-shows even for clients without app installed |
| **Service logging** | Track what you did, what products used, for future reference |
---
## Pricing Context
**Groom Book: Free**
No monthly fee. No per-groomer fee. No cut of your bookings.
Host it on a $10/month VPS, a old laptop in your van, or a Raspberry Pi. Your server, your rules.
Compare that to mobile-friendly SaaS alternatives at $150-300/month — and they still don't work offline.
---
## Testimonials (placeholder for real quotes when available)
> "I was using a paper planner and Venmo for payments. Groom Book replaced both and I can actually see my schedule without digging through my van."
> — [Mobile Groomer Name], [City]
---
## FAQ
**Q: Does it work without internet?**
A: Yes. The PWA caches your data locally. You can view appointments, client records, and take notes offline. Changes sync when you reconnect.
**Q: What if I lose my phone?**
A: Your data is on your server, not your phone. Install Groom Book on a new device, log in, and everything is there.
**Q: How do I accept credit cards?**
A: Groom Book includes a built-in POS. Connect a card reader (Stripe Terminal or similar) or record cash/check payments manually.
**Q: Can I use this alongside my existing software?**
A: Yes — many groomers start with Groom Book for new client intake while keeping existing systems for historical data during a transition period.
**Q: Do I need technical skills to set it up?**
A: Basic Docker knowledge is enough. `docker compose up` gets you running in 5 minutes. Full Kubernetes setup for advanced users.
---
## CTA Section
### Ready to cut your software costs?
Groom Book is free, open source, and runs on your own server.
[GitHub Repository](https://github.com/groombook/groombook)
[Getting Started Guide](getting-started/index.html)