From 6945efdbed6ca0c8c02ba5fd39b7aedfbdc6138c Mon Sep 17 00:00:00 2001 From: Groom Book CTO Date: Tue, 24 Mar 2026 21:41:44 +0000 Subject: [PATCH] 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 --- docs/_config.yml | 19 +++ docs/blog/launch.html | 130 +++++++++++++++++++++ docs/blog/why-we-built.html | 154 ++++++++++++++++++++++++ docs/getting-started/index.html | 120 +++++++++++++++++++ docs/index.html | 199 ++++++++++++++++++++++++++++++++ docs/mobile-groomers.html | 114 ++++++++++++++++++ 6 files changed, 736 insertions(+) create mode 100644 docs/_config.yml create mode 100644 docs/blog/launch.html create mode 100644 docs/blog/why-we-built.html create mode 100644 docs/getting-started/index.html create mode 100644 docs/index.html create mode 100644 docs/mobile-groomers.html diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c6e4cca --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,19 @@ +title: Groom Book +description: Open source, self-hostable pet grooming business management and CRM. +theme: minima +plugins: + - jekyll-seo-tag + - jekyll-feed +defaults: + - scope: + path: "" + values: + layout: default +footer: + links: + - label: GitHub + url: https://github.com/groombook/groombook + - label: Issues + url: https://github.com/groombook/groombook/issues + - label: Discord + url: https://discord.gg/groombook \ No newline at end of file diff --git a/docs/blog/launch.html b/docs/blog/launch.html new file mode 100644 index 0000000..49c8fc9 --- /dev/null +++ b/docs/blog/launch.html @@ -0,0 +1,130 @@ + + + + + + Introducing Groom Book — Launch Announcement + + + + +
+

Introducing Groom Book

+

March 2026

+
+ + ← Back to Home + +

We built the CRM you've been waiting for if you're tired of paper files, spreadsheets, and overpriced salon software that spies on you.

+ +

Pet grooming is a $7B+ industry in the US alone. Independent groomers and small salons make up the majority of that market — yet the software options for them are genuinely terrible:

+ + + +

We built Groom Book because we got tired of watching groomers pay through the nose for software that doesn't understand their business.

+ +

What Groom Book Does

+ +

Groom Book is a complete pet grooming business management and customer relationship platform — fully open source and self-hostable.

+ +

For daily operations:

+ + +

For transparency and control:

+ + +

Why Open Source?

+ +

First, trust. Groomers have been burned by SaaS companies that raise prices overnight, get acquired, or simply shut down. With Groom Book, your data lives on your server. There's no vendor lock-in, no surprise pricing changes, and no company that can pivot away from your use case.

+ +

Second, customization. Every grooming business is different. Mobile groomers have different needs than salon chains. Breed specialists have different workflows than general-purpose groomers. Open source means you — or any developer you hire — can adapt Groom Book to fit your business, not the other way around.

+ +

Tech Stack

+ +

Groom Book is built for developers who want to self-host or contribute:

+ + +

Getting Started

+ +

Self-host in 5 minutes:

+ +
+ $ git clone https://github.com/groombook/groombook.git
+ $ cd groombook
+ $ docker compose up --build +
+ + + +

For production with Kubernetes, see the groombook/infra repository.

+ +

Contributing

+ +

We're building this for the community. PRs welcome.

+ + +

The Ask

+ +

If you know a groomer who's been complaining about their software, send them this link.

+ +

If you're a developer who wants to contribute to a project that actually helps small businesses, we're here.

+ +

If you're a pet owner who's watched your groomer's salon use a whiteboard and a paper folder system, you now have something better to suggest.

+ + + + \ No newline at end of file diff --git a/docs/blog/why-we-built.html b/docs/blog/why-we-built.html new file mode 100644 index 0000000..286e152 --- /dev/null +++ b/docs/blog/why-we-built.html @@ -0,0 +1,154 @@ + + + + + + Why We Built Groom Book — And Why Groomers Deserve Better Software + + + + +
+

Why We Built Groom Book

+

March 2026

+
+ + ← Back to Home + +
+

My groomer's name is Maria. She's been grooming for 22 years. She has a small salon with two chairs, a bathtub for the big dogs, and a wall of laminated breed standard cards that her mentor gave her in 2002.

+

Maria's software? A binder with client contact info, a paper calendar on the wall, and a calculator.

+

When I asked her why she didn't use salon software, she said: "I looked into it. It's $180 a month, it's complicated, and the one I tried locked me out of my own data when they changed pricing."

+

She represents thousands of independent groomers. This is for her.

+
+ +

The State of Pet Grooming Software

+ +

If you run a salon, you've basically have three options:

+ +

1. The legacy desktop software

+

$150-250/month. Runs on Windows. Looks like it was designed in 2003 (because it was). Requires a dedicated computer that can't do anything else. No mobile access. No online booking. But it "works" so you stick with it.

+ +

2. The SaaS platform

+

These are the Vagaro/Jill-of-All types. Monthly fees, sometimes percentage-based on bookings. They're web-based which is better. But they own your data. If you stop paying, you lose everything. Some take 15-30% of your booking revenue. They often cater to salons AND stylists AND wellness businesses — grooming is just one checkbox.

+ +

3. Generic scheduling tools

+

Think Calendly, Acuity, Square Appointments. They're fine for appointments but know nothing about grooming: no breed-specific timing (a poodle trim takes different time than a Doodle shave-down), no coat type notes, no deposit handling for no-shows, no pet profile history. You're constantly working around the tool.

+ +
+

Here's the thing: grooming has unique operational needs that generic software will never address well.

+
+ +

What Groomers Actually Need

+ +

After talking to dozens of groomers, a few themes come up constantly:

+ + + +

What We Built

+ +

Groom Book is open source, self-hostable pet grooming business management software. It runs on your server (or your laptop, or a $20/month VPS). It does everything a small salon needs:

+ + + +

And because it's open source, you can hire any developer to customize it, or run it on your own infrastructure. Your data stays yours.

+ +

The Price

+ +

Groom Book is free. MIT license. We built it because the problem is solvable and the existing solutions are exploitative.

+ +

If you want to run it yourself, you can have it running in 5 minutes:

+ +
+ $ git clone https://github.com/groombook/groombook
+ $ cd groombook
+ $ docker compose up --build +
+ +

If you want someone else to host it for you — managed hosting, backups, updates — that model can work too. We might build that someday. But you'll always have the option to self-host.

+ +

Who This Is For

+ +

Groom Book is for:

+ + +

It's not for:

+ + +

The Future

+ +

We're just getting started. Groom Book v1 covers the essentials. Here's what's on the roadmap:

+ + + +

If you want to follow along: GitHub.

+ +
+

Maria — if you're reading this: I hope this helps. You deserve software that respects your time and your business.

+

To everyone else: if you know a groomer who's been making do with a whiteboard and a binder, show them this. They have options now.

+
+ +
+

View on GitHub

+

Groom Book — Open Source Pet Grooming Software

+
+ + \ No newline at end of file diff --git a/docs/getting-started/index.html b/docs/getting-started/index.html new file mode 100644 index 0000000..1ade91f --- /dev/null +++ b/docs/getting-started/index.html @@ -0,0 +1,120 @@ + + + + + + Getting Started — Groom Book + + + + +
+

Getting Started with Groom Book

+ ← Back to Home +
+ + ← Back to Home + +

Groom Book can be run on a single server with Docker Compose or in a production Kubernetes cluster. Choose the path that fits your needs.

+ +

Docker Compose (Recommended for Single Server)

+ +

The fastest way to get Groom Book running. This starts PostgreSQL, runs migrations, and serves both the API and web UI.

+ +
+ $ git clone https://github.com/groombook/groombook.git
+ $ cd groombook
+ $ docker compose up --build +
+ + + + + + + + + + + + + + +
ServiceURL
Web UIhttp://localhost:8080
APIhttp://localhost:3000
+ +
+ ⚠️ Security Note: The default docker-compose.yml sets AUTH_DISABLED=true so you can explore without configuring OIDC. Disable this in any internet-facing deployment. +
+ +

Production Configuration

+ +

Copy .env.example to .env and configure:

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
VariableDescription
DATABASE_URLPostgreSQL connection string
AUTH_DISABLEDSet to false in production
OIDC_ISSUERAuthentik issuer URL
OIDC_CLIENT_IDOIDC client ID
CORSI_ORIGINPublic URL of the web frontend
+ +

Kubernetes (Production-Grade)

+ +

For production deployments with high availability, see the groombook/infra repository for Kubernetes manifests and Flux GitOps configuration.

+ +

Groom Book is deployed using:

+ + +

Quick Links

+ + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..29c98c6 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,199 @@ + + + + + + Groom Book — Open Source Pet Grooming Business Management + + + + + + + + +
+
+ 100% Open Source — MIT License +

Groom Book

+

Open source, self-hostable pet grooming business management and CRM. No vendor lock-in. No monthly fees.

+ +
+
+ +
+
+

Everything You Need to Run Your Grooming Business

+
+
+

📅 Appointment Scheduling

+

Calendar management for single or multiple groomers. Drag-and-drop scheduling with automatic conflict detection.

+
+
+

🐾 Client & Pet Records

+

Detailed profiles with grooming history, coat types, behavior notes, and preferences. Never lose a pet's information again.

+
+
+

💳 Online Booking Portal

+

Let clients book appointments 24/7 through your own self-service portal. No more phone tag.

+
+
+

💰 POS & Invoicing

+

Process payments, record tips, and generate receipts. Full financial tracking without spreadsheets.

+
+
+

📱 PWA — Works Offline

+

Install on mobile devices. Perfect for mobile groomers who need access in basements, garages, and rural areas.

+
+
+

📊 Reporting Dashboard

+

Revenue analytics, utilization trends, and business insights. Know exactly how your salon is performing.

+
+
+
+
+ +
+
+

Why Groom Book?

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureGroom BookLegacy SoftwareSaaS Platforms
Self-host on your own server
No monthly fees✗ ($150-250/mo)
You own your data
No booking revenue cut✗ (up to 30%)
PWA with offline support
Open source & customizable
+
+
+ +
+
+

Get Started in 5 Minutes

+
+ $ git clone https://github.com/groombook/groombook.git
+ $ cd groombook
+ $ docker compose up --build +
+

+ Web UI: http://localhost:8080  |  API: http://localhost:3000 +

+

+ Full Getting Started Guide → +

+
+
+ +
+
+

From the Blog

+
+
+

Introducing Groom Book

+

March 2026

+

The CRM you've been waiting for if you're tired of paper files, spreadsheets, and overpriced salon software.

+ Read more → +
+
+

Why We Built Groom Book

+

March 2026

+

An honest look at the pet grooming software landscape — and why we decided to do something about it.

+ Read more → +
+
+
+
+ + + + \ No newline at end of file diff --git a/docs/mobile-groomers.html b/docs/mobile-groomers.html new file mode 100644 index 0000000..b2f61b7 --- /dev/null +++ b/docs/mobile-groomers.html @@ -0,0 +1,114 @@ +# 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) \ No newline at end of file