SkillAgentSearch skills...

Jsgrids

📦 🔍 👀   A comparison tool to compare JavaScript data grid and spreadsheet libraries

Install / Use

/learn @statico/Jsgrids

README

jsgrids

A List of JavaScript Spreadsheet and Data Grid Libraries - https://jsgrids.statico.io/

GitHub repo GitHub contributors GitHub last commit GitHub branch status

<img src="https://github.com/user-attachments/assets/16e159b1-fa27-4237-89c7-600f3aeaa250" width="600" alt="screenshot of the jsgrids web interface" />

Motivation

I build a lot of internal tools for data auditing and workflows, and every few months I end up looking for the best data grid or spreadsheet-like library for JavaScript. Other lists and sites are out of date and unmaintained. My goal here is to make the best list for all data grid and spreadsheet libraries for the top JavaScript frontend frameworks (1, 2). You're welcome to help!

Contributing

Pull requests are welcome to help keep this project up to date. Please make sure the Vercel build passes successfully.

Development

  1. Create a GitHub Personal Access Token. You don't need to give it any scopes -- it's just to increase the API rate limit.
  2. (Optional) Create an NPM Access Token for more reliable NPM API reads and to avoid rate limits.
  3. Make sure you have Node.js version 22 or later and the pnpm package manager installed.
  4. Checkout the repo, run pnpm install
  5. Create a .env file in the root directory with your tokens:
    GITHUB_TOKEN=your_github_token_here
    NPM_TOKEN=your_npm_token_here
    
  6. Run pnpm dev
  7. Go to http://localhost:3000/ and bask in the wild splendor that is jsgrids

Information on each library is in data/ and is parsed in lib/libraries.ts. Enjoy!

Miscellanous

  • jsgrids is hosted on Vercel
  • This project makes extensive use of Tailwind CSS, Next.js (with App Router), and TypeScript
  • Icons are from the various icon sets in react-icons
  • The GitHub corner thing is Tim Holman's fancy GitHub Corners thing
  • All library descriptions are adapted from each package's home page

License

This project is licensed under the MIT license.

View on GitHub
GitHub Stars228
CategoryDevelopment
Updated16h ago
Forks28

Languages

TypeScript

Security Score

100/100

Audited on Mar 27, 2026

No findings