Data visualization,
made of living light.
Transform numbers, spreadsheets, or boring graph screenshots into mesmerizing 60 FPS particle visualizations. Export in 4K Ultra HD and video loops for pitch decks and social media.
Living Particle Physics in Action
Switch between chart modes below. Over 120,000 sub-pixel particles morph smoothly on your GPU in real time.
Use in Your Own React & Next.js Apps
Drop living 60 FPS particle charts directly into any Next.js or React codebase with zero config.
"use client";
import { useEffect, useRef } from "react";
import { ParticleChart } from "particle-charts";
export function LivingChart() {
const containerRef = useRef<HTMLDivElement>(null);
useEffect(() => {
if (!containerRef.current) return;
// 120,000 sub-pixel GPU particles simulated at 60 FPS
const chart = ParticleChart(containerRef.current, {
type: "bar",
background: "#000000",
theme: "dark",
responsive: true,
particle: { color: "#2ff0d6", size: 1.1, bloom: 0.8 },
data: {
labels: ["Apple", "NVIDIA", "Microsoft", "Alphabet", "Amazon"],
series: [{ name: "Market Cap ($T)", values: [3.45, 3.12, 3.08, 2.15, 1.95] }]
}
});
return () => chart.destroy();
}, []);
return (
<div
ref={containerRef}
className="w-full h-[500px] rounded-2xl bg-black overflow-hidden border border-white/10"
/>
);
}
Image & CSV Ingestion
Drop a screenshot of any existing chart or upload CSV data. Our vision pipeline extracts the categories and numbers directly into particles with zero manual transcription.
60 FPS Hardware Physics
Over 120,000 particles simulated simultaneously on GPU canvas. Includes bloom diffusion, Apple-style tilted dynamic typography, and adaptive fullscreen scaling.
Studio-Grade Export
Export 4K Ultra HD PNGs or smooth 60 FPS video loops at 14 Mbps. Ready for Apple Keynote, Google Slides, Twitter/X, or LinkedIn. Completely watermark-free.

Aasim Saifi
Full Stack Engineer & Creator of Charticles
I built Charticles because presentation graphs always felt cold, static, and rigid. I wanted to see data behave like living matter—with 60 FPS GPU particle physics, bloom diffusion, and zero paywalls or subscriptions. Charticles is 100% free forever and crafted for anyone who cares about visual craft.
Make your data unforgettable.
No account required. Open the studio and export your first living particle chart in under 30 seconds.