We are thrilled to announce that we have upgraded Astro LaunchFast Starter Kit to Astro v4.16! 🚀
Astro Starter Kit Features & Stack
We have thoughtfully selected the finest tools from the Astro ecosystem to empower you to build quickly and effortlessly, while maintaining complete control over your codebase and fully customizing your application.
Tool/Library | Description |
---|---|
Astro | Astro 4.16 framework |
Redis, PostgreSQL, SQLite, MonogDB | Database options for data storage and management |
AWS S3, Cloudflare R2, Firebase Buckets, Supabase Buckets | Cloud storage solutions for scalable file storage and management |
Custom Implementation (following Web Standards) | Credentials and OAuth (Google, Facebook, GitHub, etc.) authentication |
Stripe and LemonSqueezy | Payment processor |
Nodemailer, SMTP2Go, Resend | Email sending solutions for transactional and marketing emails |
Vercel, AWS Amplify, Fly.io, Netlify, Digital Ocean, Render and any Node.js hosting | Hosting and deployment platforms for your applications |
Tailwind CSS | CSS framework |
Shiki | Syntax highlighter for code snippets |
Prettier | Opinionated code formatter |
Astro Starter Kit Pages
Check out the demo pages with their purpose as below:
Page Type | Description |
---|---|
🔗 Protected | Pages that require user authentication to access. |
🔗 Protected and Paid | Pages that require both user authentication and a payment to access. |
🔗 Partial Protected and Paid | Pages that have some content behind a paywall but allow access to certain sections without payment. |
🔗 Blog | Pages that display blog posts and articles. |
🔗 Dashboard | User-specific pages that provide an overview of user data and settings. |
Docs | Documentation pages providing information about the project or framework. |