Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUP Samples

Public sample apps for exploring CUP with a small, clean surface area.

What is here

  • 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.

Quick Start

TypeScript login demo

cd ts
npm install
npm run dev

Python login demo

cd py/login
python3 server.py

Python CRM sample

cd py/dashboard2
python3 server.py

Demo Credentials

py/login/

  • demo / cup123

py/dashboard2/

  • ops.lead / Orbit!2026
  • sales.rep / Pipeline!2026

Notes

  • The TypeScript sample depends on @tosiiko/cup from 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages