Unified vanilla HTML/CSS playground. CSS philosophy reference + project-specific design prototypes. No npm, no frameworks, no build step.
- HTML 100%
| index.html | ||
| README.md | ||
pal-e-playground
CSS philosophy reference and pipeline hub. Single-page landing that documents the design token system, pipeline stages, and links to project-specific playground repos.
No npm. No frameworks. No build step.
Structure
index.html Landing page — CSS philosophy, design tokens, pipeline stages, project links
README.md This file
What This Is
The pal-e-playground is the hub for the playground-first development pipeline. Every app on the Pal-E platform starts as vanilla HTML/CSS in a project-specific playground repo, then promotes through the pipeline:
- Playground -- vanilla HTML + CSS, hardcoded data (
{project}-playground) - Svelte Sandbox -- copy HTML into .svelte, add mock data (
{project}-svelte-playground) - Production App -- real API, real auth, deploy to cluster (
{project}-app) - App Store -- Capacitor wrap, TestFlight, Apple review
Usage
Serve with any static file server:
python3 -m http.server 8080
Open http://localhost:8080 to see the landing page.
Live at: playground.tail5b443a.ts.net