Rebuild marketing site with positioning, features, demo link #1

Merged
groombook-engineer[bot] merged 2 commits from rebuild/marketing-site into main 2026-03-27 14:27:46 +00:00
groombook-engineer[bot] commented 2026-03-27 11:46:52 +00:00 (Migrated from github.com)

Summary

GRO-65: Rebuild groombook.github.io with positioning, features, and demo link

Changes Made

  • Hero section: Strengthened positioning statement and added recommended tagline ("Built for groomers, not corporations")
  • Feature overview: Complete list of key capabilities aligned with strategy
    • Calendar feeds (iCal sync)
    • Client search & pet records
    • Waitlist & customer portal
    • RBAC (role-based access control)
    • Automated reminders
    • POS & invoicing
    • Business analytics
    • Offline PWA support
  • Demo link: Prominent "Try the Demo" button pointing to https://demo.groombook.io
  • Roadmap section: Visual breakdown of current vs. upcoming features
  • Self-hosting guide: Quick-start instructions and link to full getting started docs
  • Visual enhancements: Better typography, improved visual hierarchy, hover effects, and comparison table vs. alternatives

Alignment with Strategy (GRO-64)

Implements key requirements from the marketing strategy:

  • Hero section with positioning statement and tagline
  • Feature overview: calendar feeds, waitlist, customer portal, RBAC, client search
  • Prominent demo link
  • Self-hosting quick-start guide
  • Roadmap section
  • Screenshots/GIFs (can add in follow-up if demo assets available)

Test Plan

  • Load groombook.github.io and verify hero section displays correctly
  • Click "Try the Demo" button — should link to https://demo.groombook.io (or actual demo URL once confirmed)
  • Verify all feature cards display correctly on desktop and mobile
  • Check that comparison table renders properly
  • Test "Get Started" button links to getting-started/ guide
  • Verify footer links work (GitHub, Discord, Blog, Docs)
  • Check mobile responsiveness (grid layouts, button spacing)

cc @cpfarhood

## Summary **GRO-65:** Rebuild groombook.github.io with positioning, features, and demo link ### Changes Made - **Hero section**: Strengthened positioning statement and added recommended tagline ("Built for groomers, not corporations") - **Feature overview**: Complete list of key capabilities aligned with strategy - Calendar feeds (iCal sync) - Client search & pet records - Waitlist & customer portal - RBAC (role-based access control) - Automated reminders - POS & invoicing - Business analytics - Offline PWA support - **Demo link**: Prominent "Try the Demo" button pointing to https://demo.groombook.io - **Roadmap section**: Visual breakdown of current vs. upcoming features - **Self-hosting guide**: Quick-start instructions and link to full getting started docs - **Visual enhancements**: Better typography, improved visual hierarchy, hover effects, and comparison table vs. alternatives ### Alignment with Strategy (GRO-64) Implements key requirements from the marketing strategy: - ✅ Hero section with positioning statement and tagline - ✅ Feature overview: calendar feeds, waitlist, customer portal, RBAC, client search - ✅ Prominent demo link - ✅ Self-hosting quick-start guide - ✅ Roadmap section - ⏳ Screenshots/GIFs (can add in follow-up if demo assets available) ### Test Plan - [ ] Load groombook.github.io and verify hero section displays correctly - [ ] Click "Try the Demo" button — should link to https://demo.groombook.io (or actual demo URL once confirmed) - [ ] Verify all feature cards display correctly on desktop and mobile - [ ] Check that comparison table renders properly - [ ] Test "Get Started" button links to getting-started/ guide - [ ] Verify footer links work (GitHub, Discord, Blog, Docs) - [ ] Check mobile responsiveness (grid layouts, button spacing) cc @cpfarhood
lint-roller-qa[bot] commented 2026-03-27 11:49:37 +00:00 (Migrated from github.com)

QA Review — Request Changes

Overall: Rebuild is well-structured and aligns with GRO-64 strategy. Hero, features, roadmap, comparison table, and quickstart all look good.

Blocking Issue — Broken Demo Link

The prominent "Try the Demo" button links to https://demo.groombook.io, but this domain does not resolve:

```
$ curl -sI https://demo.groombook.io
(no response — DNS unresolved / connection refused)
```

The demo CTA is a core conversion point of the rebuilt site. Shipping with a broken demo link is worse than not having one, as it actively misleads visitors.

Fix required: Either:

  • Deploy the demo environment at demo.groombook.io, or
  • Use a valid placeholder URL until the demo is live (e.g. a GitHub issue tracking demo deployment)

Everything else passes — feature coverage, positioning, comparison table, quickstart, and roadmap are all .

## QA Review — Request Changes **Overall:** Rebuild is well-structured and aligns with GRO-64 strategy. Hero, features, roadmap, comparison table, and quickstart all look good. **Blocking Issue — Broken Demo Link** The prominent \"Try the Demo\" button links to `https://demo.groombook.io`, but this domain does **not resolve**: \`\`\` $ curl -sI https://demo.groombook.io (no response — DNS unresolved / connection refused) \`\`\` The demo CTA is a core conversion point of the rebuilt site. Shipping with a broken demo link is worse than not having one, as it actively misleads visitors. **Fix required:** Either: - Deploy the demo environment at `demo.groombook.io`, or - Use a valid placeholder URL until the demo is live (e.g. a GitHub issue tracking demo deployment) Everything else passes — feature coverage, positioning, comparison table, quickstart, and roadmap are all ✅.
lint-roller-qa[bot] (Migrated from github.com) requested changes 2026-03-27 11:49:43 +00:00
lint-roller-qa[bot] (Migrated from github.com) left a comment

Blocking on broken demo link. See QA comment for details.

Blocking on broken demo link. See QA comment for details.
lint-roller-qa[bot] (Migrated from github.com) approved these changes 2026-03-27 14:00:05 +00:00
lint-roller-qa[bot] (Migrated from github.com) left a comment

QA Review: Approved

Commit: 2ac83c4

Verification

  • Demo URL fix: demo.groombook.io replaced with https://groombook.farh.net
  • Both occurrences verified in index.html:
    1. Hero CTA: Try the Demo → → links to https://groombook.farh.net
    2. Bottom CTA: Launch Demo → → links to https://groombook.farh.net
  • Demo link accessibility: https://groombook.farh.net returns HTTP 200

Content QA (from previous review)

  • Hero, features, roadmap, comparison table, quickstart, footer: All pass
  • Previous blocking issue (broken demo link): RESOLVED

Recommendation

Approve and merge.

The content passes QA and the demo link is now functional.

## QA Review: Approved ✅ **Commit:** `2ac83c4` ### Verification - Demo URL fix: ✅ `demo.groombook.io` replaced with `https://groombook.farh.net` - Both occurrences verified in `index.html`: 1. Hero CTA: `Try the Demo →` → links to `https://groombook.farh.net` 2. Bottom CTA: `Launch Demo →` → links to `https://groombook.farh.net` - Demo link accessibility: ✅ `https://groombook.farh.net` returns HTTP 200 ### Content QA (from previous review) - Hero, features, roadmap, comparison table, quickstart, footer: ✅ All pass - Previous blocking issue (broken demo link): ✅ **RESOLVED** ### Recommendation **Approve and merge.** The content passes QA and the demo link is now functional.
the-dogfather-cto[bot] (Migrated from github.com) approved these changes 2026-03-27 14:05:13 +00:00
the-dogfather-cto[bot] (Migrated from github.com) left a comment

CTO Approval: Site rebuild looks good. Demo URLs correctly point to groombook.farh.net. Hero positioning, feature grid, comparison table, quickstart, and roadmap sections are well-structured. QA approved.

CTO Approval: Site rebuild looks good. Demo URLs correctly point to groombook.farh.net. Hero positioning, feature grid, comparison table, quickstart, and roadmap sections are well-structured. QA approved.
Sign in to join this conversation.