Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: web-framework

454 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
realworld-apps/realworld
RealWorld is a collection of exemplary fullstack demo applications — the same Medium.com clone implemented in over 100 frameworks and langu…
7784139active
Asabeneh/30-Days-Of-Python
A free, step-by-step 30-day curriculum for learning the Python programming language, covering fundamentals through web development, APIs, d…
7671964stable
eugenp/tutorials
A large collection of small, focused Java and Spring tutorials maintained by Baeldung, with runnable example modules covering Spring Boot, …
7737326active
sahat/hackathon-starter
A boilerplate/starter kit for Node.js web applications, pre-wired with authentication (OAuth 2.0, local login), common API integrations, an…
7835249active
google-gemini/gemini-fullstack-langgraph-quickstart
A quickstart template demonstrating a fullstack AI research agent built with a React frontend and a LangGraph backend powered by Google Gem…
5818322active
zhanymkanov/fastapi-best-practices
An opinionated guide to FastAPI best practices and conventions distilled from production experience at startups. It covers project structur…
6817965active
geektutu/7days-golang
A tutorial series repository that walks through building Go software from scratch in 7 days each, including a Gin-like web framework (Gee),…
3216984stable
nextjs/saas-starter
An official Next.js starter template for building SaaS applications with authentication, Stripe payments, and a user dashboard. It combines…
4816061active
webrtc/samples
A collection of JavaScript demos and code samples demonstrating the WebRTC APIs, hosted at webrtc.github.io/samples. It covers media captur…
7414640active
cookiecutter/cookiecutter-django
A Cookiecutter project template that generates production-ready Django projects with batteries included: authentication, Docker, Celery, em…
9513603active
dotnet/AspNetCore.Docs
The official documentation repository for ASP.NET Core, published on Microsoft Learn. It contains tutorials, conceptual articles, and sampl…
6713134active
humiaozuzu/awesome-flask
A curated list of Flask resources, extensions, tutorials, books, and open-source projects. It serves as a reference catalog for the Flask m…
7612755active
mjhea0/awesome-fastapi
A curated list of awesome resources, extensions, tutorials, and projects related to the FastAPI Python web framework. It serves as a discov…
7711626active
dodyg/practical-aspnetcore
A large collection of practical, runnable ASP.NET Core sample projects covering versions 2.1 through 11, with explanations in the README. I…
7610409active
bxcodec/go-clean-arch
A well-known example implementation of Uncle Bob's Clean Architecture in Go, structured into models, repository, usecase, and delivery laye…
2310151active
whatwg/html
The WHATWG HTML Living Standard, the authoritative specification defining HTML, its syntax, DOM APIs, and related web platform features suc…
779371active
astaxie/build-web-application-with-golang
A free, open-source ebook teaching how to build web applications with Go, available in many languages on GitBook. It covers Go fundamentals…
3243909maintenance
hiteshchoudhary/chai-backend
A companion repository for the 'Chai aur Backend' YouTube video series teaching backend development with JavaScript. It contains a full-fea…
278393active
eddycjy/go-gin-example
A well-known example repository demonstrating a production-style RESTful blog API built with Go's Gin framework, GORM, MySQL, Redis, and JW…
657196stable
xkcoding/spring-boot-demo
A large collection of 66 Spring Boot integration demos for learning Spring Boot through hands-on examples, covering web, ORM, caching, mess…
3234078maintenance
transitive-bullshit/nextjs-notion-starter-kit
A Next.js starter kit that uses Notion as a CMS to power personal websites, blogs, and portfolios. It renders Notion pages via react-notion…
777029active
EduardoPires/EquinoxProject
Equinox Project is an open-source ASP.NET 9 reference web application demonstrating Clean Architecture, DDD, CQRS, Event Sourcing, and othe…
576779active
LukeMathWalker/zero-to-production
Companion code repository for the book 'Zero To Production In Rust', containing chapter-by-chapter snapshots of an email newsletter API bui…
326528stable
ThreeDotsLabs/wild-workouts-go-ddd-example
A complete example Go application (Wild Workouts) demonstrating Domain-Driven Design, Clean Architecture, and CQRS through incremental refa…
676431active
React Boilerplate
A highly scalable, offline-first React application boilerplate with Redux, Redux-Saga, styled-components, i18n, and a focus on performance …
2329491maintenance
wuyouzhuguli/SpringAll
A curated collection of example source code accompanying a Chinese-language blog tutorial series on the Spring ecosystem, covering Spring B…
3228945maintenance
amitshekhariitbhu/go-backend-clean-architecture
A Go backend project template implementing clean architecture with layered structure (Router, Controller, Usecase, Repository, Domain). It …
616145active
t3-oss/create-t3-turbo
A monorepo starter template combining the T3 Stack (Next.js/TanStack Start, tRPC, Drizzle, better-auth, Tailwind) with Expo React Native, m…
776105active
flosse/rust-web-framework-comparison
A curated comparison of Rust web frameworks and libraries, covering frontend WASM frameworks, server frameworks, templating, and websocket …
675756active
CodingDocs/springboot-guide
An open-source Chinese-language tutorial guide for learning Spring Boot 2.0+ from basics to practical usage, covering topics like REST APIs…
625259active
vercel/examples
A curated collection of example applications, demos, and reference architectures from Vercel, primarily built with Next.js and TypeScript. …
745154active
javastacks/spring-boot-best-practice
A Maven multi-module repository of runnable Spring Boot examples covering core features, data access, messaging, caching, testing, deployme…
665106active
boxyhq/saas-starter-kit
An open-source Next.js SaaS boilerplate for building enterprise-ready SaaS applications. It ships with pre-built features like authenticati…
724916active
miguelgrinberg/microblog
The companion example application for Miguel Grinberg's Flask Mega-Tutorial, a complete microblogging web app built with Python and Flask. …
394774active
mouredev/python-web
A free 13-hour video course teaching frontend web development from scratch using pure Python and the Reflex framework, created by MoureDev …
704756active
cookiecutter-flask/cookiecutter-flask
A Cookiecutter project template that scaffolds a production-ready Flask web application with Bootstrap 5, webpack asset bundling, and user …
574722active
verekia/js-stack-from-scratch
A step-by-step tutorial that teaches developers how to assemble a modern JavaScript web application stack from scratch, covering tools like…
2320146maintenance
Varying-Vagrant-Vagrants/VVV
VVV (Varying Vagrant Vagrants) is an open-source Vagrant configuration that provisions a complete local Linux development environment for W…
624525active
openui/open-ui
Open UI is a W3C Community Group project that maintains an open standard for web UI controls, specifying the parts, states, behaviors, and …
774512active
WICG/webcomponents
The WICG repository incubating and tracking the Web Components specifications, including Shadow DOM, Custom Elements, HTML Templates, and m…
574491active
ivanpaulovich/clean-architecture-manga
A sample .NET application (a virtual wallet) demonstrating Clean Architecture, Hexagonal Architecture, DDD, SOLID, and TDD principles with …
624353active
thoughtbot/suspenders
Suspenders is a Rails application template gem by thoughtbot that generates new Ruby on Rails apps preconfigured with their standard defaul…
824043active
kriasoft/graphql-starter-kit
A monorepo template (seed project) pre-configured with a GraphQL API server, PostgreSQL database tooling, and a React front-end using TypeS…
323971active
actix/examples
A curated, community-maintained collection of example projects demonstrating how to use the Actix Web framework and its ecosystem in Rust. …
773960active
JeffLi1993/springboot-learning-example
A collection of Spring Boot practice learning examples in Java, accompanying a series of Chinese blog tutorials covering Spring Boot 2.x fu…
3216558maintenance
mingrammer/go-web-framework-stars
An automatically ranked list of the most-starred Go web frameworks on GitHub, maintained via pull requests to list.txt. It serves as a comp…
773840active
alsotang/node-lessons
A Chinese-language Node.js tutorial course ('Node.js 包教不包会') by alsotang, consisting of 19 hands-on lessons covering Express, web scraping,…
3216434maintenance
gothinkster/node-express-realworld-example-app
A RealWorld-conformant example backend built with Node.js, Express, Prisma, and TypeScript, demonstrating CRUD, authentication, and common …
323800active
nageoffer/12306
An open-source clone of China's 12306 railway ticketing system built with JDK17, SpringBoot3, SpringCloud Alibaba, and Vue3, covering user,…
613710active
neiesc/awesome-minimalist
A curated awesome list of minimalist (simple and lightweight) frameworks across CSS, front-end JS, and web frameworks for many languages li…
743656active
nswbmw/N-blog
A Chinese-language tutorial book (
3215381maintenance
Kludex/fastapi-tips
A curated collection of 101 tips and tricks for building FastAPI applications, maintained by a FastAPI expert. It covers performance optimi…
693612active
dotnet-presentations/blazor-workshop
A hands-on workshop teaching Blazor web development by building a pizza ordering app, updated for .NET 8. It includes step-by-step modules …
403563active
jonasschmedtmann/complete-node-bootcamp
Companion repository for Jonas Schmedtmann's Udemy course 'Node.js, Express and MongoDB: The Complete Bootcamp', containing starter files, …
323556active
Dotnet-Boxed/Templates
A set of .NET project templates ('dotnet new' templates) with batteries included, scaffolding ASP.NET Core API, GraphQL, Orleans, and NuGet…
663485active
laravel/docs
The official documentation repository for the Laravel PHP web application framework, published at laravel.com/docs. It covers installation,…
773479active
theodorusclarence/ts-nextjs-tailwind-starter
A batteries-included Next.js + Tailwind CSS + TypeScript starter template with pre-configured tooling like Jest, ESLint, Prettier, Husky, a…
753417active
plotly/dash-sample-apps
A collection of over 100 open-source sample apps built with Plotly Dash in Python and R, hosted on the Dash Gallery. The apps serve as star…
233344active
kgrzybek/modular-monolith-with-ddd
A full sample .NET application demonstrating a modular monolith architecture built with Domain-Driven Design, CQRS, and clean architecture …
3213962maintenance
rafaelfgx/Architecture
A full-stack reference template implementing Clean Architecture with .NET/ASP.NET Core on the backend and Angular on the frontend. It demon…
763277active
adrianhajdin/banking
Horizon is a fintech banking platform built with Next.js 14, TypeScript, Appwrite, Plaid, and Dwolla, created as the companion code for a J…
553223active
dunglas/symfony-docker
A Docker Compose-based template and runtime for Symfony applications, bundling FrankenPHP and Caddy with automatic HTTPS, HTTP/3, Mercure r…
773179active
afteracademy/nodejs-backend-architecture-typescript
An open-source Node.js backend architecture project written in TypeScript that demonstrates building a production-ready blogging platform A…
633072active
vercel/next-app-router-playground
An official Vercel playground repository demonstrating Next.js App Router features such as nested layouts, streaming, loading states, cachi…
772997active
EZLippi/Tinyhttpd
A mirror of Tinyhttpd, an ultra-lightweight HTTP server written in under 500 lines of C by J. David Blackstone in 1999. It is intended as a…
3212190maintenance
apptension/saas-boilerplate
An open-source SaaS boilerplate providing a full-stack starter kit built on React, Django, and AWS with infrastructure defined via AWS CDK.…
692971active
juicycleff/ultimate-backend
A multi-tenant SaaS starter kit built on NestJS with a CQRS, DDD, and event-sourcing microservice architecture. It provides GraphQL APIs vi…
622903active
nextify-limited/saasfly
Saasfly is an open-source, enterprise-grade Next.js SaaS boilerplate and starter template built as a Turborepo monorepo. It bundles authent…
432896active
pmndrs/react-three-next
A minimalist starter template combining Next.js, React Three Fiber, and Three.js for building 3D web applications. It provides a persistent…
322862active
sprintcube/docker-compose-lamp
A Docker Compose-based LAMP stack environment bundling PHP (multiple versions), Apache, MySQL/MariaDB, phpMyAdmin, and Redis for local web …
662846active
anonystick/anonystick
A developer profile and learning repository by anonystick containing fullstack web development resources, tutorials, and example systems bu…
702732active
gothinkster/golang-gin-realworld-example-app
A RealWorld-spec reference implementation of a Medium.com clone backend built with Go and the Gin web framework, using GORM and JWT authent…
752715active
dotnet-architecture/eShopOnWeb
A Microsoft sample ASP.NET Core 8.0 reference application demonstrating a monolithic web app architecture with clean architecture and DDD p…
1010691maintenance
thombergs/buckpal
A companion example repository for the book 'Get Your Hands Dirty on Clean Architecture', implementing a small web app in the Hexagonal/Cle…
322546stable
notiz-dev/nestjs-prisma-starter
A starter template for NestJS applications that comes preconfigured with Prisma Client, code-first GraphQL, Passport-JWT authentication, Sw…
322540active
bungle/awesome-resty
A curated awesome-list of quality OpenResty libraries, Nginx modules, Lua libraries, and related resources. It serves as a discovery index …
702482active
wsvincent/lithium
Lithium (formerly DjangoX) is a batteries-included Django starter project template with user authentication, static files, styling, debuggi…
662462active
phongnguyend/Practical.CleanArchitecture
A full-stack .NET sample repository demonstrating Clean Architecture patterns (Microservices, Modular Monolith, Monolith) with multiple fro…
722457active
mjhea0/flaskr-tdd
An extended version of the official Flask tutorial that walks through building Flaskr, a mini-blog application, using test-driven developme…
672343active
symfony/symfony-docs
The official documentation source for the Symfony PHP web framework, written in reStructuredText and published at symfony.com/doc. It cover…
772302active
vintasoftware/django-react-boilerplate
A Django 5 + React + TypeScript project template with Tailwind 4, Webpack, Celery, and preconfigured tooling like ruff, ESLint, and GitHub …
682270active
ucg8j/awesome-dash
A curated list of resources for Plotly Dash, a Python framework for building interactive data visualization web applications. It collects t…
322269active
whatwg/fetch
The WHATWG Fetch Standard, a living specification that defines requests, responses, and the fetching process across the web platform, inclu…
772250active
miguelgrinberg/flasky
Companion source code repository for the second edition of Miguel Grinberg's O'Reilly book 'Flask Web Development'. It contains example cod…
398745maintenance
jonashackt/spring-boot-vuejs
An example project demonstrating how to build a full-stack application with a Spring Boot backend and a Vue.js frontend, including REST API…
762123active
4GeeksAcademy/Templates-Boilerplates
A curated collection of well-maintained project templates and boilerplates from 4Geeks Academy, covering HTML, Vanilla JS, TypeScript, Reac…
662114active
cloudflare/templates
A collection of official starter templates for building full-stack applications on Cloudflare Workers, usable via the Cloudflare dashboard …
942085active
greyli/helloflask
HelloFlask is the companion repository for a series of Flask books and tutorials by Grey Li, containing documentation and example programs …
662078active
nashtech-garage/yas
YAS (Yet Another Shop) is a sample e-commerce microservices project written in Java with Spring Boot, covering services like product, cart,…
731984active
mckaywrigley/mckays-app-template
A full-stack Next.js starter template by McKay Wrigley that bundles a preconfigured tech stack: Next.js, Tailwind, Shadcn, Framer Motion, P…
351934active
amantinband/clean-architecture
A .NET project template implementing Clean Architecture for ASP.NET Core applications, installable via `dotnet new`. It ships with layered …
271929active
enkodellc/blazorboilerplate
Blazor Boilerplate is a SPA admin starter template built with Blazor and MudBlazor that runs in both Server-Side and WebAssembly (Core-Host…
391913active
liyupi/yu-ai-code-mother
An educational full-stack project and tutorial series for building an enterprise-grade AI code generation platform using Spring Boot 3, Lan…
621909active
firebase/codelab-friendlychat-web
Source code for the Firebase FriendlyChat codelab, containing start and end versions of a cross-platform chat app for Web, Cloud Functions,…
761858active
ishtms/learn-nodejs-hard-way
A free online book and repository that teaches Node.js and server-side programming by building a zero-dependency backend framework (Velocy)…
751850active
XiaomingX/indie-hacker-tools-plus
A curated awesome-list of tech stacks, tools, and templates for independent developers building products, especially those going global ('出…
661815active
jbogard/ContosoUniversityDotNetCore-Pages
A reference implementation of the Contoso University sample application built with ASP.NET Core Razor Pages on .NET 10. It demonstrates Jim…
681786active
nanoninja/docker-nginx-php-mysql
A Docker Compose-based LEMP stack boilerplate that runs Nginx, PHP-FPM, Composer, MySQL, and PHPMyAdmin together. It includes a Makefile fo…
381770active
mjhea0/awesome-flask
A curated list of Flask-related resources, including third-party extensions, tutorials, books, podcasts, hosting options, and boilerplate p…
691769active
nodeshift/nodejs-reference-architecture
The Red Hat and IBM Node.js Reference Architecture is a curated set of opinions and guidance on which Node.js packages and components to us…
401747active

page 1 / 5 next →