Fresha-style booking: shops sign up, add services/therapists/hours, and get a public booking page they can drop into their Google Business Profile so customers book from Maps. Deposits via Stripe stop no-shows. Stack: Hono + Cloudflare Workers + D1 + Stripe, server-rendered HTML. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
355 B
TOML
16 lines
355 B
TOML
name = "kneadly"
|
|
main = "src/index.js"
|
|
compatibility_date = "2024-11-01"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "kneadly"
|
|
database_id = "795c6a38-c6e9-4221-b429-4890a39a8934"
|
|
|
|
[[routes]]
|
|
pattern = "kneadly.theradicalparty.com"
|
|
custom_domain = true
|
|
|
|
[vars]
|
|
BASE_URL = "https://kneadly.theradicalparty.com"
|