const anirban = { role: "Software Engineer", focus: ["AI Agents", "Full Stack Web", "Open Source"], stack: { languages: ["TypeScript", "Python", "JavaScript"], frontend: ["React", "Next.js", "Vite"], backend: ["Node.js", "FastAPI", "Express"], ai: ["LLM Agents", "Generative AI", "LangChain"], }, currentlyBuilding: "Rendiv — the video editor built for AI", };
The video editor built for AI.
npm version License GitHub stars
Create videos programmatically with React & TypeScript — designed for AI agents,
LLM pipelines, and automated video production. Pure code. No GUI required.
// Write React. Get video. export function MyVideo() { const frame = useFrame(); const opacity = interpolate(frame, [0, 30], [0, 1]); return <h1 style={{ opacity }}>Hello World</h1>; }
Code-first video rendering framework. Write React components, get MP4s. Built for AI agents and automated video pipelines.
Core contributor to the open-source AI-powered full-stack web development platform.
Browser-based coding environments — bringing the power of containers to the web.
Exploring the frontier of generative AI agents and autonomous tool use.
Languages
Frontend & Frameworks
Backend & Tools