A modern React component development platform that combines visual editing with AI-powered code analysis
- โ Slow component development - Hours spent on boilerplate code
- โ Inconsistent code quality - Manual reviews miss critical issues
- โ Poor developer experience - Context switching between editor and browser
- โ Limited AI integration - Existing tools lack intelligent insights
- โ Visual Component Builder - Drag, drop, and see changes instantly
- โ AI-Powered Code Analysis - Get intelligent suggestions in real-time
- โ Live Preview - See your components render as you build them
- โ Zero Configuration - Start building in under 30 seconds
|
|
|
|
- Frontend: React 18+ with TypeScript, Vite for blazing fast builds
- Backend: Node.js/Express API server with OpenAI integration
- AI Engine: OpenRouter with multiple model support (GPT, Claude, etc.)
- Styling: Tailwind CSS with custom design system
- State Management: React hooks with local state optimization
- Build System: Vite with optimized chunking and tree-shaking
# Clone the repository
git clone https://github.com/Adi4512/runable-on-steroid.git
# Navigate to project
cd runable-on-steroid
# Install dependencies
npm install
# Start the development server
npm run dev
# Start the AI backend
cd backend && npm install && npm startCreate your environment files:
Frontend (.env)
VITE_BACKEND_URL=http://localhost:3000Backend (backend/.env)
OPENAI_API_KEY=your_openai_api_key_here
PORT=3000# Deploy frontend to Vercel
vercel deploy
# Deploy backend to Render
# Push to GitHub and connect to Render- โ Visual component editor
- โ AI-powered code analysis
- โ Real-time preview
- โ Export functionality
- ๐ Component Library - Pre-built components marketplace
- ๐ Team Collaboration - Real-time multiplayer editing
- ๐ Version Control - Git integration and history
- ๐ Advanced AI - Custom model training
- ๐ฎ Design to Code - Convert Figma designs to React
- ๐ฎ Performance Analytics - Real-time performance insights
- ๐ฎ Enterprise Features - SSO, audit logs, compliance
- ๐ฎ Mobile App - Build components on the go
We welcome contributions from developers worldwide! Here's how you can help:
- ๐ Report bugs - Help us improve the platform
- ๐ก Suggest features - Shape the future of ReactRun AI
- ๐ง Submit PRs - Fix issues and add new features
- ๐ Improve docs - Help other developers get started
# Fork the repository
# Create a feature branch
git checkout -b feature/amazing-feature
# Make your changes
# Commit with conventional commits
git commit -m "feat: add amazing feature"
# Push to your fork
git push origin feature/amazing-feature
# Open a Pull Request- First Contentful Paint: < 1.5s
- Largest Contentful Paint: < 2.5s
- Cumulative Layout Shift: < 0.1
- Time to Interactive: < 3s
- Bundle Size: Optimized with code splitting
| Platform | Link | Description |
|---|---|---|
| ๐ Website | runreactai.vercel.app | Try live |
| ๐ฆ Twitter | @adisha_10 | Latest updates & tips |
| ๐ง Email | adityasharma4510@gmail.com | Enterprise inquiries |
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ๐ by developers, for developers. Join the future of React development.