Skip to content

sahil87/shll.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shll.ai

License: MIT

Source for shll.ai — the landing page for the @sahil87 AI coding toolkit (idea, hop, fab-kit, wt, run-kit, tu, shll).

Layout

This repo hosts multiple website variants under sites/. One is the live build; the others are experiments.

sites/
├── astro-starlight-terminal1/  # currently live at shll.ai
├── astro-tailwind-terminal1/   # alternate build (previously live)
└── _playground/                # scratch space for new experiments

Each site is a self-contained project with its own package.json and dependencies. The live build is chosen by .github/workflows/deploy.yml (SITE_DIR env var) — swap it by editing that one line.

Run the live site locally

cd sites/astro-starlight-terminal1
pnpm install
pnpm dev        # http://localhost:4321
pnpm build      # static output → ./dist/

See sites/astro-starlight-terminal1/README.md for site-specific details.

Start a new experiment

mkdir sites/_playground/<your-experiment-name>
cd sites/_playground/<your-experiment-name>
# scaffold whatever framework you want

Experiments aren't deployed. Promote one by moving it from _playground/ to a peer sites/<name>/ directory and updating SITE_DIR in the deploy workflow.

Conventions

The project follows a written constitution — most notably:

  • Static-first, zero runtime — no SSR, no client data fetching for primary content
  • Deploy via CI, never manuallydist/ is never committed
  • Dark-mode parity — every UI element renders correctly in both themes
  • Multi-site isolation — each site under sites/ owns its own stack; cross-site sharing is opt-in

Stack choices, styling, and content shape are now per-site decisions, not project-wide rules. See each site's README.

License

MIT — see LICENSE.

About

Source for shll.ai — the front door to a complete AI coding workflow (idea, hop, fab-kit, wt, run-kit, tu, shll).

Topics

Resources

License

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors