TypeScript Browser

Open-source TypeScript projects categorized as Browser

Top 23 TypeScript Browser Projects

  1. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    Project mention: Webmentions Revisited: 5yrs later | dev.to | 2025-03-12

    So last time I wrote about integrating with Gridsome "The Jamstack framework for Vue.js" and a GrapQL solution; I've since moved my blog to Astro

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. slate

    A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)

    Project mention: SLATE Code editor with highlight | dev.to | 2024-11-07

    However, I had difficulties inserting editable BLOCKS with syntax highlighting for code. Yes, there is an official example, but at least for me, it's not very clear.

  4. fingerprintjs

    The most advanced browser fingerprinting library.

    Project mention: Websites waste CPU cycles and battery and Firefox lets them | news.ycombinator.com | 2025-02-15

    The websites opening an audio context without using it to play anything are probably doing bot detection.

    Different browser engines and operating systems implement audio processing differently, so if you play a completely inaudible sound and then record it back (from the API not the microphone) you end up with a signature.

    You can use that signature to see if the browser is lying about its user agent, running in headless mode, or all sort of other interesting edge cases that are not a real user buying widgets.

    https://github.com/fingerprintjs/fingerprintjs/blob/3201a7d6...

  5. feathers

    The API and real-time application framework

    Project mention: Show HN: Triplit – Open-source syncing database that runs on server and client | news.ycombinator.com | 2024-06-25

    This is just using sqlite under the hood and none of this will scale. Why build your own query builder as well when you could just hook in one of the many ORMs in the NPM ecosystem and add support for 50+ other databases. This also isn't really something you could drop into an existing project very easily. Overall, I'm not impressed.

    Here are some other options I prefer:

    https://feathersjs.com/

  6. Brain.js

    🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js

    Project mention: Hacktoberfest Machine Learning Projects for JS/TS Developers 🎃 | dev.to | 2024-10-16

    Repo Link: BrainWaves

  7. javascript-obfuscator

    A powerful obfuscator for JavaScript and Node.js

    Project mention: Material Theme has been pulled from VS Code's marketplace | news.ycombinator.com | 2025-02-25
  8. faker

    Generate massive amounts of fake data in the browser and node.js (by faker-js)

    Project mention: German Devs Strip Faker.js Creator from License – I'm Suing | news.ycombinator.com | 2025-02-22
  9. SaaSHub

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

    SaaSHub logo
  10. peerjs

    Simple peer-to-peer with WebRTC.

    Project mention: Bow to the rectangle | dev.to | 2025-02-12

    For solution #2 there is a much broader range of applications that are possible. Frameworks like Socket Supply Co and tools like PeerJS are also available. However designing a peer to peer application that is useful and accessible to ordinary users is going to be very hard.

  11. kysely

    A type-safe typescript SQL query builder

    Project mention: Composable SQL (Functors) | news.ycombinator.com | 2025-01-29
  12. socket.io-client

    Realtime application framework (client)

  13. gdbgui

    Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

  14. maxun

    Open-source no-code web data extraction platform. Turn websites to APIs & spreadsheets with no-code robots in minutes.

    Project mention: Maxun: Open-Source No-Code Web Data Extraction Platform | news.ycombinator.com | 2024-11-08
  15. onlook

    The open source Cursor for Designers. Design directly in your live React app and publish your changes to code.

    Project mention: Ask HN: AI powered website builder like Wix or Shopify? | news.ycombinator.com | 2025-02-23
  16. jose

    JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

    Project mention: 🍪 Cookies - A humbling auth experience | dev.to | 2024-07-22

    I could've used other jwt packages, such as jose which has operability in Nextjs's edge runtime but I was using another package built on top of the RPC framework which also relied on node so that wouldn't solve my problem.

  17. docx

    Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

  18. llm-scraper

    Turn any webpage into structured data using LLMs

    Project mention: llm-scraper VS parsera - a user suggested alternative | libhunt.com/r/llm-scraper | 2024-10-16
  19. grpc-web

    gRPC Web implementation for Golang and TypeScript (by improbable-eng)

  20. extension.js

    🧩 The cross-browser extension framework.

    Project mention: Plasmo – a framework for building modern Chrome extensions | news.ycombinator.com | 2024-08-20

    i built a chrome extension recently and i was evaluating/trying out different frameworks for building a browser extension.

    for anyone who is interested for an alternative to Plasmo, i chanced upon https://github.com/extension-js/extension.js

  21. studio

    A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.

    Project mention: Mathesar – An intuitive spreadsheet-like interface on Postgres | news.ycombinator.com | 2025-01-29

    Hi I'm one of the founders of Outerbase, just want to clarify a few things, seems like you might have some wrong information on Outerbase.

    Big fan of Mathesar by the way!

    1. We have a incredibly powerful CRUD editor on our table, in fact you can drag and drop and select multiple columns & rows, I haven't seen many other DB editors support this.

    2. We allow you to pick foreign key constraints from a dropdown as well.

    3. This is true.

    4. Outerbase is open-source with more and more features heading into our core offering there. https://github.com/outerbase/studio

  22. canvas-editor

    rich text editor by canvas/svg

    Project mention: Show HN: Rich Text Editor by Canvas/SVG | news.ycombinator.com | 2024-07-25
  23. happy-dom

    A JavaScript implementation of a web browser without its graphical user interface

    Project mention: The Future of Htmx | news.ycombinator.com | 2025-01-06

    We do have pseudo-browsers written in pure js that you can theoretically use:

    https://github.com/jsdom/jsdom

    https://github.com/capricorn86/happy-dom

    but they're about as reliable as you can expect: it's difficult to keep up the pace with the big three (or two) on standards compliance, and they usually don't even try.

    So the only reliable solution is a headless Chromium, Firefox, and/or WebKit-based noname browser like the sibling says.

    https://pptr.dev/guides/what-is-puppeteer

  24. remirror

    ProseMirror toolkit for React 🎉

  25. database-build

    In-browser Postgres sandbox with AI assistance (formerly postgres.new)

    Project mention: database.build v2: Bring-your-own-LLM | dev.to | 2024-12-06

    We've been hard at work since launching database.build(formerly postgres.new), and we're thrilled to unveil a lineup of new features, starting with: Bring-your-own-LLM.

  26. 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 Browser discussion

