Astro + Tailwind CSS + TypeScript Starter and Boilerplate
Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript, providing everything you need to jumpstart your Astro project and save valuable time.
π Demo | π Demo Multilang | Page Speed (100%)π |
Made with β₯ by Zeon Studio
If you find this project useful, please give it a β to show your support.
π Key Features
- π₯ Multi-Authors
- π Multilingual
- π― Similar Posts Suggestion
- π Search Functionality
- π Dark Mode
- π·οΈ Tags & Categories
- π Netlify setting pre-configured
- π Support contact form
- π± Fully responsive
- π Write and update content in Markdown / MDX
- π€ LLM-ready docs generation (
llms.txt,llms-full.txt, and per-page.md) - π Google Tag Manager
- π¬ Disqus Comment
- π³ Syntax Highlighting
π 15+ Pre-designed Pages
- π Homepage
- π€ About
- π Contact
- π₯ Authors
- π€ Author Single
- π Blog
- π Blog Single
- π« Custom 404
- π‘ Elements
- π Privacy Policy
- π·οΈ Tags
- π·οΈ Tag Single
- ποΈ Categories
- ποΈ Category Single
- π Search
π Integrations
- astro/react
- astro/sitemap
- astro/tailwind
- Cloudflare Workers (optional deployment)
π Getting Started
π¦ Dependencies
- astro v6.1.9
- node v22.12.0+ (see
.nvmrc) - tailwind v4+
π Install Dependencies
pnpm install
π Development Command
pnpm run dev
π Build Command
pnpm run build
π Generate LLM Files
After build, this project can generate LLM-friendly files from your dist HTML:
llms.txt(index of pages)llms-full.txt(full combined content)- optional per-page Markdown files
Use one of these ways:
# included in build
pnpm run build
# or run manually after build
pnpm run generate-llms
Configuration is in src/config/config.json under llms:
generate_llms_txt: createllms.txtgenerate_llms_full_txt: createllms-full.txtgenerate_individual_md: create individual.mdfilesinclude: include only selected routes/globs (empty = all files). Examples:/about,/blog/**(all files in blog folder)exclude: exclude routes/globs on top of defaults. Example:/blog/index.html
π Preview on Cloudflare Workers
pnpm run preview:cf-workers
π Deploy to Cloudflare Workers
pnpm run deploy:cf-workers
π Build and Run With Docker
docker build -t astroplate .
# or
# docker build --build-arg INSTALLER=npm -t astroplate .
# or
# docker build --build-arg INSTALLER=pnpm -t astroplate .
docker run -p 3000:80 astroplate
# or
# docker run --rm -p 3000:80 astroplate
To access the shell within the container:
docker run -it --rm astroplate ash
π Edit Content with CMS
This template comes pre-configured with Sitepins, a Git-based Headless CMS designed for seamless content management. You can update your websiteβs text, images, and configuration without touching a single line of code.
How to get started:
Click the Edit with Sitepins button below and follow the on-screen instructions to start editing your content visually.
π Reporting Issues
We use GitHub Issues as the official bug tracker for this Template. Please Search existing issues. Itβs possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.
π License
Copyright (c) 2023 - Present, Designed & Developed by Zeon Studio
Code License: Released under the MIT license.
Image license: The images are only for demonstration purposes. They have their license, we don't have permission to share those images.
π» Need Custom Development Services?
If you need a custom theme, theme customization, or complete website development services from scratch you can Hire Us.