SaaSHub helps you find the best software and product alternatives Learn more โ
Top 23 web-development Open-Source Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Front-End-Checklist
๐ The essential checklist for modern web development, for humans and AI agents
-
A deeply-synthesized, opinionated reference distilled from five canonical sources: donnemartin/system-design-primer ยท ByteByteGoHq/system-design-101 ยท karanpratapsingh/system-design ยท ashishps1/awesome-system-design-resources ยท binhnguyennus/awesome-scalability
-
front-end-interview-handbook
Front End interview preparation materials for busy engineers (updated for 2026)
-
-
Rocket Official Documentation
-
responsively-app
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Project mention: Improving Responsively App Documentation โ Week 2 of Hacktoberfest | dev.to | 2025-10-19For my second Hacktoberfest contribution, I worked on improving the documentation for Responsively App, an open-source desktop browser that helps developers preview responsive websites in real time. The README was missing some setup instructions and quick-start steps, so I decided to make it easier for new users and contributors.
-
-
Front-End-Performance-Checklist
๐ฎ The only Front-End Performance Checklist that runs faster than the others
-
content
The official source for MDN Web Docs content. Home to over 14,000 pages of documentation about HTML, CSS, JS, HTTP, Web APIs, and more.
Project mention: How to Use Pre-Signed S3 URLs for Direct Browser-to-Storage Uploads | dev.to | 2026-06-04The MDN documentation on the Fetch API covers progress events and abort signals, which are useful for showing upload progress and supporting cancellation.
-
top-javascript-interview-questions
Top JavaScript interview questions and answers for Front End Engineers in 2026
-
HTTP Prompt
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
-
webstudio
Open source website builder and Webflow alternative. Webstudio is an advanced visual builder that connects to any headless CMS, supports all CSS properties, and can be hosted anywhere, including with us.
-
-
-
whitestorm.js
:rocket: ๐ช Super-fast 3D framework for Web Applications ๐ฅ & Games ๐ฎ. Based on Three.js
-
Project mention: Introducing Saturon: A Grammar-Aware Runtime for CSS Color Level 5 | dev.to | 2025-11-11
Saturon passes the full Web Platform Tests for CSS Color validation, with only a few exceptions (sign() with font-relative units).
-
-
Front-End-Design-Checklist
๐ The Design Checklist for Creative Web Designers and Patient Front-End Developers
-
-
-
Project mention: Supabase Scheduled Functions Monitoring: How to Catch Missed Runs Before They Break Production | dev.to | 2026-05-07
// supabase/functions/cleanup-expired-records/index.ts import { serve } from "https://deno.land/std@0.224.0/http/server.ts"; import { createClient } from "https://esm.sh/@supabase/supabase-js@2"; serve(async () => { const supabaseUrl = Deno.env.get("SUPABASE_URL"); const serviceRoleKey = Deno.env.get("SUPABASE_SERVICE_ROLE_KEY"); const heartbeatUrl = Deno.env.get("CLEANUP_HEARTBEAT_URL"); if (!supabaseUrl || !serviceRoleKey) { return new Response("Missing Supabase configuration", { status: 500 }); } const supabase = createClient(supabaseUrl, serviceRoleKey); const { error } = await supabase .from("temporary_records") .delete() .lt("expires_at", new Date().toISOString()); if (error) { console.error("Cleanup failed:", error); return new Response("Cleanup failed", { status: 500 }); } if (heartbeatUrl) { const ping = await fetch(heartbeatUrl); if (!ping.ok) { console.error("Heartbeat ping failed:", ping.status); return new Response("Heartbeat failed", { status: 500 }); } } return new Response("Cleanup completed", { status: 200 }); });
-
Kore
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists.
web-development discussion
web-development related posts
-
Why I Built a Language Instead of a Framework
-
Supabase Scheduled Functions Monitoring: How to Catch Missed Runs Before They Break Production
-
Supabase Edge Functions Advanced โ Streaming, WebSockets, and Background Jobs
-
Indie Dev SaaS Launch โ Pricing Strategy, Stripe Integration, and Freemium-to-Paid Design
-
Indie App Onboarding That Retains Users โ Day 0 to Day 28 Engagement Design
-
Supabase Edge Functions with Deno: Production-Ready Design Patterns
-
Supabase Edge Functions in Deno: A Production Guide
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jun 2026
Index
What are some of the best open-source web-development projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | cs-video-courses | 81,704 |
| 2 | Front-End-Checklist | 72,833 |
| 3 | awesome-scalability | 71,472 |
| 4 | front-end-interview-handbook | 43,966 |
| 5 | HEAD | 30,272 |
| 6 | Rocket | 25,744 |
| 7 | responsively-app | 24,969 |
| 8 | actix-web | 24,669 |
| 9 | Front-End-Performance-Checklist | 17,241 |
| 10 | content | 10,792 |
| 11 | top-javascript-interview-questions | 9,584 |
| 12 | HTTP Prompt | 9,116 |
| 13 | webstudio | 8,619 |
| 14 | web-development-resources | 8,069 |
| 15 | p1xt-guides | 7,209 |
| 16 | whitestorm.js | 6,312 |
| 17 | wpt | 5,940 |
| 18 | projectlearn-project-based-learning | 5,918 |
| 19 | Front-End-Design-Checklist | 5,276 |
| 20 | Publish | 4,966 |
| 21 | front-end-handbook-2018 | 4,222 |
| 22 | esm.sh | 4,100 |
| 23 | Kore | 3,822 |