Airtable in one HTML file
Rowpack turns CSV, TSV or JSON into a private, editable data app that lives entirely inside one HTML file.
What ships in 0.1.0
- Editable grid, draggable Kanban and gallery views
- Search, sorting, record creation, duplication and deletion
- Undo/redo and keyboard shortcuts
- Direct HTML saving with a download fallback
- Safe CSV export and automatic field-type inference
- Responsive mobile layout and reduced-motion support
- Zero runtime network requests and a restrictive Content Security Policy
Try it
Open the live demo or run the release without a global install:
pnpm dlx https://github.com/victus17/rowpack/releases/download/v0.1.0/rowpack-0.1.0.tgz your-data.csvThe attached rowpack-demo.html is the complete app—download it and double-click.
Verification
This release passed formatting, linting, strict TypeScript checks, 11 unit tests, 10 desktop/mobile browser tests, three-view accessibility audits and a production dependency audit.
Use SHA256SUMS.txt to verify the attached package and demo:
shasum -a 256 -c SHA256SUMS.txt