{"id":19467980,"url":"https://github.com/jamaluddinrumi/astroship","last_synced_at":"2026-05-13T13:37:29.945Z","repository":{"id":119053618,"uuid":"591038489","full_name":"jamaluddinrumi/astroship","owner":"jamaluddinrumi","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-19T19:43:04.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-14T20:30:02.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamaluddinrumi.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}},"created_at":"2023-01-19T19:38:58.000Z","updated_at":"2023-01-19T19:39:09.000Z","dependencies_parsed_at":"2023-03-13T12:44:23.295Z","dependency_job_id":null,"html_url":"https://github.com/jamaluddinrumi/astroship","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamaluddinrumi/astroship","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamaluddinrumi%2Fastroship","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamaluddinrumi%2Fastroship/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamaluddinrumi%2Fastroship/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamaluddinrumi%2Fastroship/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamaluddinrumi","download_url":"https://codeload.github.com/jamaluddinrumi/astroship/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamaluddinrumi%2Fastroship/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285249543,"owners_count":27139387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"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":"2024-11-10T18:38:02.731Z","updated_at":"2025-11-19T13:05:10.978Z","avatar_url":"https://github.com/jamaluddinrumi.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astroship - Astro Starter Template 🛸\n\nAstroship is a starter template for startups, marketing websites, landing pages \u0026 blog. Built with Astro \u0026 TailwindCSS.\n\nThis Free Template is sponsored by [Web3Templates](https://web3templates.com)\n\n## Live Demo\n\n### [https://astroship.web3templates.com/](https://astroship.web3templates.com/)\n\n### [Download Astroship Template](https://web3templates.com/templates/astroship-starter-website-template-for-astro)\n\n## Deploy on Vercel\n\nClick the below link to deploy this template on Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsurjithctly%2Fastroship\u0026project-name=astroship\u0026repository-name=astroship\u0026demo-title=Astroship%20-%20Astro%20Starter%20Template\u0026demo-description=Astroship%20is%20a%20starter%20template%20for%20startups%2C%20marketing%20websites%20%26%20landing%20pages.%20Built%20with%20Astro%2C%20TailwindCSS\u0026demo-url=https%3A%2F%2Fastroship.web3templates.com%2F\u0026demo-image=https%3A%2F%2Fuser-images.githubusercontent.com%2F1884712%2F200831799-10ef2456-a02e-4068-b580-4b5326f0b33b.png)\n\n![image](https://user-images.githubusercontent.com/1884712/200831799-10ef2456-a02e-4068-b580-4b5326f0b33b.png)\n\n### Pagespeed Score\n\n[![pagespeed](https://user-images.githubusercontent.com/1884712/210250214-7aa98167-7993-4b90-8138-326b8fa0c223.png)](https://pagespeed.web.dev/report?url=https%3A%2F%2Fastroship.web3templates.com%2F)\n\n\n## Installation\n\nIf you are reading this on github, you can click on the \"Use this template\" button above to create a new repository from astroship to your account. Then you can do a `git clone` to clone it to your local system.\n\nAlternatively, you can clone the project directly from this repo to your local system.\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/surjithctly/astroship.git myProjectName\n# or\ngit clone https://github.com/surjithctly/astroship.git .\n```\n\nThe `.` will clone it to the current directory so make sure you are inside your project folder first.\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n# or\nyarn install\n# or (recommended)\npnpm install\n```\n\n### 3. Start development Server\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or (recommended)\npnpm dev\n```\n\n### Preview \u0026 Build\n\n```bash\nnpm run preview\nnpm run build\n# or\nyarn preview\nyarn build\n# or (recommended)\npnpm preview\npnpm build\n```\n\nWe recommend using [pnpm](https://pnpm.io/) to save disk space on your computer.\n\n### Other Commands\n\n```bash\npnpm astro ...\npnpm astro add\npnpm astro --help\n```\n\n## Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```\n/\n├── public/\n│   └── ...\n├── src/\n│   ├── components/\n│   │   └── ...\n│   ├── layouts/\n│   │   └── ...\n│   └── pages/\n│       └── ...\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## TailwindCSS\n\nTailwindCSS is already configured in this repo, so you can start using it without any installation.\n\n## Credits\n\n[Hero Illustration](https://www.figma.com/community/file/1108400791662599811) by [Streamline](https://www.streamlinehq.com/)\n\n## 👀 Want to learn more?\n\nFeel free to check out [Astro Docs](https://docs.astro.build) or jump into our [Discord Chat](https://web3templates.com/discord).\n\n[![Built with Astro](https://astro.badg.es/v1/built-with-astro.svg)](https://astro.build)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamaluddinrumi%2Fastroship","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamaluddinrumi%2Fastroship","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamaluddinrumi%2Fastroship/lists"}