{"id":51289345,"url":"https://github.com/pcamarajr/astro-template","last_synced_at":"2026-06-30T09:01:28.813Z","repository":{"id":344396470,"uuid":"1181555081","full_name":"pcamarajr/astro-template","owner":"pcamarajr","description":"Astro 6 starter for building blogs, institutional sites, and   portfolios with AI assistance. i18n, TypeScript, and Biome   pre-configured — clone it and let Claude build the rest.","archived":false,"fork":false,"pushed_at":"2026-03-14T13:05:38.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-15T00:37:36.551Z","etag":null,"topics":["ai-assisted","astro","astro-blog","astro-starter","astro-template","blog-template","claude","claude-code","institutional-website","jamstack","multilingual","portfolio-template","typescript","website-template"],"latest_commit_sha":null,"homepage":"https://astro-template.pcamarajr.dev/en/","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcamarajr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-14T09:53:38.000Z","updated_at":"2026-03-14T13:24:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pcamarajr/astro-template","commit_stats":null,"previous_names":["pcamarajr/astro-template"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/pcamarajr/astro-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcamarajr%2Fastro-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcamarajr%2Fastro-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcamarajr%2Fastro-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcamarajr%2Fastro-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcamarajr","download_url":"https://codeload.github.com/pcamarajr/astro-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcamarajr%2Fastro-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34959509,"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-30T02:00:05.919Z","response_time":92,"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":["ai-assisted","astro","astro-blog","astro-starter","astro-template","blog-template","claude","claude-code","institutional-website","jamstack","multilingual","portfolio-template","typescript","website-template"],"created_at":"2026-06-30T09:01:28.117Z","updated_at":"2026-06-30T09:01:28.806Z","avatar_url":"https://github.com/pcamarajr.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# astro-template\n\nA minimal, opinionated Astro 6 starter for the [content-stack](https://github.com/pcamarajr/content-stack) ecosystem.\n\n## What this is\n\nA ready-to-clone foundation for content-driven sites — blogs, landing pages, documentation. It ships with sensible defaults so you spend time on your content, not on configuration.\n\n**What's included:**\n\n- Astro 6 with static output\n- i18n routing for English and Portuguese Brazil (easy to add or swap locales)\n- Blog collection with draft support\n- Sample Home, About, and Blog pages\n- Custom CSS with design tokens (no frameworks, no overhead)\n- TypeScript, Biome, and a `pnpm ci` script that enforces zero errors\n\n## Who this is for\n\nAnyone who wants to build with [content-stack](https://github.com/pcamarajr/content-stack) and Astro. Clone it, answer a few questions with the `astro-builder` plugin, and have a working site in minutes.\n\n## Getting started\n\n```bash\ngit clone https://github.com/pcamarajr/astro-template my-site\ncd my-site\npnpm install\npnpm dev\n```\n\nThen open `http://localhost:4321/en/` in your browser.\n\n## Adapting it with astro-builder\n\nThis template was scaffolded with the [astro-builder](https://github.com/pcamarajr/content-stack) plugin for Claude Code. If you want to re-initialize it for your own project — different locales, content types, or design system — run:\n\n```text\n/astro-builder:init\n```\n\ninside a Claude Code session at the root of your project. It will interview you and regenerate the configuration.\n\n## Quality gates\n\n```bash\npnpm build       # zero build errors\npnpm typecheck   # zero TypeScript errors\npnpm lint        # zero Biome errors\npnpm ci          # all three, in sequence\n```\n\n## Project structure\n\n```text\nsrc/\n  content/blog/     ← Blog posts, one folder per locale\n  pages/            ← Thin page wrappers, one folder per locale\n  views/            ← All logic and markup lives here\n  components/       ← Reusable UI components\n  styles/           ← Global CSS and design tokens\n  i18n/             ← Translation strings\n  content.config.ts ← Content collection schemas\nastro.config.ts\nbiome.json\n```\n\n## Part of content-stack\n\ncontent-stack is a collection of plugins for AI coding tools (Claude Code, Codex, Cursor) that automate content site development — from scaffolding to content creation. This template is its starting point.\n\n→ [github.com/pcamarajr/content-stack](https://github.com/pcamarajr/content-stack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcamarajr%2Fastro-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcamarajr%2Fastro-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcamarajr%2Fastro-template/lists"}