Beautiful, customizable orbital animation widgets that bring your web applications to life. Built for modern frameworks and powered by the Appsations SDK.
Adjust colors, speed, particle count, and more. Perfect for matching your brand identity.
Automatically adapts to any screen size. Works seamlessly on mobile, tablet, and desktop.
Canvas-based rendering with optimized animations. Smooth 60fps performance guaranteed.
Simple ES module imports. Works with React, Next.js, Vue, and vanilla JavaScript.
Visualize repository data, project metrics, or any custom data with dynamic particles.
Generate iframe embed codes to share animations anywhere on the web.
Try out our pre-built animation experiences
Get started in seconds with our simple API
Import from the Appsations SDK or use directly from our CDN:
import { initOrbWidget } from '@appsations/animations';
const canvas = document.getElementById('animation');
const container = document.getElementById('widget-container');
initOrbWidget({
canvas,
container,
accentColor: '#6fe3f3',
speedMultiplier: 1,
particleCount: 60
});
View full documentation on GitHub
Explore the interactive widget, customize your animation, and generate embed code for your site.