# Digital Qazaqstan — static Cloudflare Pages starter

This is a multi-page static HTML starter for **Digital Qazaqstan**:
- founder track
- TRL 4 asset marketplace
- scorecard
- perks hub
- capital routes
- leaderboard
- admin console
- deal room
- 6 live demo asset pages

## Quick deploy to Cloudflare Pages
1. Unzip this package.
2. Deploy the folder contents to Cloudflare Pages.
3. No build command is required.
4. Output directory is the project root.

### If you use Git-based deploy
- Framework preset: **None**
- Build command: **leave empty**
- Build output directory: **/** (project root)

## Local preview
From the project folder run:

```bash
python -m http.server 8080
```

Then open:
`http://localhost:8080/`

## What is intentionally placeholder
Replace these before public launch:
- pricing
- legal copy
- partner / investor references
- forms and CRM endpoints
- screenshots, metrics and testimonials
- trademark / naming decisions
- fund / cloud / CVC relationships
- any route guarantees

## Safe copy rules already reflected in the site
- TRL 4 is framed as a **validated integrated prototype**
- no guaranteed funding language
- no implied affiliation with funds or cloud providers
- token mechanics are described as off-chain points / badges in v1

## Folder structure
- `index.html`
- `marketplace/`
- `founder-track/`
- `scorecard/`
- `perks/`
- `capital-routes/`
- `leaderboard/`
- `pricing/`
- `about-trl/`
- `admin/`
- `deal-room/`
- `mvp/`
- `assets/`

## Recommended next integrations
- Airtable / Supabase for inventory
- Formspree / HubSpot / Tally for forms
- Cloudflare Turnstile if you add forms
- Analytics for funnel and route usage
- CMS or operator panel for publish / review workflow
