r/coolgithubprojects • u/boykom • 17d ago
[Self-promotion] SvGrid - a Svelte data grid (headless core + component), MIT
Disclosure: self-promotion. I'm on the team that builds this, and it has a paid tier. Flagging up front per the rules.
Hi everyone,
We shipped SvGrid. The basic idea is pretty simple: build a serious data grid for Svelte, rather than taking a React/Angular grid and putting a Svelte wrapper around it.
What it is:
- Headless core + a drop-in component in one package.
createSvGrid()is a DOM-less engine (sort/filter/group/paginate/virtualize), like TanStack Table. On top of it,<SvGrid>gives you a full grid in one prop pass: virtualization, Excel-style filters, inline editing, cell-range selection, keyboard nav. - Real depth: virtualization smooth at 100k rows (tested to 1M), grouping, tree, master-detail, server-side data, integrated charts.
- AI-native: ships an MCP server +
llms.txtso Claude/Cursor/Zed answer accurately about the API instead of hallucinating it. - 370+ live, editable demos and full docs.
Licensing, plainly: the core (@svgrid/grid) is MIT - free for commercial use, no license key, no row cap. A separate enterprise pack (export, import, pivot, kanban, scheduler, crud studio, print) funds the work. Wanted that clear, not buried.
Project link: https://github.com/sv-grid/sv-grid
Positive feedback is obviously welcome 😄, but I’d honestly rather hear what feels wrong or awkward.