Frontend Frameworks

⚛️

React

Component-based UI library from Meta. The most popular frontend framework with a massive ecosystem.

#javascript
💚

Vue.js

Progressive framework that's easy to learn yet powerful. Great for both small and large applications.

#javascript

Next.js

React framework for production with SSR, SSG, and API routes built-in.

#react
🚀

Svelte

Compiler-based framework with no virtual DOM. Write less code, ship smaller bundles.

#compiler

Backend Frameworks

🌶️

Flask

Lightweight Python web framework. Minimal and flexible, perfect for APIs and microservices.

#python
🎸

Django

Batteries-included Python framework with ORM, admin, and security features built-in.

#python
🦀

Actix

High-performance Rust web framework. One of the fastest web frameworks available.

#rust
🌿

Express

Fast, unopinionated Node.js web framework. The standard for Node.js APIs.

#nodejs