UltimateAstroTemplate
Astro Template that uses React,Solid,Vue and Svelte all in one piece
Install / Use
/learn @Marve10s/UltimateAstroTemplateREADME
🚀 Ultimate Astro - Modern Multi-Framework Showcase
<div align="center">🌟 Overview
Ultimate Astro is a cutting-edge template that seamlessly integrates multiple frontend frameworks within the Astro ecosystem. Perfect for developers who want to experiment with different frameworks or build hybrid applications.
🚀 Quick Start
-
Clone and Install
git clone https://github.com/Marve10s/UltimateAstroTemplate.gitcd UltimateAstroTemplatenpm installOr Fork and Install
1.1 Click the 'Fork' button in the top right corner of this repository
1.2 Clone your forked repository
git clone https://github.com/YOUR_USERNAME/UltimateAstroTemplate.git1.3 Navigate and install dependencies
cd UltimateAstroTemplate && npm install -
Development
npm run dev -
Build
npm run build
⭐ Star Power
📁 Project Structure
/
├── public/ # Static assets
├── src/
│ ├── assets/ # Project assets
│ ├── components/ # UI components
│ │ ├── Astro/ # Astro components
│ │ ├── React/ # React components
│ │ ├── Solid/ # Solid components
│ │ ├── Svelte/ # Svelte components
│ │ ├── Vue/ # Vue components
│ │ └── ui/ # Shared UI components
│ ├── data/ # Data files
│ ├── icons/ # Icon components
│ ├── layouts/ # Layout templates
│ ├── pages/ # Route pages
│ └── styles/ # Global styles
└── package.json
📊 Performance
<div>| Metric | Score | | ----------------- | ------- | | 🚀 Performance | 99/100 | | ♿ Accessibility | 97/100 | | 🏗️ Best Practices | 100/100 | | 🔍 SEO | 100/100 |
</div>🛠️ Customization
Styling
Modify tailwind.config.cjs to customize:
- 🎨 Color schemes
- 📱 Breakpoints
- 🔤 Typography
- 🎯 Custom utilities
Components
- Add framework-specific components in respective directories
- Use shared components in
ui/for cross-framework functionality - Leverage Astro's partial hydration with
client:*directives
🎨 Share Your Creation
Have you modified my template? I'd love to see it! Share your creation with me:
- Create a GitHub issue with screenshots and demo link
All theme contributions will be reviewed and credited appropriately.
🌟 Community Showcases
Check out these amazing modifications by our community:
Ismael Treviño - Modified background to have different orb colors | Changes are live! ✅
Ismael Treviño - Added DevContainer | Changes are live! 🚀
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
<div align="center">
Made with ❤️ using Astro
</div>