TypeScript Data

Open-source TypeScript projects categorized as Data

Top 23 TypeScript Data Projects

  1. firecrawl

    The Web Data API for AI - Turn entire websites into LLM-ready markdown or structured data πŸ”₯

    Project mention: Why we started sampleapp.ai | dev.to | 2025-06-23

    Just a few days ago, Eric - CEO of Firecrawl - announced that they were closing down their previous startup, Mendable in this article and Hassan was promoted to the Director of Developer Relations in this post, both of whom post sample applications they build on a daily basis. These recent posts are testament to the prolific impact of sample applications on the adoption of Firecrawl and Together.ai.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. TanStack Query

    πŸ€– Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

    Project mention: Troubleshooting TRPC data flicker: From recognizing the problem to fixing it | dev.to | 2025-07-19

    isLoading: As explained in this comment by TkDoDo and the source code, isLoading is determined by the combination of status and fetchStatus:

  4. SWR

    React Hooks for Data Fetching

    Project mention: Stop Fetching Data in useEffect: You’re Not Writing jQuery Anymore | dev.to | 2025-07-22

    Meanwhile, with TanStack Query / RTK Query / SWR the pattern is declarative:

  5. faker

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

    Project mention: Supercharge Frontend Development with MSW, OpenAPI, and AI-Generated Mocks | dev.to | 2025-06-12

    You can combine MSW with data generators like faker.js or rosiejs. In this post, we'll use faker.js, as it's the more up-to-date and actively maintained library.

  6. tinybase

    A reactive data store & sync engine.

    Project mention: Sync Engines Are the Future | news.ycombinator.com | 2025-03-21
  7. Glide Data Grid

    πŸš€ Glide Data Grid is a no compromise, outrageously fast react data grid with rich rendering, first class accessibility, and full TypeScript support.

    Project mention: Infinite Pixels | news.ycombinator.com | 2025-08-07

    As noted by another comment here [0], when you use a virtual DOM/canvas based "infinite" data grid such as Glide Data Grid [1] or TanStack Virtual [2], you get the performance/usability of native scrollbars because under the hood, both of those libraries create scrollable DIVs with a very large height. ie, you're scrolling a big empty div, and a viewport into the "infinite" grid is actually drawn in the canvas.

    But this does fall apart for very very large grids, as you get close to the height limit described in this article.

    I also ended up re-implementing scrollbars, but it's super janky - and even more so on mobile where you lose the "flick"/inertia/momentum touch gestures (or you have to re-implement them at your peril).

    Are there any other tricks/libraries that tackle this? Thanks!

    [0] https://news.ycombinator.com/item?id=44825028

    [1] https://github.com/glideapps/glide-data-grid

    [2] https://tanstack.com/virtual/latest

  8. falso

    All the Fake Data for All Your Real Needs πŸ™‚

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. graphic-walker

    An open source alternative to Tableau. Embeddable visual analytic

    Project mention: A simple way to explore data through a Tableau-like UI directly in your data app | news.ycombinator.com | 2024-12-30

    Contributor to panel-graphic-walker and Panel here.

    Its actually primarily a wrapper around graphic-walker https://github.com/Kanaries/graphic-walker as we have optimized the implementation for Panel usage in notebooks and data apps.

    Its built on Panel https://panel.holoviz.org/index.html which is "The Powerful Data Exploration & Web App Framework for Python". Its a fully open source and community driven project. Part of the larger HoloViz https://github.com/holoviz/holoviz ecosystem for data visualization.

    My motivation for creating the panel-graphic-walker extension is that its one of the most powerful ways in Python to let users interactively, explore large datasets as it can send heavy calculations to the backend instead of transferring all data to the frontend.

  11. eidos

    An extensible framework for Personal Data Management.

  12. generatedata

    A powerful, feature-rich, random test data generator.

    Project mention: Master SQL with These Handy Tools, Tips, and Tricks | dev.to | 2025-04-12

    When you're learning SQL or testing queries, having access to realistic mock data is essential. Tools like Mockaroo and GenerateData can quickly create large datasets that you can upload into your database. You can define custom fields like names, dates, and even randomly generated emails to match your needs.

  13. malloy

    Malloy is an experimental language for describing data relationships and transformations.

    Project mention: Malloy: An open-source language for analyzing, transforming, and modeling data | news.ycombinator.com | 2025-06-13
  14. pretzelai

    The modern replacement for Jupyter Notebooks

  15. AnyCrawl

    AnyCrawl πŸš€: A Node.js/TypeScript crawler that turns websites into LLM-ready data and extracts structured SERP results from Google/Bing/Baidu/etc. Native multi-threading for bulk processing.

    Project mention: Show HN: AnyCrawl – Now supports screenshot capture and multiple output formats | news.ycombinator.com | 2025-06-17
  16. zui

    Zui is a powerful desktop application for exploring and working with data. The official front-end to the Zed lake.

  17. react-spreadsheet

    Simple, customizable yet performant spreadsheet for React

  18. quilt

    Quilt is a data mesh for connecting people with actionable data

  19. terriajs

    A library for building rich, web-based geospatial 2D & 3D data platforms.

    Project mention: Ask HN: Who is hiring? (February 2025) | news.ycombinator.com | 2025-02-03
  20. mosaic

    An extensible framework for linking databases and interactive views. (by uwdata)

    Project mention: Embedding Atlas: a scalable way to explore text embeddings | news.ycombinator.com | 2025-05-14

    There have been several projects over the past few years to make text embeddings visually explorable (notably Nomic.ai's Nomic Atlas). However, Apple's just released a tool that makes this kind of analysis super accessible and insanely interactive.

    Under the hood it's powered by Mosaic[0], a dataviz library built on top of DuckDB that's designed to handle coordinated interactive plots over huge datasets, the kind of thing where you interact with one plot and the rest all respond, which requires going back to the database to recalculate all the aggregations.

    I've been fanboying Mosaic for the past year but finally have this to point to as an illustration of what's possible with it.

    [0]: https://idl.uw.edu/mosaic

  21. latitude

    Developer-first embedded analytics

  22. query

    πŸš€ Powerful asynchronous state management, server-state utilities and data fetching for Angular Applications (by ngneat)

  23. vscode-data-preview

    Data Preview 🈸 extension for importing πŸ“€ viewing πŸ”Ž slicing πŸ”ͺ dicing 🎲 charting πŸ“Š & exporting πŸ“₯ large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files

  24. table

    A web-based(canvas) JavaScript Table (by wolf-table)

  25. buster

    Buster is an open-source platform for deploying AI data analysts (by buster-so)

    Project mention: Buster: An open-source platform for deploying AI data analysts | news.ycombinator.com | 2025-05-08
  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 Data discussion

Log in or Post with

TypeScript Data related posts

  • Show HN: FilterQL – A tiny query language for filtering structured data

    1 project | news.ycombinator.com | 24 Aug 2025
  • Open Sourcing Shaper: Minimal Data Platform for Embedded Analytics

    1 project | news.ycombinator.com | 5 Aug 2025
  • Why we started sampleapp.ai

    1 project | dev.to | 23 Jun 2025
  • Malloy: An open-source language for analyzing, transforming, and modeling data

    1 project | news.ycombinator.com | 13 Jun 2025
  • Supercharge Frontend Development with MSW, OpenAPI, and AI-Generated Mocks

    2 projects | dev.to | 12 Jun 2025
  • Angular v20 is 35% faster, Remix v3 is breaking up with React, and the future of JavaScript

    2 projects | dev.to | 1 Jun 2025
  • Master SQL with These Handy Tools, Tips, and Tricks

    2 projects | dev.to | 12 Apr 2025
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 2 Sep 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more β†’

Index

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

# Project Stars
1 firecrawl 52,769
2 TanStack Query 46,451
3 SWR 31,870
4 faker 14,234
5 tinybase 4,696
6 Glide Data Grid 4,552
7 falso 3,313
8 graphic-walker 2,914
9 eidos 2,801
10 generatedata 2,261
11 malloy 2,207
12 pretzelai 2,158
13 AnyCrawl 2,101
14 zui 1,882
15 react-spreadsheet 1,508
16 quilt 1,346
17 terriajs 1,280
18 mosaic 1,113
19 latitude 923
20 query 611
21 vscode-data-preview 578
22 table 555
23 buster 440

Sponsored
Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com