JavaScript Pwa

Open-source JavaScript projects categorized as Pwa

Top 23 JavaScript Pwa Projects

  • lighthouse

    Automated auditing, performance metrics, and best practices for the web.

  • Project mention: Top 20 Frontend Interview Questions With Answers | dev.to | 2024-02-03

    Google Core Vitals now represent the most important metrics to focus on when it comes to technical SEO. Google Core Vitals are a set of standardized metrics that Google uses to evaluate the user experience offered by a web page and assign it a technical SEO grade. Several tools exist to measure and report technical SEO performance, but the most reliable is Google Lighthouse.

  • Quasar Framework

    Quasar Framework - Build high-performance VueJS user interfaces in record time

  • Project mention: Show HN: Quasar Prime: Vue.js Admin Template | news.ycombinator.com | 2024-03-27

    What does this bring that the Quasar framework doesn’t already? This sure looks like an ad for a barely preconfigured quasar template—but it’s impossible to tell.

    https://quasar.dev/

  • 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
  • snapdrop

    A Progressive Web App for local file sharing

  • Project mention: WebRTC API | dev.to | 2024-03-31

    Snapdrop.net is one of many examples of the uses for this API, using it with WebSocket API allows endpoints on the same local network to distribute files and send data between them. We can find the source code for the project here.

  • capacitor

    Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

  • Project mention: Capacitor by Ionic – Cross-platform apps with web technology | news.ycombinator.com | 2024-04-19
  • onsenui

    Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

  • Project mention: React Component Libraries | dev.to | 2024-03-13

    Official Website: https://onsen.io/

  • web-skills

    A visual overview of useful skills to learn as a web developer

  • just

    A library of dependency-free JavaScript utilities that do just one thing. (by angus-c)

  • Project mention: 🚀 The Fast, Accurate, JavaScript Objects Diffing & Patching Library | dev.to | 2024-05-01

    just-diff

  • 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
  • preact-cli

    😺 Your next Preact PWA starts in 30 seconds.

  • offline-plugin

    Offline plugin (ServiceWorker, AppCache) for webpack (https://webpack.js.org/)

  • 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);

  • Padloc

    A modern, open source password manager for individuals and teams.

  • Project mention: Bitwarden: Free, open-source password manager | news.ycombinator.com | 2023-09-25

    Sorry, I install from the APK directly, available in the GitHub repo. I see someone already created an issue for it at https://github.com/padloc/padloc/issues/725 so thanks for bringing it up!

  • react-most-wanted

    React starter kit with "Most Wanted" application features

  • OpenNote

    OpenNote was built to be an open web-based alternative to Microsoft OneNote (T) and EverNote.

  • next-offline

    make your Next.js application work offline using service workers via Google's workbox

  • legacy-modules

  • PixelCraft

    A Pixel Art Editor

  • pwacompat

    PWACompat to bring Web App Manifest to older browsers

  • pwa-studio

    🛠Development tools to build, optimize and deploy Progressive Web Applications for Magento 2.

  • pinafore

    Alternative web client for Mastodon (UNMAINTAINED)

  • phanpy

    A minimalistic opinionated Mastodon web client

  • Project mention: Phanpy: A minimalistic opinionated Mastodon web client | news.ycombinator.com | 2024-04-14

    This has lead to a delightful variety of custom clients like https://phanpy.social/ - https://elk.zone/ is another example that I really like.

    It's the complete opposite of the Twitter API situation, where they locked their API down and killed the entire ecosystem of third-party clients.

  • react-storefront

    React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]). (by storefront-foundation)

  • sorted-colors

    A tool to sort the named CSS colors in a way that it shows related colors together

  • sol-journal

    ✎ Simple, personal journaling progressive web app

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

JavaScript Pwa related posts

  • RiotJS Routes

    3 projects | dev.to | 28 Apr 2024
  • Threads on Mastodon and the Bright Future of the Fediverse

    3 projects | news.ycombinator.com | 12 Apr 2024
  • WebRTC API

    2 projects | dev.to | 31 Mar 2024
  • PairDrop – Local file sharing in the browser

    1 project | news.ycombinator.com | 21 Mar 2024
  • OpenScope Air Traffic Control Simulator

    3 projects | news.ycombinator.com | 7 Feb 2024
  • PairDrop: Local File Sharing in the Browser

    1 project | news.ycombinator.com | 24 Jan 2024
  • PairDrop: Local file sharing in the browser. Inspired by Apple's AirDrop

    1 project | news.ycombinator.com | 13 Jan 2024
  • A note from our sponsor - SurveyJS
    surveyjs.io | 3 May 2024
    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. Learn more →

Index

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

Project Stars
1 lighthouse 27,846
2 Quasar Framework 25,228
3 snapdrop 17,355
4 capacitor 11,162
5 onsenui 8,789
6 web-skills 6,838
7 just 5,807
8 preact-cli 4,678
9 offline-plugin 4,503
10 next-pwa 3,602
11 Padloc 2,540
12 react-most-wanted 2,428
13 OpenNote 1,584
14 next-offline 1,574
15 legacy-modules 1,290
16 PixelCraft 1,210
17 pwacompat 1,153
18 pwa-studio 1,044
19 pinafore 1,023
20 phanpy 857
21 react-storefront 771
22 sorted-colors 578
23 sol-journal 558

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