{"id":46639361,"url":"https://github.com/slice-soft/ss-keel-landing","last_synced_at":"2026-03-08T02:19:07.128Z","repository":{"id":341422180,"uuid":"1168832536","full_name":"slice-soft/ss-keel-landing","owner":"slice-soft","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-01T16:42:52.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-01T19:06:42.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keel-go.dev/","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/slice-soft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-02-27T21:10:59.000Z","updated_at":"2026-03-01T16:43:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/slice-soft/ss-keel-landing","commit_stats":null,"previous_names":["slice-soft/ss-keel-landing"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/slice-soft/ss-keel-landing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice-soft%2Fss-keel-landing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice-soft%2Fss-keel-landing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice-soft%2Fss-keel-landing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice-soft%2Fss-keel-landing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slice-soft","download_url":"https://codeload.github.com/slice-soft/ss-keel-landing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice-soft%2Fss-keel-landing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30242406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"online","status_checked_at":"2026-03-08T02:00:06.215Z","response_time":56,"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":[],"created_at":"2026-03-08T02:19:06.545Z","updated_at":"2026-03-08T02:19:07.114Z","avatar_url":"https://github.com/slice-soft.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ss-keel-landing\n\nLanding page for [keel-go.dev](https://keel-go.dev) — the main website for the Keel framework.\n\n[![CI](https://github.com/slice-soft/ss-keel-landing/actions/workflows/ci.yml/badge.svg)](https://github.com/slice-soft/ss-keel-landing/actions)\n![Astro](https://img.shields.io/badge/Astro-5.x-FF5D01?logo=astro\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-MIT-green)\n![Made in Colombia](https://img.shields.io/badge/Made%20in-Colombia-FCD116?labelColor=003893)\n\n---\n\n## Stack\n\n- **[Astro](https://astro.build)** — static site generation\n- No JS frameworks — scoped HTML + CSS per component\n\n---\n\n## Local Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nThe site will be available at `http://localhost:4321`.\n\n---\n\n## Structure\n\n```\nsrc/\n├── layouts/\n│   └── Layout.astro          # Base: meta tags, SEO, design system CDN, anti-FOUC\n├── components/\n│   ├── Nav.astro             # Navbar with theme toggle and links\n│   ├── Hero.astro            # Hero section with code examples\n│   ├── Features.astro        # 4 framework pillars\n│   ├── Architecture.astro    # Module→Controller→Service→Repository diagram\n│   ├── Addons.astro          # Addon ecosystem grid\n│   ├── CLI.astro             # keel CLI demo terminal\n│   ├── CTA.astro             # Final call to action\n│   └── Footer.astro          # Footer with links\n└── pages/\n    └── index.astro           # Main page\n```\n\n---\n\n## Build\n\n```bash\nnpm run build     # Outputs to dist/\nnpm run preview   # Preview the build locally\n```\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for repository-specific rules.\nThe base workflow, commit conventions, and community standards live in [ss-community](https://github.com/slice-soft/ss-community/blob/main/CONTRIBUTING.md).\n\n## Community\n\n| Document | |\n|---|---|\n| [CONTRIBUTING.md](https://github.com/slice-soft/ss-community/blob/main/CONTRIBUTING.md) | Workflow, commit conventions, and PR guidelines |\n| [GOVERNANCE.md](https://github.com/slice-soft/ss-community/blob/main/GOVERNANCE.md) | Decision-making, roles, and release process |\n| [CODE_OF_CONDUCT.md](https://github.com/slice-soft/ss-community/blob/main/CODE_OF_CONDUCT.md) | Community standards |\n| [SECURITY.md](https://github.com/slice-soft/ss-community/blob/main/SECURITY.md) | How to report vulnerabilities |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice-soft%2Fss-keel-landing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslice-soft%2Fss-keel-landing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice-soft%2Fss-keel-landing/lists"}