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 →
Top 23 TypeScript Browser Projects
-
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
-
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.
-
slate
A completely customizable framework for building rich text editors. (Currently in beta.) (by ianstormtaylor)
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.
-
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...
-
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/
-
Project mention: Hacktoberfest Machine Learning Projects for JS/TS Developers 🎃 | dev.to | 2024-10-16
Repo Link: BrainWaves
-
Project mention: Material Theme has been pulled from VS Code's marketplace | news.ycombinator.com | 2025-02-25
-
Project mention: German Devs Strip Faker.js Creator from License – I'm Suing | news.ycombinator.com | 2025-02-22
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
-
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.
-
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 -
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 -
jose
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
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.
-
docx
Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
-
Project mention: llm-scraper VS parsera - a user suggested alternative | libhunt.com/r/llm-scraper | 2024-10-16
-
-
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
-
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-29Hi 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
-
-
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
-
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
TypeScript Browser discussion
TypeScript Browser related posts
-
What is NoDB?
-
Ask HN: AI powered website builder like Wix or Shopify?
-
German Devs Strip Faker.js Creator from License – I'm Suing
-
Onlook: A React visual editor
-
Onlook – The open source Cursor for Designers
-
Build your own AI operators like Open AI
-
Database Tools 🛢️🔧 in 2024: A Year in Review 🗓️
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 18 Mar 2025
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 |