A modern web platform built with Astro and React, showcasing blockchain capabilities. Dark palette with fuchsia accents creates a futuristic, tech-forward aesthetic.
- Framework: Astro 7.0.2
- Frontend: React 19.2.0
- Styling: Tailwind CSS 4.1.14
- Animations: Framer Motion 11.18.2
- Language: TypeScript 5.9.3
- Deployment: Netlify
- Responsive dark theme interface
- Interactive animations with Framer Motion
- Integrated blog with 10+ articles on blockchain and tech
- Careers portal with 4+ job positions
- Feature carousel with auto-rotation
- Testimonials section
- Optimized CTAs
git clone https://github.com/Lostovayne/Dark-SaaS-Blockchain-Site.git
cd dark-saas-blockchain-site
npm install
npm run devOpen browser at http://localhost:4321
npm run dev- Start development servernpm run build- Production buildnpm run preview- Preview production buildnpm run check- Run Astro Check
src/
├── components/ # Reusable UI components
├── content/ # Markdown content (blog, positions)
├── layouts/ # Astro layouts
├── pages/ # Route pages
├── sections/ # Page sections (Hero, Features, etc.)
└── utils/ # Utility functions
- Lazy Loading: React components use
client:visiblefor deferred hydration - Code Splitting: Framer-motion and React in separate chunks
- Image Optimization: WebP/AVIF formats (85-94% size reduction)
- CDN Caching: Netlify edge cache
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit changes (
git commit -m 'Add amazing feature') - Push to branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see LICENSE for details.
Built with Astro + React + Tailwind CSS