Projects
MetaCreate
HomeLive
AI media generation, at scale

- NestJS
- FastAPI
- Redis
- Prisma
- AWS
MetaCreate is a live, production AI-media platform: point it at a prompt and it can generate images, video, audio or 3D assets through 45+ underlying models, orchestrated behind a single interface.
The hard part isn't calling one model - it's running dozens of them behind async agentic pipelines that stay fast and predictable under load. Job queues and cache layering (Redis) keep response times under 200ms even as request volume scales, and the backend (NestJS, FastAPI, Prisma) is built for horizontal scalability rather than a single fat server.
Highlights
- 45+ AI models integrated across image, video, audio and 3D generation
- Sub-200ms response times targeted at 99.9% uptime
- 40% latency reduction via job queues and cache layering across 50K+ requests/month