A lightweight and intuitive data-visualisation & analysis toolkit built with TypeScript and React.
Designed to empower developers and analysts to explore, visualise and transform datasets quickly — with minimal setup.
- Effortless dataset import (CSV, JSON) and preview.
- Visualise key statistics and distributions at a glance.
- Build custom charts and graphs with a simple, extensible API.
- Apply data transformations and filters interactively.
- Built with modern tech: TypeScript, React, TailwindCSS for rapid UI & dev experience.
- Deploy ready: optimized for modern web workflows (see
next.config.mjs).
- Node.js (v16 +) and npm / pnpm.
- Basic knowledge of React/TS to plug in custom components or logic.
# Clone the repo
git clone https://github.com/aviral-hub/datavtool.git
cd datavtool
# Install dependencies (using pnpm)
pnpm install
# Run in development mode
pnpm dev