{"id":51107885,"url":"https://github.com/sahil87/shll.ai","last_synced_at":"2026-06-24T15:30:42.374Z","repository":{"id":358372231,"uuid":"1241139157","full_name":"sahil87/shll.ai","owner":"sahil87","description":"Source for shll.ai — the front door to a complete AI coding workflow (idea, hop, fab-kit, wt, run-kit, tu, shll).","archived":false,"fork":false,"pushed_at":"2026-06-17T09:19:33.000Z","size":1618,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T11:16:52.420Z","etag":null,"topics":["agents","astro","developer-tools","documentation","fab-kit","landing-page","mdx","starlight","static-site","tailwindcss"],"latest_commit_sha":null,"homepage":"https://shll.ai","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sahil87.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-17T02:18:22.000Z","updated_at":"2026-06-17T09:19:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sahil87/shll.ai","commit_stats":null,"previous_names":["sahil87/ai.shll.in","sahil87/shll.ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sahil87/shll.ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahil87%2Fshll.ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahil87%2Fshll.ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahil87%2Fshll.ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahil87%2Fshll.ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sahil87","download_url":"https://codeload.github.com/sahil87/shll.ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sahil87%2Fshll.ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34739426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","astro","developer-tools","documentation","fab-kit","landing-page","mdx","starlight","static-site","tailwindcss"],"created_at":"2026-06-24T15:30:41.690Z","updated_at":"2026-06-24T15:30:42.368Z","avatar_url":"https://github.com/sahil87.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shll.ai\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)\n\nSource for **[shll.ai](https://shll.ai)** — the landing page for the [@sahil87](https://github.com/sahil87) AI coding toolkit (`idea`, `hop`, `fab-kit`, `wt`, `run-kit`, `tu`, `shll`).\n\n## Layout\n\nThis repo hosts multiple website variants under `sites/`. One is the live build; the others are experiments.\n\n```\nsites/\n├── astro-starlight-terminal1/  # currently live at shll.ai\n├── astro-tailwind-terminal1/   # alternate build (previously live)\n└── _playground/                # scratch space for new experiments\n```\n\nEach 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.\n\n## Run the live site locally\n\n```sh\ncd sites/astro-starlight-terminal1\npnpm install\npnpm dev        # http://localhost:4321\npnpm build      # static output → ./dist/\n```\n\nSee [`sites/astro-starlight-terminal1/README.md`](./sites/astro-starlight-terminal1/README.md) for site-specific details.\n\n## Start a new experiment\n\n```sh\nmkdir sites/_playground/\u003cyour-experiment-name\u003e\ncd sites/_playground/\u003cyour-experiment-name\u003e\n# scaffold whatever framework you want\n```\n\nExperiments aren't deployed. Promote one by moving it from `_playground/` to a peer `sites/\u003cname\u003e/` directory and updating `SITE_DIR` in the deploy workflow.\n\n## Conventions\n\nThe project follows a written [constitution](./fab/project/constitution.md) — most notably:\n\n- **Static-first, zero runtime** — no SSR, no client data fetching for primary content\n- **Deploy via CI, never manually** — `dist/` is never committed\n- **Dark-mode parity** — every UI element renders correctly in both themes\n- **Multi-site isolation** — each site under `sites/` owns its own stack; cross-site sharing is opt-in\n\nStack choices, styling, and content shape are now per-site decisions, not project-wide rules. See each site's README.\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahil87%2Fshll.ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahil87%2Fshll.ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahil87%2Fshll.ai/lists"}