Public sample apps for exploring CUP with a small, clean surface area.
ts/A minimal TypeScript login demo powered by@tosiiko/cup.py/login/A minimal self-contained Python login demo.py/dashboard2/A structured Python CRM-style sample with routes, views, templates, sessions, and a local plain-dict CUP bridge.
cd ts
npm install
npm run devcd py/login
python3 server.pycd py/dashboard2
python3 server.pydemo/cup123
ops.lead/Orbit!2026sales.rep/Pipeline!2026
- The TypeScript sample depends on
@tosiiko/cupfrom npm. - The Python samples vendor the local browser runtime they need.
py/dashboard2/uses a sample-local protocol bridge, not the published Python adapter source.- This repo keeps the public examples runnable without depending on the main CUP repo checkout.