A minimal, fast link-in-bio site built with Astro. Currently my personal page, with plans to make it fully reusable for anyone.
🚧 Work in Progress - Building towards a customizable template
- ⚡ Lightning fast static site
- 🌓 Dark/light mode toggle
- 📱 Mobile-first responsive design
- 🎨 Customizable colors and themes
- 🔗 Social media links
- 📊 Custom link blocks
- 🚀 Zero JavaScript by default (only loads what's needed)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildEdit src/config/site.ts to customize:
- Your name and bio
- Social media links
- Custom link blocks
- Colors and themes
- Astro - Static site generator
- TypeScript - Type safety
- Vanilla CSS - Minimal styling
- Make fully configurable via environment variables
- Add more social platform icons
- Create setup wizard
- Add analytics integration options
- Theme marketplace
MIT