agent active

vibecode-playground

Maker: Aestheticsuraj234 License: MIT Stars: 145 First released: 2025-05-05 Language: TypeScript
CLI IDE Web

About

Vibecode Playground exists to put a working development environment plus AI assistance into a browser tab without cloud AI dependencies: WebContainers execute the project inside the browser, so no server-side sandbox is needed, and suggestions come from a locally running Ollama model rather than a hosted API. The interface combines a Monaco editor with AI completions, an embedded xterm terminal, a custom file explorer, and an AI chat panel that can read project files to explain or refactor code; project templates cover React, Next.js, Express, Hono, Vue, and Angular, with NextAuth handling Google/GitHub sign-in and MongoDB storing projects. Students and developers experimenting with in-browser AI IDEs use it as a self-hosted playground or starting point; it is MIT-licensed, modest in maturity (62 commits, no releases), and its roadmap lists collaboration, a plugin system, and one-click deployment.