Skip to content

thecodacus/thecodacus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Typing SVG


GitHub followers LinkedIn Profile Views


About Me

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",
};



Flagship Project

Rendiv

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>;
}



Featured Projects

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.



Tech Stack


Languages

TypeScript JavaScript Python

Frontend & Frameworks

React Next.js Vite Three.js

Backend & Tools

Node.js Docker FFmpeg Git



GitHub Stats


  








About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors