Why GroomBook: Built for Groomers, Not Corporations

March 2026


The Problem

You're a grooming salon owner or solo groomer. You've looked at scheduling software before. Here's what you've probably experienced:

Here's the core problem: Most grooming software is either too expensive, doesn't understand your workflow, or locks you into paying forever. And if the company gets bought or shuts down, you're out of luck.

What You Actually Need

After talking to dozens of groomers, a few needs keep coming up:

  1. Appointment scheduling that understands grooming
    • A 15-minute Pomeranian bath-and-brush is different from a 45-minute Doodle shave-down
    • Generic tools don't account for breed, coat type, or complexity
    • You end up double-booking or rushing
  2. Client and pet history in one place
    • Notes about each pet: "this dog gets matted" or "anxious around water"
    • Service history: what was done last time, how long it took
    • Paper files get lost; no system means context lives in your head
  3. Online booking so clients can help themselves
    • Stop fielding "what times do you have?" calls
    • Let clients book, confirm, or cancel 24/7 without calling you
    • Reduce no-shows with automated confirmations
  4. Automatic waitlist filling
    • When someone cancels, automatically fill that slot from your waitlist
    • No more manually checking the list and calling people back
  5. Your data stays yours
    • This is the big one. You've seen salon software get acquired, change pricing, or shut down.
    • You want to own your client list, appointment history, and business data.

What GroomBook Gives You

GroomBook is open-source, self-hosted pet grooming software built specifically to solve these problems.

What you get out of the box:

Smart appointment scheduling — calendar view, groomer assignment, breed-aware service timing
Client search & profiles — quickly find clients and their complete pet history
Pet history with appointment notes — everything about every client and their pets, including detailed notes from each visit
Online booking portal — clients book 24/7, see real availability
Automated waitlist — automatically fill cancellations from your queue
Role-based staff accounts — front desk sees bookings; only you see financials
Calendar feed sync — push appointments to Google Calendar or Apple Calendar automatically

And because it's open source:

How Much?

Free.

AGPL-3.0 license. Download it, run it yourself, no subscription.

You can have it running in 5 minutes:

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

That's it. You have a fully functional grooming management system running locally.

Who This Is For

GroomBook is built for:

GroomBook is not (yet) for:

Why Open Source Matters

The grooming industry has a real problem: software companies own the data.

You pay $100/month for scheduling software. You build your client list, your service history, your business on their platform. Then:

This happened to salon software owners. It's happening right now in the dog training world.

Open source prevents this. If GroomBook ever stops being useful or disappears, the code is still yours. You can hire any developer to maintain it or move it to a new host. Your data was never anyone else's leverage.

That's why we're building this as open source.

Getting Started

  1. Try the demo — play with a fully functional test version: demo.groombook.io
  2. Self-host — run it yourself with Docker Compose (no credit card required)
  3. Read the docs — detailed setup and feature guides at groombook.github.io/getting-started
  4. Join the community — questions, feedback, and feature requests on GitHub

What's Next?

GroomBook v1 covers the essentials. We're actively building:

You can track the roadmap on GitHub.

One More Thing

If you've been making do with a whiteboard, paper calendar, or expensive software you resent paying for, you have a better option now.

You deserve tools built for your work, not tools that force you to adapt to software. You deserve to own your business data. And you shouldn't have to pay $100+/month for it.

That's what GroomBook is here to do.

Try the demo →


Questions? Feedback? Found a bug? Open an issue on GitHub

Want to contribute? See the contributing guide