Webapp

Open-source projects categorized as Webapp

Top 23 Webapp Open-Source Projects

  • system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

  • Project mention: 10 GitHub repositories that every developer must follow | dev.to | 2024-02-21

    ✅ donnemartin/system-design-primer: https://github.com/donnemartin/system-design-primer

  • uptime-kuma

    A fancy self-hosted monitoring tool

  • Project mention: Ask HN: How to do dead simple heartbeat monitoring? | news.ycombinator.com | 2024-05-06

    You're looking for a dead man's switch. https://deadmanssnitch.com is a good hosted service or Uptime Kuma (https://github.com/louislam/uptime-kuma) can be configured to do the same thing.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • spellbook-of-modern-webdev

    A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development

  • LibreChat

    Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic, OpenRouter, Vertex AI, Gemini, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. More features in development

  • Project mention: Integra múltiples APIs de IA en una sola plataforma | dev.to | 2024-04-19
  • Filestash

    🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

  • Project mention: Ask HN: What Underrated Open Source Project Deserves More Recognition? | news.ycombinator.com | 2024-03-07
  • dockge

    A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

  • Project mention: Dockge: Clean Self-Hosted Docker Compose Manager by the Creator of Uptime Kuma | news.ycombinator.com | 2024-01-14
  • nicegui

    Create web-based user interfaces with Python. The nice way.

  • Project mention: FastUI: Build Better UIs Faster | news.ycombinator.com | 2024-03-01

    I was looking at this space and nicegui seemed like the best ootb experience.

    https://nicegui.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Weylus

    Use your tablet as graphic tablet/touch screen on your computer.

  • Project mention: Show HN: Another way to use an old tablet as an extra screen | news.ycombinator.com | 2023-10-06

    I've used Weylus [0]. It works over LAN, lets you control the mouse from your tablet. Sometimes it's laggy, but you can configure the resolution so it's not using too much bandwidth. I'm not sure if it's stable at all. Haven't used it on a regular basis.

    [0] https://github.com/H-M-H/Weylus

  • microblog

    The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.

  • Project mention: Simple Flask Integration for an Elastic Semantic Search App | dev.to | 2024-02-06

    In this blog, we're going to address the "on any website" part of a Search Solution. Or at least - propose a starting point for it. There are many great tutorials out there for a deep dive on Flask - one of the best from my colleague Miguel.

  • cobalt

    save what you love

  • Project mention: FLaNK AI-April 22, 2024 | dev.to | 2024-04-22
  • wave

    Realtime Web Apps and Dashboards for Python and R (by h2oai)

  • Project mention: Streamlit alternatives but for Rust? | /r/rust | 2023-10-01

    https://streamlit.io/ https://wave.h2o.ai/ https://reflex.dev/

  • app-privacy-policy-generator

    Generate a customized Privacy Policy and Terms of Use document for your mobile apps

  • Project mention: Privacy Policy for mobile release? | /r/GameDevelopment | 2023-07-06
  • next-pwa

    Zero config PWA plugin for Next.js, with workbox 🧰

  • Project mention: Enable PWA with next.js 13 or later using next-pwa (disabled in development environment) | dev.to | 2023-05-27

    /** @type {import('next').NextConfig} */ const path = require("path"); const isDev = process.env.NODE_ENV !== "production"; const withPWA = require("next-pwa")({ dest: "public", disable: isDev, buildExcludes: ["app-build-manifest.json"], }); const generateAppDirEntry = (entry) => { const packagePath = require.resolve("next-pwa"); const packageDirectory = path.dirname(packagePath); const registerJs = path.join(packageDirectory, "register.js"); return entry().then((entries) => { // Register SW on App directory, solution: https://github.com/shadowwalker/next-pwa/pull/427 if (entries["main-app"] && !entries["main-app"].includes(registerJs)) { if (Array.isArray(entries["main-app"])) { entries["main-app"].unshift(registerJs); } else if (typeof entries["main-app"] === "string") { entries["main-app"] = [registerJs, entries["main-app"]]; } } return entries; }); }; const nextConfig = { experimental: { appDir: true, }, reactStrictMode: true, webpack(config) { if( !isDev ){ const entry = generateAppDirEntry(config.entry); config.entry = () => entry; } return config; }, }; module.exports = withPWA(nextConfig);

  • cloudbeaver

    Cloud Database Manager

  • Project mention: Do you use pgAdmin? Why? | /r/PostgreSQL | 2023-07-08
  • uwsgi-nginx-flask-docker

    Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

  • jasypt-spring-boot

    Jasypt integration for Spring boot

  • Your Spotify

    Self hosted Spotify tracking dashboard

  • Project mention: Analyzing Spotify Stream History | news.ycombinator.com | 2024-02-12

    Your_Spotify is absolutely fantastic for doing this

    https://github.com/Yooooomi/your_spotify

  • cloudtunes

    Web-based music player for the cloud :cloud: :notes: Play music from YouTube, Dropbox, etc.

  • metastream

    Watch streaming media with friends.

  • Project mention: I Need Programming path advice. | /r/learnprogramming | 2023-05-21
  • batnoter

    An open source, markdown-based, self-hosted note taking webapp.

  • telegram-tt

    Telegram Web A, GPL v3

  • Project mention: lena the pluggg | /r/Lena_The_Plug | 2023-07-15
  • webui

    Use any web browser as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.

  • Project mention: Caniwebview.com – Like Caniuse but for Webviews | news.ycombinator.com | 2024-05-07

    what is the webview here, is it the webview librariers on each platform instead of the browser?

    I tried to do some UIs with OS specific webviews and it's kind of lacking, so I ended up with EletronJS in the end which contains a full blown browser, but it's resource hungry.

    https://github.com/webui-dev/webui is another light weight option, it is a thin layer to provide you with a cross platform UI, and invokes browser to render everything, it's small yet has all the features of a true browser.

  • Traduora

    Ever® Traduora™ - Open Translation Management Platform

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

Webapp related posts

  • WebUI – lightweight WebView with Multi-language back end and full OS API access

    1 project | news.ycombinator.com | 6 May 2024
  • OAuth and OIDC Implementation in SQL

    1 project | news.ycombinator.com | 25 Apr 2024
  • Gerbil Scheme – A Lisp for the 21st Century

    3 projects | news.ycombinator.com | 24 Mar 2024
  • FlashPaper: One-time encrypted password/secret sharing

    1 project | news.ycombinator.com | 26 Feb 2024
  • IPissed: Apple is after web capabilities to protect close to 100B App Store Tax

    3 projects | news.ycombinator.com | 17 Feb 2024
  • A practical approach to structuring Golang apps

    2 projects | dev.to | 8 Feb 2024
  • Simple Flask Integration for an Elastic Semantic Search App

    2 projects | dev.to | 6 Feb 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 system-design-primer 255,886
2 uptime-kuma 49,945
3 spellbook-of-modern-webdev 16,687
4 LibreChat 11,010
5 Filestash 9,448
6 dockge 9,343
7 nicegui 7,495
8 Weylus 6,438
9 microblog 4,430
10 cobalt 3,929
11 wave 3,867
12 app-privacy-policy-generator 3,750
13 next-pwa 3,618
14 cloudbeaver 3,085
15 uwsgi-nginx-flask-docker 2,960
16 jasypt-spring-boot 2,796
17 Your Spotify 2,512
18 cloudtunes 2,490
19 metastream 2,436
20 batnoter 2,291
21 telegram-tt 2,127
22 webui 2,059
23 Traduora 1,941

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com