Veltix - Data Visualization Dashboard Builder
Veltix is a modern data visualization dashboard building tool that enables you to create pixel-perfect, interactive dashboards with real-time data updates. Built with React, TypeScript, and ECharts, it provides a powerful yet intuitive platform for building professional data visualization solutions.
โจ Key Features
- ๐จ Free Layout System: Drag, resize, and rotate components with pixel-perfect precision
- ๐ Rich Component Library: Built-in charts, tables, KPI cards, and visualization components
- ๐ Multi-Data Source Support: Connect to APIs, CSV files, PostgreSQL, Google Sheets, and more
- โก Real-time Updates: Three update modes - static, polling, and WebSocket push
- ๐ Theme Customization: Light/dark themes with customizable color schemes
- ๐ Interactive Linkage: Click-to-filter and highlight data across components
๐ Quick Start
Get started with Veltix in minutes:
Installation
pnpm install veltixUsage
import { Veltix } from 'veltix'
import 'veltix/veltix.css'
export const MyVeltix = () => {
return <Veltix />
}๐ Technology Stack
- Frontend: Next.js + React + TypeScript
- Styling: TailwindCSS + shadcn/ui
- Charts: ECharts for React
- Real-time: Socket.IO + Redis Pub/Sub
- Build Tool: Turborepo + pnpm

๐ Whatโs Next?
- Getting Started - Set up your first dashboard
- Features - Explore all available features
- Tutorials - Step-by-step guides
- API Reference - Complete API documentation
Last updated on