Protected admin access

Admin login for pricing, inventory, client accounts, and Stripe payment requests.

This login is the protected ops side of Pinewave. From here, admin users can update the public price sheet, add 3D inventory items, create client logins, open projects, and generate Stripe checkout links tied to real project records.

Admin sign-in

Review rollout notes

Ops scope

  • Save public pricing changes without hand-editing the site
  • Add or update inventory items for the 3D Printing page
  • Create client accounts and project records in one place
  • Generate Stripe payment links tied to real projects

Protected by design

The public website stays static and clean. The sensitive work lives behind session-checked routes, database storage, and Stripe-hosted checkout so pricing edits and payment actions stay away from the marketing surface.

Before first login

The first admin account is seeded from Cloudflare Worker secrets. Once that bootstrap account exists, you can create client logins and start opening project records from the admin dashboard.