No Sign-up • Zero Watermarks • 100% Free Forever

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.

120,000 GPU Particles
AI Vision Ingestion
4K Ultra HD & Video Loops
Explore Interactive Demo
Interactive Live Preview

Living Particle Physics in Action

Switch between chart modes below. Over 120,000 sub-pixel particles morph smoothly on your GPU in real time.

Tech Giants Market Cap ($T)
Click any tab above to see real-time particle morphingEdit this chart in Studio
Developer-First & Open Source

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.

LivingChart.tsx (React Component)React 18 & 19
npm i particle-charts
LivingChart.tsx
"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"
    />
  );
}
Need custom data or colors? Configure visually in Studio and export code in 1 click.Open Studio Code Exporter

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.

Vision AI + CSV Table

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.

Sub-pixel Bloom & Motion

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.

Ultra HD PNG + 60fps WebM
Aasim Saifi
Built by an Independent Creator

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.