If you’re building your next product (or rewriting the same one for the 7th time 🐸), choosing the right framework matters a lot: velocity, hiring, ecosystem, and long-term maintainability.
This list is coding-only — no no-code / low-code platforms — and grouped by real-world usage: backend, frontend, mobile, desktop, ML/data, DevOps, realtime, testing, UI/CSS, and tooling.
🌐 Backend Frameworks (Server-Side)
- Laravel
- Django
- Ruby on Rails
- Spring Boot
- ASP.NET Core
- Express.js
- NestJS
- FastAPI
- Flask
- Symfony
- CodeIgniter
- Phoenix
- Koa
- Hapi
- Micronaut
- Quarkus
- Play Framework
- Gin
- Fiber
- Actix
⚛️ Frontend Frameworks & Meta-Frameworks
- React
- Angular
- Vue.js
- Svelte
- SolidJS
- Next.js
- Nuxt
- Remix
- Qwik
- Astro
- Preact
- Backbone.js
- Ember.js
- Alpine.js
- Lit
📱 Mobile Frameworks
- Flutter
- React Native
- SwiftUI
- UIKit
- Jetpack Compose
- Xamarin
- Ionic
- NativeScript
- Kotlin Multiplatform
- Cordova
🖥 Desktop Frameworks
- Electron
- Tauri
- Qt
- .NET MAUI
- JavaFX
- GTK
- wxWidgets
🧠 Data / ML / AI Frameworks
- TensorFlow
- PyTorch
- Keras
- Scikit-learn
- Apache Spark
- Hugging Face Transformers
- XGBoost
- LightGBM
🎮 Game Frameworks / Engines
- Unity
- Unreal Engine
- Godot
- Phaser
- Cocos2d
- MonoGame
🔧 DevOps / Infra / Systems
- Kubernetes
- Docker
- Terraform
- Ansible
- Helm
- Pulumi
📡 API / Networking / Realtime
- gRPC
- GraphQL (Apollo)
- Socket.IO
- SignalR
🧪 Testing Frameworks
- Jest
- Mocha
- Cypress
- Playwright
- PHPUnit
- JUnit
🧩 CSS / UI Frameworks (Still Coding)
- Tailwind CSS
- Bootstrap
- Material UI
- Ant Design
- Chakra UI
⚙️ Others (Common in Modern Stacks)
- Redux
- Zustand
- RxJS
- Prisma
- Sequelize
- TypeORM
- Drizzle ORM
- Hibernate
- MyBatis
- Vite
- Webpack
- Rollup
- Babel
How to pick fast (without overthinking)
- Shipping SaaS fast: Laravel / Django / Rails / NestJS + React/Next
- Enterprise + long-term: Spring Boot / ASP.NET Core + Angular/React
- Realtime-heavy apps: NestJS + Socket.IO / SignalR
- Cross-platform apps: Flutter / React Native, Desktop: Electron/Tauri
- ML products: PyTorch / TensorFlow + FastAPI