Log in or Post with

TypeScript Browser related posts

  • What is NoDB?

    3 projects | dev.to | 13 Mar 2025
  • Ask HN: AI powered website builder like Wix or Shopify?

    1 project | news.ycombinator.com | 23 Feb 2025
  • German Devs Strip Faker.js Creator from License – I'm Suing

    2 projects | news.ycombinator.com | 22 Feb 2025
  • Onlook: A React visual editor

    1 project | dev.to | 3 Feb 2025
  • Onlook – The open source Cursor for Designers

    1 project | news.ycombinator.com | 29 Jan 2025
  • Build your own AI operators like Open AI

    1 project | news.ycombinator.com | 28 Jan 2025
  • Database Tools 🛢️🔧 in 2024: A Year in Review 🗓️

    1 project | dev.to | 24 Dec 2024
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

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

# Project Stars
1 astro 49,693
2 slate 30,489
3 fingerprintjs 24,199
4 feathers 15,151
5 Brain.js 14,615
6 javascript-obfuscator 14,462
7 faker 13,591
8 peerjs 12,756
9 kysely 11,532
10 socket.io-client 10,619
11 gdbgui 10,011
12 maxun 9,534
13 onlook 8,831
14 jose 6,204
15 docx 4,694
16 llm-scraper 4,604
17 grpc-web 4,409
18 extension.js 4,139
19 studio 4,033
20 canvas-editor 4,012
21 happy-dom 3,677
22 remirror 2,843
23 database-build 2,727

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?