Unified vanilla HTML/CSS playground. CSS philosophy reference + project-specific design prototypes. No npm, no frameworks, no build step.
Find a file
2026-03-28 00:07:53 +00:00
index.html feat: clean up repo to single-page landing (#11) 2026-03-28 00:07:53 +00:00
README.md feat: clean up repo to single-page landing (#11) 2026-03-28 00:07:53 +00:00

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:

  1. Playground -- vanilla HTML + CSS, hardcoded data ({project}-playground)
  2. Svelte Sandbox -- copy HTML into .svelte, add mock data ({project}-svelte-playground)
  3. Production App -- real API, real auth, deploy to cluster ({project}-app)
  4. 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