TypeScript Pwa

Open-source TypeScript projects categorized as Pwa

Top 23 TypeScript Pwa Projects

  • Angular

    Deliver web apps with confidence 🚀

  • Project mention: Angular Signals, Reactive Context, and Dynamic Dependency Tracking | dev.to | 2024-04-24

    /** * https://github.com/angular/angular/blob/75a186e321cb417685b2f13e9961906fc0aed36c/packages/core/src/render3/reactivity/untracked.ts#L15 * * packages/core/src/render3/reactivity/untracked.ts * **/ export function untracked(nonReactiveReadsFn: () => T): T { const prevConsumer = setActiveConsumer(null); try { return nonReactiveReadsFn(); } finally { setActiveConsumer(prevConsumer); } }

  • Hoppscotch

    Open source API development ecosystem.

  • Project mention: Bypass CORS errors while testing your APIs using Hoppscotch 🔧 | dev.to | 2024-04-17

    How can Hoppscotch help you intercept the API calls? 👽

  • 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
  • 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: Design Systems with Web Components | dev.to | 2023-12-18

    I was recently able to sit down with some of the core members of Ionic, who also created Stencil a toolchain for building Design Systems and Progressive Web Apps. We talked at great length how typically companies are approaching Ionic from a Design Team and need help building components. As a developer I wanted to talk about the Web Components that are used within the Design System first. There was a decent amount of surprise, so I thought I would break down what a Design System is and why it doesn't matter which end you start with, as long as you have both your Design and Development teams working together to build your Design System.

  • Vue Storefront

    Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.

  • amplify-js

    A declarative JavaScript library for application development using cloud services.

  • Project mention: In Defense of Cognito | /r/webdev | 2023-12-11

    One note of caution, though: Amplify uses a frontend-only Cognito integration that stores long-lived, never-rotating refresh tokens in browser storage, where any XSS vulnerability would have access to them. A more secure approach is to implement a couple of backend API routes to store the refresh tokens in `HttpOnly` cookies instead, which I outlined here (option 1 in your case to support SSO). I'll probably open source a solution to do this early next year so we don't all have to keep reinventing this wheel (probably why AWS calls their conference re:invent).

  • builder

    Drag and drop headless CMS for React, Vue, Svelte, Qwik, and more

  • Project mention: Introducing GPT Crawler - Turn Any Site Into a Custom GPT With Just a URL | dev.to | 2023-12-21

    I created my first custom GPT based on the Builder.io docs site, forum, and example projects on github and it can now answer detailed questions with code snippets about integrating Builder.io into your site or app. You can try it here (currently requires a paid ChatGPT plan).

  • vite-plugin-pwa

    Zero-config PWA for Vite

  • 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
  • pwa-asset-generator

    Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.

  • Project mention: How To Generate Icons for a Progressive Web App from SVG File With a Single Command | dev.to | 2023-07-30

    To generate icons, we use pwa-asset-generator. The first command generates a favicon icon with a transparent background, the second one creates all the necessary icons for a progressive web app, and the third one creates images for splash screens. The last command is optional, in case you have an icon for dark mode.

  • React PWA

    An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.

  • PWABuilder

    The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.

  • Project mention: Don't upload your PWA to the app stores | dev.to | 2024-01-10

    For a PWA to be listed in app stores, it must be wrapped within additional software. This wrapper tends to be less robust and not as finely tuned as mainstream browsers, a fact that even PWABuilder acknowledges.

  • metastream

    Watch streaming media with friends.

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

    A frontend library for Vue and React that helps developers quickly build fast, accessible, and beautiful storefronts. Made with 💚 by Vue Storefront team and contributors.

  • ReactiveTraderCloud

    Real-time FX trading showcase by Adaptive.

  • iptvnator

    :tv: Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.

  • Project mention: Hypnotix IPTV App | /r/ManjaroLinux | 2023-06-06
  • gatsby-advanced-starter

    A high performance skeleton starter for GatsbyJS with an advanced feature set.

  • Project mention: Gatsby starters: 30 free Gatsby templates for blazingly fast website building | dev.to | 2024-04-03

    GitHub source

  • vocechat-web

    VoceChat Web App

  • generator-ngx-rocket

    :rocket: Extensible Angular 14+ enterprise-grade project generator

  • Aurelia 2

    Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.

  • pwa-module

    Zero config PWA solution for Nuxt.js

  • flow

    Browser-based ePub Reader. (by pacexy)

  • pwa-starter

    Welcome to the PWABuilder pwa-starter! Looking to build a new Progressive Web App and not sure where to get started? This is what you are looking for!

  • Beatbump

    Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧

  • Project mention: On what side project you guys are working on? | /r/webdev | 2023-06-29

    The biggest is Beatbump (GitHub), a free privacy respecting YouTube Music frontend with the ability to self host it or use a public instance. Working on the latest refactor, which should be done soon!

  • bangle-io

    A web only WYSIWYG note taking app that saves notes locally in markdown format.

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

TypeScript Pwa related posts

  • Don't upload your PWA to the app stores

    1 project | dev.to | 10 Jan 2024
  • React-PWA got the latest Vite v5

    1 project | news.ycombinator.com | 23 Dec 2023
  • RetroAssembly, a browser-based vintage game collection viewer and emulator launcher

    1 project | /r/emulation | 10 Nov 2023
  • Show HN: RetroAssembly – build your retro game library in the browser

    1 project | news.ycombinator.com | 7 Nov 2023
  • Building a Game with Phaser

    3 projects | dev.to | 15 Sep 2023
  • Retro Assembly, a web app to play retro games with controller in browsers

    1 project | news.ycombinator.com | 5 Aug 2023
  • How To Generate Icons for a Progressive Web App from SVG File With a Single Command

    1 project | dev.to | 30 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 May 2024
    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. Learn more →

Index

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

Project Stars
1 Angular 94,660
2 Hoppscotch 60,433
3 Ionic Framework 50,450
4 Vue Storefront 10,451
5 amplify-js 9,361
6 builder 6,751
7 vite-plugin-pwa 2,777
8 pwa-asset-generator 2,638
9 React PWA 2,552
10 PWABuilder 2,453
11 metastream 2,438
12 storefront-ui 2,294
13 ReactiveTraderCloud 1,816
14 iptvnator 1,856
15 gatsby-advanced-starter 1,552
16 vocechat-web 1,548
17 generator-ngx-rocket 1,527
18 Aurelia 2 1,355
19 pwa-module 1,219
20 flow 1,193
21 pwa-starter 1,110
22 Beatbump 1,001
23 bangle-io 990

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