Skip to content

xosnrdev/carai

Repository files navigation

Carai

A collaborative coding web application.

This is an independent rewrite inspired by P2PCoder.

Features

  • Multi-language Support
  • Improved User Interface
  • Basic IDE Support
  • Remote Code Execution

Quick Start

git clone https://github.com/xosnrdev/carai.git
cd carai
pnpm install
pnpm --filter web dev

Open http://localhost:3000 in your browser.

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT License

Acknowledgments

Inspired by the concepts introduced in P2PCoder.