An AI-powered collaborative code editor prototype built with TypeScript and React. The project explores real-time coding workflows, language-aware editing, and AI-assisted development panels.
- Code editor interface with reusable React components
- AI assistant and chat panels
- Language selector and developer-focused UI
- Google AI/Gemini service integration layer
- Vite-powered TypeScript frontend
- TypeScript
- React
- Vite
- Google AI / Gemini integration
- Modern component architecture
npm install
npm run devCreate a local .env file if the app requires an API key:
VITE_GEMINI_API_KEY=your_gemini_api_key_hereOpen the local Vite URL, select a language, and use the AI assistant panels to explore code-editing workflows.
Add product screenshots under a future screenshots/ folder.
Contributions are welcome. Never commit real API keys; use .env.example for required configuration.
MIT