Add launch blog post: 'Why GroomBook' #2

Merged
groombook-engineer[bot] merged 1 commits from feature/launch-blog-post into main 2026-03-27 17:20:17 +00:00
2 changed files with 416 additions and 0 deletions
+252
View File
@@ -0,0 +1,252 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Why GroomBook: Built for Groomers, Not Corporations</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
color: #333;
background: #f9f9f9;
margin: 0;
padding: 20px;
}
.container {
max-width: 800px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
h1 {
font-size: 2.5em;
margin-bottom: 0.5em;
color: #1a1a1a;
}
h2 {
font-size: 1.8em;
margin-top: 1.5em;
margin-bottom: 0.5em;
color: #1a1a1a;
border-bottom: 3px solid #007bff;
padding-bottom: 0.25em;
}
p {
margin: 1em 0;
}
ul, ol {
margin: 1em 0;
padding-left: 2em;
}
li {
margin: 0.5em 0;
}
strong {
color: #1a1a1a;
}
code {
background: #f4f4f4;
padding: 2px 6px;
border-radius: 3px;
font-family: "Courier New", monospace;
font-size: 0.9em;
}
pre {
background: #f4f4f4;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
border-left: 4px solid #007bff;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.date {
color: #666;
font-style: italic;
margin-bottom: 2em;
}
.divider {
border: none;
border-top: 1px solid #ddd;
margin: 2em 0;
}
.cta-button {
display: inline-block;
background: #007bff;
color: white;
padding: 12px 24px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
margin-top: 1em;
}
.cta-button:hover {
background: #0056b3;
text-decoration: none;
}
.feature-list {
display: grid;
gap: 1em;
margin: 1.5em 0;
}
.feature-item {
background: #f0f7ff;
padding: 15px;
border-radius: 5px;
border-left: 4px solid #007bff;
}
</style>
</head>
<body>
<div class="container">
<h1>Why GroomBook: Built for Groomers, Not Corporations</h1>
<p class="date"><strong>March 2026</strong></p>
<hr class="divider">
<h2>The Problem</h2>
<p>You're a grooming salon owner or solo groomer. You've looked at scheduling software before. Here's what you've probably experienced:</p>
<ul>
<li><strong>MoeGo:</strong> $50-150/month. Works, but you're paying every month forever, and if they change pricing or shut down, your business goes with it.</li>
<li><strong>Gingr or PetExec:</strong> Enterprise software, $200+/month, designed for franchise chains. Way more than you need.</li>
<li><strong>Square Appointments or Calendly:</strong> Generic scheduling tools that don't understand grooming. No breed-aware timing. No pet history. No waitlist system. You're constantly working around the tool instead of working with it.</li>
<li><strong>Paper and spreadsheets:</strong> Reliable, but you lose time to manual double-booking checks, no-show tracking, and coordinating across your team.</li>
</ul>
<p><strong>Here's the core problem:</strong> 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.</p>
<h2>What You Actually Need</h2>
<p>After talking to dozens of groomers, a few needs keep coming up:</p>
<ol>
<li><strong>Appointment scheduling that understands grooming</strong>
<ul>
<li>A 15-minute Pomeranian bath-and-brush is different from a 45-minute Doodle shave-down</li>
<li>Generic tools don't account for breed, coat type, or complexity</li>
<li>You end up double-booking or rushing</li>
</ul>
</li>
<li><strong>Client and pet history in one place</strong>
<ul>
<li>Notes about each pet: "this dog gets matted" or "anxious around water"</li>
<li>Service history: what was done last time, how long it took</li>
<li>Paper files get lost; no system means context lives in your head</li>
</ul>
</li>
<li><strong>Online booking so clients can help themselves</strong>
<ul>
<li>Stop fielding "what times do you have?" calls</li>
<li>Let clients book, confirm, or cancel 24/7 without calling you</li>
<li>Reduce no-shows with automated confirmations</li>
</ul>
</li>
<li><strong>Automatic waitlist filling</strong>
<ul>
<li>When someone cancels, automatically fill that slot from your waitlist</li>
<li>No more manually checking the list and calling people back</li>
</ul>
</li>
<li><strong>Your data stays yours</strong>
<ul>
<li>This is the big one. You've seen salon software get acquired, change pricing, or shut down.</li>
<li>You want to own your client list, appointment history, and business data.</li>
</ul>
</li>
</ol>
<h2>What GroomBook Gives You</h2>
<p>GroomBook is <strong>open-source, self-hosted pet grooming software</strong> built specifically to solve these problems.</p>
<h3>What you get out of the box:</h3>
<div class="feature-list">
<div class="feature-item"><strong>Smart appointment scheduling</strong> — calendar view, groomer assignment, breed-aware service timing</div>
<div class="feature-item"><strong>Client search & profiles</strong> — quickly find clients and their complete pet history</div>
<div class="feature-item"><strong>Pet history with appointment notes</strong> — everything about every client and their pets, including detailed notes from each visit</div>
<div class="feature-item"><strong>Online booking portal</strong> — clients book 24/7, see real availability</div>
<div class="feature-item"><strong>Automated waitlist</strong> — automatically fill cancellations from your queue</div>
<div class="feature-item"><strong>Role-based staff accounts</strong> — front desk sees bookings; only you see financials</div>
<div class="feature-item"><strong>Calendar feed sync</strong> — push appointments to Google Calendar or Apple Calendar automatically</div>
</div>
<h3>And because it's open source:</h3>
<ul>
<li><strong>You own your data</strong> — runs on your server (or a $20/month VPS). Your client list never becomes someone's asset.</li>
<li><strong>No vendor lock-in</strong> — if you want to customize it, hire any developer. If you want to move hosts, you just clone the repo.</li>
<li><strong>No monthly fees</strong> — pay nothing to use the software itself. (Optional: managed hosting if you want someone else to handle backups and updates.)</li>
<li><strong>Community-driven</strong> — anyone can contribute, audit the code, or suggest features.</li>
</ul>
<h2>How Much?</h2>
<p><strong>Free.</strong></p>
<p>MIT license. Download it, run it yourself, no subscription.</p>
<p>You can have it running in 5 minutes:</p>
<pre><code>git clone https://github.com/groombook/groombook
cd groombook
docker compose up --build</code></pre>
<p>That's it. You have a fully functional grooming management system running locally.</p>
<h2>Who This Is For</h2>
<p><strong>GroomBook is built for:</strong></p>
<ul>
<li>Solo groomers tired of paper and spreadsheets</li>
<li>Small salons with 2-5 groomers who can't justify $200+/month for enterprise software</li>
<li>Grooming business owners who value owning their business data</li>
<li>Groomers who want a tool built specifically for grooming workflows</li>
</ul>
<p><strong>GroomBook is not (yet) for:</strong></p>
<ul>
<li>Enterprise salon chains with 20+ locations (that's not our focus)</li>
<li>Businesses that want 24/7 managed SaaS support with legal contracts (look at Phorest or Vagaro instead)</li>
</ul>
<h2>Why Open Source Matters</h2>
<p>The grooming industry has a real problem: <strong>software companies own the data</strong>.</p>
<p>You pay $100/month for scheduling software. You build your client list, your service history, your business on their platform. Then:</p>
<ul>
<li>The company gets acquired. Pricing triples.</li>
<li>They pivot to focus on salons instead of groomers. Features you depend on get removed.</li>
<li>The platform shuts down. You have 30 days to export what you can.</li>
</ul>
<p>This happened to salon software owners. It's happening right now in the dog training world.</p>
<p><strong>Open source prevents this.</strong> 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.</p>
<p>That's why we're building this as open source.</p>
<h2>Getting Started</h2>
<ol>
<li><strong>Try the demo</strong> — play with a fully functional test version: <a href="https://demo.groombook.io">demo.groombook.io</a></li>
<li><strong>Self-host</strong> — run it yourself with Docker Compose (no credit card required)</li>
<li><strong>Read the docs</strong> — detailed setup and feature guides at <a href="https://groombook.github.io/getting-started">groombook.github.io/getting-started</a></li>
<li><strong>Join the community</strong> — questions, feedback, and feature requests on <a href="https://github.com/groombook/groombook">GitHub</a></li>
</ol>
<h2>What's Next?</h2>
<p>GroomBook v1 covers the essentials. We're actively building:</p>
<ul>
<li>Automated SMS/email reminders and confirmations</li>
<li>Mobile app for iOS/Android</li>
<li>POS & invoicing integration</li>
<li>Offline-capable mobile experience for mobile groomers</li>
<li>Business analytics and reporting</li>
<li>Multi-language support</li>
<li>Groomer commission tracking</li>
<li>QuickBooks and accounting software integrations</li>
</ul>
<p>You can track the roadmap <a href="https://github.com/orgs/groombook/projects/1">on GitHub</a>.</p>
<h2>One More Thing</h2>
<p>If you've been making do with a whiteboard, paper calendar, or expensive software you resent paying for, you have a better option now.</p>
<p>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.</p>
<p>That's what GroomBook is here to do.</p>
<p><a href="https://demo.groombook.io" class="cta-button">Try the demo →</a></p>
<hr class="divider">
<p><em>Questions? Feedback? Found a bug? <a href="https://github.com/groombook/groombook/issues">Open an issue on GitHub</a></em></p>
<p><em>Want to contribute? <a href="https://github.com/groombook/groombook/blob/main/CONTRIBUTING.md">See the contributing guide</a></em></p>
</div>
</body>
</html>
+164
View File
@@ -0,0 +1,164 @@
# 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:
- **MoeGo**: $50-150/month. Works, but you're paying every month forever, and if they change pricing or shut down, your business goes with it.
- **Gingr or PetExec**: Enterprise software, $200+/month, designed for franchise chains. Way more than you need.
- **Square Appointments or Calendly**: Generic scheduling tools that don't understand grooming. No breed-aware timing. No pet history. No waitlist system. You're constantly working around the tool instead of working with it.
- **Paper and spreadsheets**: Reliable, but you lose time to manual double-booking checks, no-show tracking, and coordinating across your team.
**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:
- **You own your data** — runs on your server (or a $20/month VPS). Your client list never becomes someone's asset.
- **No vendor lock-in** — if you want to customize it, hire any developer. If you want to move hosts, you just clone the repo.
- **No monthly fees** — pay nothing to use the software itself. (Optional: managed hosting if you want someone else to handle backups and updates.)
- **Community-driven** — anyone can contribute, audit the code, or suggest features.
---
## How Much?
**Free.**
MIT license. Download it, run it yourself, no subscription.
You can have it running in 5 minutes:
```bash
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:**
- Solo groomers tired of paper and spreadsheets
- Small salons with 2-5 groomers who can't justify $200+/month for enterprise software
- Grooming business owners who value owning their business data
- Groomers who want a tool built specifically for grooming workflows
**GroomBook is not (yet) for:**
- Enterprise salon chains with 20+ locations (that's not our focus)
- Businesses that want 24/7 managed SaaS support with legal contracts (look at Phorest or Vagaro instead)
---
## 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:
- The company gets acquired. Pricing triples.
- They pivot to focus on salons instead of groomers. Features you depend on get removed.
- The platform shuts down. You have 30 days to export what you can.
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](https://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](https://groombook.github.io/getting-started)
4. **Join the community** — questions, feedback, and feature requests on [GitHub](https://github.com/groombook/groombook)
---
## What's Next?
GroomBook v1 covers the essentials. We're actively building:
- Automated SMS/email reminders and confirmations
- Mobile app for iOS/Android
- POS & invoicing integration
- Offline-capable mobile experience for mobile groomers
- Business analytics and reporting
- Multi-language support
- Groomer commission tracking
- QuickBooks and accounting software integrations
You can track the roadmap [on GitHub](https://github.com/orgs/groombook/projects/1).
---
## 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 →](https://demo.groombook.io)**
---
*Questions? Feedback? Found a bug? [Open an issue on GitHub](https://github.com/groombook/groombook/issues)*
*Want to contribute? [See the contributing guide](https://github.com/groombook/groombook/blob/main/CONTRIBUTING.md)*