A beautiful, modern website showcasing 1,603 free services across 61 categories for developers.
- Dark theme with gradient effects and glassmorphism
- Smooth animations and micro-interactions
- Responsive design for all devices
- Custom scrollbars and hover effects
- Real-time search across all services and categories
- Category filters for quick navigation
- Keyboard shortcuts (Ctrl/Cmd + K to search, Esc to clear)
- Click "View all X services" to open a beautiful modal
- Grid layout for easy browsing
- Search within modal to find specific services
- Backdrop blur effect
- Click outside or press Esc to close
- Live count of total services and categories
- Service count per category
- Auto-updated when filtering
cd /home/trannguyenhan/data/projects/freefordev
python3 -m http.server 8000Then open: http://localhost:8000
cd /home/trannguyenhan/data/projects/freefordev
php -S localhost:8000cd /home/trannguyenhan/data/projects/freefordev
npx servefreefordev/
├── index.html # Main HTML file
├── styles.css # All CSS styles
├── script.js # JavaScript functionality
├── data.json # Parsed services data (1,603 services)
├── parse_readme.py # Python script to parse README.md
└── free-for-dev/
└── README.md # Original data source
To refresh the services data from the latest README.md:
python3 parse_readme.pyThis will:
- Parse
free-for-dev/README.md - Extract all categories and services
- Generate
data.jsonwith structured data - Show statistics (categories and services count)
- Pure HTML/CSS/JavaScript - No frameworks needed
- CSS Grid & Flexbox - Modern responsive layouts
- Fetch API - Load data dynamically
- Intersection Observer - Scroll animations
- CSS Custom Properties - Easy theming
- Primary Gradient:
#667eea → #764ba2 - Background:
#0a0e27(Dark blue) - Cards:
rgba(30, 33, 57, 0.6)(Glassmorphism)
- Primary Font: Inter
- Monospace: JetBrains Mono
- Fade in up on scroll
- Hover lift effects
- Modal scale & fade transitions
- Smooth color transitions
- Desktop: > 1024px
- Tablet: 768px - 1024px
- Mobile: < 768px
- Small Mobile: < 480px
Ctrl/Cmd + K- Focus searchEsc- Clear search or close modalTab- Navigate through elements
The website includes 61 categories:
- Major Cloud Providers
- APIs, Data & ML
- CI/CD
- Testing
- Monitoring
- Databases
- Web Hosting
- Email Services
- Authentication & Authorization
- And 52 more...
- 1,603 Services across all categories
- 61 Categories covering all developer needs
- 100% Free tiers available
- Regular updates from community
This website is built from the free-for-dev repository.
To contribute:
- Add services to
free-for-dev/README.md - Run
python3 parse_readme.py - Test the website
- Submit changes
This project follows the same license as the original free-for-dev repository.
- Data source: free-for-dev
- Built with ❤️ by the developer community
- 1600+ contributors to the original repository
Enjoy discovering free services for developers! 🚀