InnerPort Waste · demo

Walk the whole flow.

Every screen below is a standalone page. Click through in order, or jump to any one. Everything is illustrative — prices, pickup days, and rates are placeholders for discovery. The buttons inside each screen are part of the mockup — they don’t submit anywhere yet. This is a guided preview, not a live signup.

How to run it

Easiest: open this file (demo.html) in a browser and click the cards. The pages are self-contained, so they open straight from your folder.

Cleanest (recommended): in this folder, run python3 -m http.server 8000, then open http://localhost:8000/demo.html. Serving it avoids any quirks and matches how it behaves deployed.

Front door
1
Homepage
The pitch, the pricing tiers, the carrier/transporter section — the public front door.
open →
2
Provider Flow
ZIP → price → sign → one bill. Shows the pickup days available in your area.
open →
Onboarding gate
3
License Verification
Every license checked against state records — registry, Metrc, or manual tiers.
open →
4
Connect Metrc
Two-key auth; verify at the source, turn on waste logging.
open →
Pricing
5
Pricing Model
Free → metered → subscription. Metered on your business, never on the act of logging.
open →
6
Graduation Calculator interactive
Move the sliders: when does a flat plan beat paying per pull?
open →
Field & records
7
Render Calculator interactive
IL volume vs CO weight-floor, side by side — the control the render-gate depends on.
open →
8
Driver Loop interactive
Dispatch → four-step field capture → the sealed, append-only audit-vault entry it produces.
open →
9
Service & Platform Flow
Three service-flow screens.
open →

All nine are in this folder. Phone-test the Provider Flow and the two calculators — that's where operators will live. The robots.txt here keeps the whole thing un-indexed while it's in discovery.