Framework

Open-source projects categorized as Framework

Top 23 Framework Open-Source Projects

Framework
  1. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    Project mention: Migrating a Legacy Project from Vue CLI to Vite | dev.to | 2025-01-21

    Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    Project mention: Building Weather & History Story Cards with Python and FastAPI | dev.to | 2025-05-01

    By the end of this tutorial, you’ll see how I used FastAPI and Jinja2 to turn raw JSON into a dynamic timeline of weather and history that feels informative and fun.

  4. Django

    The Web framework for perfectionists with deadlines.

    Project mention: Why and How to Patch a Python Package in Nix | dev.to | 2025-05-08

    I am maintaining a Python codebase that is based on Django and Django REST Framework (DRF). The codebase uses Nix for development, testing, CI/CD and packaging.

  5. Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    Project mention: What Is the Best Web Framework for Go? | dev.to | 2025-05-13

    ⭐ Gin on GitHub (80k+ stars)

  6. Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

    Project mention: I analyzed how Supabase and Laravel launched. Here's what I learned. | dev.to | 2025-04-24

    Laravel is a PHP web framework used by developers around the world. In March 2024, they launched Laravel Cloud with a full lineup of updates. All dropped at once.

  7. Spring Boot

    Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

    Project mention: mTLS Authentication in Spring Boot Microservices | dev.to | 2025-04-29

    Key Steps to Implement mTLS in Spring Boot

  8. Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    Project mention: Next.js vs Nest.js: Understanding the Difference | dev.to | 2025-03-27

    Read more about Next.js here and Nest.js here.

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  10. imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

    Project mention: Ask HN: What are good high information density UIs (screenshots, apps, sites) | news.ycombinator.com | 2025-05-08

    I find the imgui UIs to be very high density (https://github.com/ocornut/imgui and the gallery issues) See for example the tracy profiler: https://github.com/wolfpld/tracy. It seems the game dev community has pretty powerful tools to understand and interrogate their work.

  11. Spring

    Spring Framework

    Project mention: March 2025 Java Key Updates in Boot, Security, and More | dev.to | 2025-03-24

    Detailed information can be found in the release notes.

  12. nuxt

    The Intuitive Vue Framework.

    Project mention: Master Pre-rendering Dynamic Routes in Nuxt 3 with Nitro | dev.to | 2025-04-25

    https://github.com/nuxt/nuxt/issues/30926,

  13. Ruby on Rails

    Ruby on Rails

    Project mention: Unlocking Opportunities: How to Thrive as a Ruby Engineer in Today's Tech Landscape | dev.to | 2025-05-07

    Ruby on Rails open source projects. Contribute and learn at the same time.

  14. Scrapy

    Scrapy, a fast high-level web crawling & scraping framework for Python.

    Project mention: Scrapy needs to have sane defaults that do no harm | news.ycombinator.com | 2025-04-23
  15. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

    Project mention: You need to know React Expo to build Mobile Apps | dev.to | 2025-05-07

    Ionic

  16. Meteor JS

    Meteor, the JavaScript App Platform

    Project mention: Enhancing Performance in MeteorJS bundler: Complete Guide to CPU Profiling | dev.to | 2025-03-28

    This is a known issue in the Meteor community and fortunately it's already being addressed by PRs #13675 and #13674, which aim to replace Babel with SWC, a much faster transpiler written in Rust.

  17. llama_index

    LlamaIndex is the leading framework for building LLM-powered agents over your data.

    Project mention: Complete Large Language Model (LLM) Learning Roadmap | dev.to | 2025-04-11

    Resource: LlamaIndex Documentation

  18. Dubbo

    The java implementation of Apache Dubbo. An RPC and microservice framework.

    Project mention: Dirty code: trusted keeper of errors. Broken windows theory | dev.to | 2025-03-17

    Let's look at the example from Apache Dubbo:

  19. expo

    An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

    Project mention: An Android Developer's Guide to React Native | dev.to | 2025-03-12

    Expo - React Native framework

  20. Materialize

    Materialize, a CSS Framework based on Material Design

    Project mention: Top 5 Best CSS Frameworks for Responsive Web Design in 2024 | dev.to | 2024-09-26

    Materialize is a modern CSS framework based on Google’s Material Design. It was created and designed by Google to provide a unified and consistent user interface across all its products. Materialize is focused on user experience as it integrates animations and components to provide feedback to users.

  21. Fiber

    ⚡️ Express inspired web framework written in Go

    Project mention: What Is the Best Web Framework for Go? | dev.to | 2025-05-13

    ⭐ Fiber on GitHub (35k+ stars)

  22. Laravel

    The Laravel Framework.

    Project mention: Eloquent: is an ORM too restrictive? | dev.to | 2025-04-13

    For databases that have relations between entities, I would move those to the Builder class, instead of in the model currently. I think the with methods could do the trick with a bit a of modification. And adding a to method for nested inserts.

  23. bubbletea

    A powerful little TUI framework 🏗

    Project mention: Here's Why A Newbie is Raving About Code | dev.to | 2025-02-11

    Then, we execute the form's Run method. We won't delve into the implementation details here, but the Run method uses Charm's Bubble Tea library. Bubble Tea generates a model (the form's state) and manages that state. For more information, see the Bubble Tea Documentation

  24. go-zero

    A cloud-native Go microservices framework with cli tool for productivity.

    Project mention: Show HN: Go-Zero Reaches 30k GitHub Stars a Milestone Worth Celebrating | news.ycombinator.com | 2025-03-03

    It's already been fixed two years ago. Please check it here: https://github.com/zeromicro/go-zero/security/advisories/GHS...

  25. slate

    A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)

    Project mention: SLATE Code editor with highlight | dev.to | 2024-11-07

    However, I had difficulties inserting editable BLOCKS with syntax highlighting for code. Yes, there is an official example, but at least for me, it's not very clear.

  26. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Framework discussion

Log in or Post with

Framework related posts

  • Building true distributed systems with RoadRunner and Laravel

    4 projects | dev.to | 10 May 2025
  • What's New in Swift 6.2?

    9 projects | news.ycombinator.com | 9 May 2025
  • Build robust and observable MCP servers to supercharge your LLMs with Go

    1 project | dev.to | 8 May 2025
  • Open Source: A Goldmine for Indie Hackers

    6 projects | dev.to | 6 May 2025
  • Building Voice AI Agents with the OpenAI Agents SDK

    2 projects | dev.to | 5 May 2025
  • Power of WP-CLI: Streamline Your WordPress Workflow

    1 project | dev.to | 5 May 2025
  • Indie Hacking with Open Source Tools: Innovating on a Budget

    12 projects | dev.to | 4 May 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 14 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Framework projects? This list will help you:

# Project Stars
1 Vue.js 208,829
2 fastapi 84,506
3 Django 83,480
4 Gin 82,142
5 Laravel 80,870
6 Spring Boot 77,061
7 Nest 70,845
8 imgui 65,267
9 Spring 58,010
10 nuxt 57,034
11 Ruby on Rails 56,864
12 Scrapy 55,119
13 Ionic Framework 51,687
14 Meteor JS 44,649
15 llama_index 41,591
16 Dubbo 40,959
17 expo 40,001
18 Materialize 38,879
19 Fiber 36,358
20 Laravel 33,588
21 bubbletea 31,404
22 go-zero 30,955
23 slate 30,700

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?