Platform · StatikBase

StatikBase. The system behind the site.

Booking with deposits, product catalog, orders, Stripe checkout, media, and deploy hooks, built by Hyrizen so a static site can do the work of an app without becoming one.

What StatikBase is

StatikBase is the system behind a Hyrizen site: it holds the parts that change (availability, appointments and deposits, products, stock, orders, media) behind a small API and a phone-first dashboard, so the site itself stays pre-rendered and fast while still taking bookings and selling through Stripe.

It exists because service businesses kept needing three things at once (a fast site, real booking, and a real shop) and the market answer was either a heavy CMS with a plugin stack or four subscriptions wired together with hope. StatikBase moves the stateful parts (availability, holds, orders, media) into one small, well-tested service and lets the site stay static.

Capabilities

  • Booking

    Services with prices or deposits, hours and exceptions, timezone-correct availability, hold → pay → confirm with an overlap guard at the database, calendar push and busy-block sync, hold caps and bot checks.

  • Catalog & orders

    Products, variants, stock, photos through an image pipeline, shipping/pickup rates, discount codes, orders and refunds, CSV import.

  • Checkout

    Stripe Checkout on the merchant’s own connected account; idempotent carts; webhooks that confirm bookings and orders.

  • Dashboard & console

    A phone-first dashboard for the business owner; an agency console for stores, keys, and connections.

  • API & Astro integration

    Typed SDK generated from the OpenAPI spec; scoped API keys; build-time catalog loading so pages stay static.

  • Deploy hooks

    Save a price in the dashboard; the site rebuilds and redeploys itself, gates included.

Questions about StatikBase