Rigpaz is an AI-powered browser IDE that delivers a complete coding environment without requiring users to install anything locally.
Instead of being "just another online editor", Rigpaz spins up a real Node.js runtime inside the browser using WebContainers, giving developers access to:
- Monaco Editor
- AI coding assistant
- Integrated Terminal
- Live Preview
- File Explorer
- GitHub Repository Import
- AI File Attachments
- Shareable Projects
- Autosave
- Command Palette
Everything happens directly inside the browser.
Ask coding questions directly inside your project.
- Context aware conversations
- Markdown responses
- Project history
- File attachment support
- Persistent chat
Instead of explaining your code...
Attach it.
Rigpaz lets the AI read selected project files before generating responses.
Perfect for:
- Debugging
- Code reviews
- Refactoring
- Architecture discussions
Powered by Microsoft's Monaco Editor.
Features include:
- Syntax highlighting
- IntelliSense
- Multiple tabs
- Themes
- Fast editing experience
Ghost-text suggestions powered by AI.
Like GitHub Copilot, directly inside Monaco.
A real terminal powered by:
- xterm.js
- WebContainers
Run commands like:
npm install
npm run dev
node index.jswithout installing Node locally.
Rigpaz isn't a fake playground.
It boots a real Node.js environment inside the browser.
That means:
- npm
- package.json
- build tools
- frameworks
- live servers
all work naturally.
See your application update instantly while developing.
No external tooling required.
Start instantly with ready-made projects.
Includes:
- React
- Next.js
- Vue
- Angular
- Express
- Hono
Paste a public GitHub repository.
Rigpaz automatically creates a playground from it.
No cloning.
No setup.
Generate public share links.
Others can explore your project without creating an account.
Changes are automatically saved.
Never lose work.
Quick keyboard-driven workflow inspired by VS Code.
| Category | Technology |
|---|---|
| Framework | Next.js 16 |
| Language | TypeScript |
| UI | React 19 |
| Styling | Tailwind CSS v4 |
| Components | shadcn/ui |
| Database | MongoDB |
| ORM | Prisma |
| Authentication | Auth.js v5 |
| Editor | Monaco |
| Runtime | WebContainers |
| Terminal | xterm.js |
| AI Chat | Groq |
| Code Completion | Mistral Codestral |
| Deployment | Vercel |
Add screenshots here.
Landing Page
Editor
Terminal
AI Chat
Live Preview
GitHub Import
Clone the repository
git clone https://github.com/othzer/rigpaz.gitMove into the project
cd rigpazInstall dependencies
npm installCreate environment variables
cp .env.example .envGenerate Prisma client
npx prisma generateStart development server
npm run devRigpaz requires:
DATABASE_URL
AUTH_SECRET
AUTH_GITHUB_ID
AUTH_GITHUB_SECRET
AUTH_GOOGLE_ID
AUTH_GOOGLE_SECRET
GROQ_API_KEY
MISTRAL_API_KEY
See .env.example for the complete configuration.
app/
components/
actions/
lib/
prisma/
hooks/
types/
public/
Most online editors either:
β Don't have a real runtime
β Can't run npm
β Don't support AI properly
β Require complicated setup
Rigpaz combines all of these into a single seamless experience.
- Multiple AI providers
- Collaborative editing
- Git integration
- Docker support
- Workspace management
- Extension marketplace
- AI Agent mode
- Multi-file code generation
Contributions are always welcome.
- Star the repository
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a Pull Request
If you found Rigpaz useful,
please consider giving the repository a β.
It helps more than you think.
Stanzin Othzer
Built with β€οΈ using Next.js, WebContainers, Monaco, Prisma, Groq and Mistral.
Proprietary β Β© OtzrLabs. All rights reserved.