TypeScript Browser

Open-source TypeScript projects categorized as Browser

Top 23 TypeScript Browser Projects

  • astro

    The web framework for content-driven websites. โญ๏ธ Star to support our work!

  • Project mention: Website Optimization Using Strapi, Astro.js and OpenAI | dev.to | 2024-05-08

    We'll use several interesting technologies to achieve this: Strapi CMS to take care of the content management and backend, Astro which is a great new technology for quickly creating blazing fast frontend apps, and ChatGPT to provide the article summaries.

  • slate

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

  • Project mention: 5 Not-So-Typical React Libraries for an Outstanding Project | dev.to | 2023-08-03
  • 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
  • fingerprintjs

    Browser fingerprinting library. Accuracy of this version is 40-60%, accuracy of the commercial Fingerprint Identification is 99.5%. V4 of this library is BSL licensed.

  • Project mention: Should I Open Source my Company? | news.ycombinator.com | 2024-01-22
  • feathers

    The API and real-time application framework

  • Project mention: Ask HN: Can anyone suggest few open source projects for SaaS Boilerplate? | news.ycombinator.com | 2024-04-17

    For backend this might help https://feathersjs.com. Iโ€™m not affiliated with them, just a happy user.

  • Brain.js

    ๐Ÿค– GPU accelerated Neural networks in JavaScript for Browsers and Node.js

  • Project mention: JavaScript Libraries for Implementing Trendy Technologies in Web Apps in 2024 | dev.to | 2024-04-09

    Brain.js

  • javascript-obfuscator

    A powerful obfuscator for JavaScript and Node.js

  • Project mention: Need ideas with modding TCOAAL | /r/CoffinofAndyandLeyley | 2023-12-06

    I don't need/use IDA, Nemlei just used https://obfuscator.io/, which just obfuscates the crap out of the code using various known methods (which I won't go into detail, it's public knowledge) and an un-obfuscation was cooked up by others. The one fucked-up thing the website does is randomizing function names, it just changes every variable/function name. We can't "un-obfuscate" those, so it's up to our brains to figure out what the code does, and change the names back.

  • peerjs

    Simple peer-to-peer with WebRTC.

  • Project mention: Show HN: I built a website to share files and messages without any server | news.ycombinator.com | 2024-05-05

    look at https://peerjs.com that this the project is using.

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

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

  • Project mention: Easily create mock data for unit tests ๐Ÿงช | dev.to | 2024-02-15

    Instead of manually having to think of defaults for your interface properties, you could use Faker.

  • socket.io-client

    Realtime application framework (client)

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

  • kysely

    A type-safe typescript SQL query builder

  • Project mention: Swift sucks at web serving or does it? | news.ycombinator.com | 2024-05-15

    The most interesting JS DB lib I came across was https://github.com/kysely-org/kysely but still didn't feel as good as EF Core.

  • jose

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

  • Project mention: ๐Ÿš€ Top 12 Open Source Auth Projects Every Developer Should Know ๐Ÿ”‘ | dev.to | 2023-12-06

    JWT - jose

  • grpc-web

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

  • Project mention: Full Stack Forays with Go and gRPC | dev.to | 2023-06-05

    A proxy is required to communicate from web clients to a server running gRPC, and there are only two choices for this proxy: a. The Improbable gRPC-Web client or b. The Google gRPC-Web client

  • docx

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

  • Project mention: Ajuda docx | /r/programacao | 2023-06-19
  • happy-dom

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

  • Project mention: Vitest In-Source Testing for SFC in Vue? | dev.to | 2024-04-16

    Next weโ€™ll install Vitest and happy-dom to the project by running:

  • extension.js

    ๐Ÿงฉ Plug-and-play, zero-config, cross-browser extension development tool.

  • Project mention: Show HN: I made a CLI tool to create web extensions with no build configuration | news.ycombinator.com | 2024-04-30

    FWIW there's an existing issue for "firefox support" which you can subscribe to in order to be notified when this feature lands.

    https://github.com/cezaraugusto/extension.js/issues/5

  • remirror

    ProseMirror toolkit for React ๐ŸŽ‰

  • Project mention: Launch HN: Tiptap (YC S23) โ€“ Toolkit for developing collaborative editors | news.ycombinator.com | 2023-08-01

    We have been using Tiptap in production for more than a year in Notesnook[0]. Glad to see it finally launching here on HN!

    We have had quite a long and rough ride in search of a stable rich text editor. We began with Quill.js then migrated to TinyMCE and then finally settled on Prosemirror. Unfortunately, contenteditable is still absolutely horrible on web browsers, especially mobile ones.

    Tiptap is a good choice if you are looking for a framework agnostic and thin abstraction over Prosemirror. However, if you are primarily working with React you should go with Remirror[1]. Tiptap's APIs are heavily inspired by Remirror (almost a duplicate in some places). Remirror takes the edge on the maturity and stability of the API and extensions. The sheer number of utilities offered by them to simplify Prosemirror's APIs is astounding.

    In the end, though, its Prosemirror that's doing all the heavy lifting. And no matter how many abstractions you put on it, you will have to get really, really close in with Prosemirror's internals. Tiptap or Remirror do not make that any easier or harder aside from the initial bootstrapping.

    [0] https://notesnook.com

    [1] https://remirror.io

  • azure-sdk-for-js

    This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

  • otplib

    :key: One Time Password (OTP) / 2FA for Node.js and Browser - Supports HOTP, TOTP and Google Authenticator

  • web

    React hooks done right, for browser and SSR. (by react-hookz)

  • Project mention: UseHooks โ€“ A Collection of Server Component Safe React Hooks | news.ycombinator.com | 2023-05-30

    From what I've been able to tell, that lib is unmaintained and one of the original authors left and created this โ€“ https://github.com/react-hookz/web.

    A lot of older hook libs "break the rules" of React by doing some weird stuff like silencing useEffects deps array, reading refs in render, etc. We tried to avoid that so useHooks will be future proof.

  • vytal-extension

    Browser extension to spoof timezone, geolocation, locale and user agent.

  • llm-scraper

    Turn any webpage into structured data using LLMs

  • Project mention: Show HN: Extracting structured data from the web with LLMs | news.ycombinator.com | 2024-05-01

    [3] https://github.com/mishushakov/llm-scraper/

  • gitbeaker

    ๐ŸฆŠ๐Ÿงช A comprehensive and typed Gitlab SDK for Node.js, Browsers, Deno and CLI

  • 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 related posts

  • Show HN: Extracting structured data from the web with LLMs

    2 projects | news.ycombinator.com | 1 May 2024
  • Ask HN: Why don't browsers just build a non-JS interpreter?

    4 projects | news.ycombinator.com | 10 Jan 2024
  • Polly.js โ€“ Record, replay, and stub HTTP interactions

    2 projects | news.ycombinator.com | 8 Jan 2024
  • Bun, JavaScript, and TCO

    4 projects | news.ycombinator.com | 31 Dec 2023
  • NextJs and Kysely

    5 projects | dev.to | 28 Dec 2023
  • Amazon Passkeys: Response to Consumer Demand with Poor Implementation

    2 projects | news.ycombinator.com | 17 Oct 2023
  • Front-End Prototyping - Mock JSON Data Provider

    1 project | /r/sveltejs | 16 Oct 2023
  • A note from our sponsor - SurveyJS
    surveyjs.io | 16 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 Browser projects in TypeScript? This list will help you:

Project Stars
1 astro 42,834
2 slate 29,059
3 fingerprintjs 21,011
4 feathers 14,942
5 Brain.js 14,198
6 javascript-obfuscator 12,853
7 peerjs 12,013
8 faker 11,857
9 socket.io-client 10,559
10 gdbgui 9,708
11 kysely 9,428
12 jose 4,892
13 grpc-web 4,341
14 docx 3,955
15 happy-dom 2,958
16 extension.js 2,908
17 remirror 2,630
18 azure-sdk-for-js 1,943
19 otplib 1,846
20 web 1,840
21 vytal-extension 1,766
22 llm-scraper 1,492
23 gitbeaker 1,475

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