Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Free starter Astro website template for SaaS, startups, marketing sites, landing pages & blogs, with a paid Pro version.
Astroship is a free, open-source starter website template for SaaS products, startups, marketing websites, landing pages, and blogs, built with Astro and Tailwind CSS by Web3Templates.
Astroship is a starter template that runs on the Astro framework (v3) with Tailwind CSS pre-configured, producing a static site with a homepage, working contact page, and content collection support. The free version is released under the GPL-2.0 license, and the template also comes in a commercial Pro version priced at $49. Web3Templates sponsors and maintains the project, and the GitHub repository has over 1,900 stars.
The template is a standard Astro project. After cloning the repository, you run npm install (or pnpm install) and npm run dev to start a local development server. The project structure places components in src/components, layouts in src/layouts, and pages in src/pages, where each .astro or .md file becomes a route. Static assets go in public/. The build command is npm run build and the preview command is npm run preview.
Astroship has a free version available under the GPL-2.0 license, and a Pro version sold for $49 from Web3Templates. The free version includes Astro v3, Content Collections, Tailwind CSS, mobile responsiveness, a working contact page, and free updates. The Pro version adds blog pagination, view transitions, an advanced homepage design, a features page, an integrations page, an elegant 404 page, and 6 months of support.
Yes, the free version is available under the GPL-2.0 license. It includes the core features like Astro v3, Tailwind CSS, mobile responsiveness, a working contact page, and free updates.
You can click the "Deploy with Vercel" or "Deploy to Netlify" buttons in the repository, which clone the template to your GitHub and connect it to the platform. Alternatively, clone the repo locally and run the standard Astro build commands.
The free version provides the essential starter layout. The Pro version, which costs $49, adds blog pagination, view transitions, an advanced homepage design, a features page, an integrations page, an elegant 404 page, and 6 months of support.
Yes, both the free and Pro versions use Astro's Content Collections, which gives you a structured way to manage blog posts and other content files.
The template follows the default Astro structure: src/components, src/layouts, src/pages, and public/. Pages are routed based on their file names, and static assets are placed in public/.
