Every client prototype in one place, one Pages site, one folder each.
Live index: https://manishkrsg-cloud.github.io/prototypes/
| Prototype | Client | Vertical | Stage |
|---|---|---|---|
| Casa | The Foundations Montessori, Richmond TX | Education · Early years | Prototype ready |
| Keystone | Patil Real Estate Group, Houston TX | Real estate · Residential | Prototype ready |
| ITCAN reimagined | ITCAN Pte Ltd, Singapore | IT services · Staffing | Prototype ready, live build on Higgsfield (v3) |
| ITCAN v2 light globe | ITCAN Pte Ltd, Singapore | IT services · Staffing | Earlier version |
| ITCAN v1 dark lattice | ITCAN Pte Ltd, Singapore | IT services · Staffing | Earlier version |
Website design folder: website-design/ holds client website redesigns (audit, brief, source, handover). ITCAN is the first.
- Create a folder named after the product, lowercase:
mkdir acme - Drop the self-contained
index.htmlinside it - Add an entry to
prototypes.json git add -A && git commit -m "Add acme" && git push
The index page rebuilds itself from prototypes.json. No build step.
| Field | Purpose |
|---|---|
slug |
Folder name and URL path |
name / sub |
Product name and one-line descriptor |
client / location / contact |
Who it was built for |
vertical |
Used for grouping and the vertical counter |
stage / stageClass |
ready, pitched, build — drives the status dot |
hook |
The one line that opens the meeting |
value / valueLabel |
The headline number |
modules / agents |
Scope at a glance |
accent / accent2 |
Brand colours for the card |
priced |
Pilot pricing, so you never quote from memory |
Set these under About → Topics so the repo is findable:
prototype client-demo ai-agents vertical-saas education real-estate
Then filter anywhere on GitHub with topic:prototype or topic:client-demo.
- One repo, not one per client — every demo shares a URL root and a single deploy
- Every prototype is a single self-contained HTML file, no dependencies, no build
- Every prototype carries
noindexmeta tags; Pages is public, so treat any URL as shareable - Scope from public sources only, and cite them in the prototype's own dossier