A free, modern, Astro landing page theme made with Tailwind to help kick start your next Astro project
We built this page as the first version of our own website, blackspike.com, but switched to a different design later.
Rather than let it gather dust, we decided to modernise it, try out some fresh new CSS features and give it back to the Astro community.
You can read more about how we built it and the cool new tech we used on our blog post.
Now available as an official Astro theme! Download it from the Astro themes page
Live demo https://astro-theme.blackspike.com
We hope you find it useful!
Theme and 3D images are licensed under a Creative Commons Attribution 4.0 International Public License.
Created by blackspike blackspike design – a web design & development team specialising in Astro, Vue, Nuxt & Wordpress websites
- Image component for optimised AVIF images
- All-JSX native astro components
- SVGs imported as SVG components
- JSON-powered content (easy to edit UI text or hook up a CMS!)
- Experimental Fonts API
- Tailwind 4
- HTML modal dialog
- JS-free scroll-linked animations
- JS-free exclusive accordions with details/summary (animated!)
- Container queries
- Linear easing for bouncing / springing
- Text wrap pretty / balance
- swiper.js carousel
- Fake logos by uicontent.co
- Quote avatar person by thispersondoesnotexist.com
- Misc icons and logo from icones.js.org by @antfu
- Carousel powered by swiperjs.com
- Inter font by rsms.me
#tailwind #tailwind4 #astro #landingPage #css #html #swiper #dark #theme
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |