{"id":15839761,"url":"https://github.com/deployn/astro-deploy","last_synced_at":"2026-02-08T22:01:50.012Z","repository":{"id":222700403,"uuid":"758133525","full_name":"deployn/astro-deploy","owner":"deployn","description":"A custom Astro.js template","archived":false,"fork":false,"pushed_at":"2025-03-08T08:08:57.000Z","size":30783,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-04T20:30:25.716Z","etag":null,"topics":["astro","astrojs","docker"],"latest_commit_sha":null,"homepage":"https://astro.deployn.de","language":"MDX","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/deployn.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-02-15T17:29:18.000Z","updated_at":"2025-06-05T21:05:10.000Z","dependencies_parsed_at":"2024-03-01T07:23:29.232Z","dependency_job_id":"a0e587fc-a3ab-43d9-896f-1deed607a3ae","html_url":"https://github.com/deployn/astro-deploy","commit_stats":null,"previous_names":["deployn/astro-deploy"],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/deployn/astro-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployn%2Fastro-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployn%2Fastro-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployn%2Fastro-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployn%2Fastro-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deployn","download_url":"https://codeload.github.com/deployn/astro-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deployn%2Fastro-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29246417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:42:34.334Z","status":"ssl_error","status_checked_at":"2026-02-08T21:41:38.468Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["astro","astrojs","docker"],"created_at":"2024-10-05T16:21:25.810Z","updated_at":"2026-02-08T22:01:49.946Z","avatar_url":"https://github.com/deployn.png","language":"MDX","readme":"# Astro Deploy Starter\n\nA custom Astro.js template\n\n![Logo](./public/pwa-512x512.png)\n\n## Features\n\n- 🚀 Astro.js 5 for modern web development.\n- 🐳 Docker integration for consistent environments and easy deployment.\n- 🍃 Tailwind CSS for utility-first styling and rapid UI development.\n- ⚛️ React.js integration, enabling complex UI construction with ease.\n- 🏔️ Alpine.js integration, bringing reactive and declarative magic to your markup.\n- 📘 TypeScript support for safer code through static typing.\n- 🖊️ MDX Blog, allowing JSX in markdown for interactive and dynamic content.\n- 📄 Pagination for easier navigation through content.\n- 🔍 Pagefind for quick and efficient search functionality within the project.\n- 🔖 Frontmatter CMS for easy content management.\n- 🐇 Directus CMS support, providing a headless CMS for flexible content management.\n- ✒️ Expressive Code Blocks, enhancing readability and maintainability of code snippets.\n- 🌓 Dark Mode support, offering seamless user experience between light and dark themes.\n- 🌟 View Transitions, ensuring smooth navigation and enhanced user experience.\n- 🛠 Custom Nginx Configuration, enabling advanced hosting and performance optimizations.\n- 🎨 Shadcn/UI support for crafting beautiful, interactive UI components easily.\n- 🗺 Dynamic Sitemap Generation, boosting SEO by ensuring all pages are discoverable.\n- 📱 PWA Assets Generation for an app-like experience on mobile devices, including offline support.\n- 💅 Prettier integration for consistent code formatting, ensuring a uniform coding style across the project.\n\n## Prerequisites\n\n- Node.js (version 20 recommended)\n- Docker (for deployment)\n\n## Getting Started with This Template\n\n```sh\ngit clone https://github.com/deployn/astro-deploy new-astro-project\ncd new-astro-project\n```\n\nTo personalize:\n\n- Replace `/public/logo.svg`\n- Update `/public/site.webmanifest`\n- Configure `astro.config.mjs`\n- Customize colors in `tailwind.config.mjs`\n- Modify content in `/src/\\*` as needed\n\n### Opting Out of Directus\n\nIf not using Directus CMS:\n\n- Remove `/src/lib/directus.ts` and `/src/pages/recipes.astro`\n- Run `pnpm remove @directus/sdk`\n\nFor Directus usage, ensure public view permission for necessary collections and `directus_fields` via the Directus dashboard and adjust `/src/lib/directus.ts` accordingly.\n\n### Add shadcn/ui components\n\nVisit \u003chttps://ui.shadcn.com/docs/\u003e for component documentation and the list of components\n\n```sh\npnpm dlx shadcn-ui@latest add componentName\n```\n\n## Development \u0026 Deployment\n\n### Start the Development Server\n\n```sh\nnpm i -g pnpm\npnpm install\npnpm dev\n```\n\n### Production Build \u0026 Run\n\n```sh\nsudo docker build . --build-arg SITE_URL=https://example.com --build-arg DIRECTUS_URL=https://example.directus.com -t astro-deploy\ndocker run -d -p 1234:80 astro-deploy\n```\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command                    | Action                                           |\n| :------------------------- | :----------------------------------------------- |\n| `pnpm install`             | Installs dependencies                            |\n| `pnpm run dev`             | Starts local dev server at `localhost:4321`      |\n| `pnpm run build`           | Build your production site to `./dist/`          |\n| `pnpm run preview`         | Preview your build locally, before deploying     |\n| `pnpm run astro ...`       | Run CLI commands like `astro add`, `astro check` |\n| `pnpm run astro -- --help` | Get help using the Astro CLI                     |\n| `pnpm run upgrade`         | Upgrade dependencies interactively               |\n| `pnpm run format`          | Formats codebase using Prettier                  |\n| `pnpm run commit`          | Commits changes to version control               |\n\n## Acknowledgements \u0026 Resources\n\nThis project draws inspiration and knowledge from a wide array of sources:\n\n- [Astro.js Basic Example](https://github.com/withastro/astro/tree/main/examples/basics)\n- [Astro.js Docs](https://docs.astro.build/)\n- [Astro Cactus](https://github.com/chrismwilliams/astro-theme-cactus)\n- [Astro Starter Kit](https://github.com/zankhq/astro-starter)\n- [Directus](https://directus.io/)\n- [Docker](https://www.docker.com/)\n- [Frontmatter CMS](https://frontmatter.codes/)\n- [Material-Tailwind](https://www.material-tailwind.com/)\n- [nginx](https://www.nginx.com/)\n- [Node.js](https://nodejs.org/en)\n- [pnpm](https://pnpm.io/)\n- [Prettier](https://prettier.io/)\n- [Radix UI](https://www.radix-ui.com/)\n- [React](https://react.dev/)\n- [shadcn/ui Docs](https://ui.shadcn.com/docs)\n- [Tailkit](https://tailkit.com/)\n- [Tailwind CSS Docs](https://tailwindcss.com/docs/)\n- [Typescipt](https://www.typescriptlang.org/)\n- [Visual Studio Code](https://code.visualstudio.com/)\n\n## Contributing\n\nAny contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.\nDon't forget to give the project a star! Thanks again!\n\n## Demo\n\nLive Demo: [Astro Deploy](https://astro.deployn.de)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployn%2Fastro-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeployn%2Fastro-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeployn%2Fastro-deploy/lists"}