{"id":24901054,"url":"https://github.com/mohammadshamchi/ai-react-playground","last_synced_at":"2026-04-20T09:03:11.150Z","repository":{"id":275077889,"uuid":"924984317","full_name":"MohammadShamchi/ai-react-playground","owner":"MohammadShamchi","description":"🤖 The perfect playground for testing AI-generated React components. Built for ChatGPT/Claude users to instantly test and iterate on AI-created components.","archived":false,"fork":false,"pushed_at":"2025-01-31T03:15:57.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T18:18:22.261Z","etag":null,"topics":["ai-testing","ai-tools","chatgpt","claude-ai-generated-code","react","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohammadShamchi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-31T01:54:38.000Z","updated_at":"2025-01-31T03:16:00.000Z","dependencies_parsed_at":"2025-01-31T04:18:42.859Z","dependency_job_id":"cb1fe816-8a7e-4bee-be29-a12892052a4d","html_url":"https://github.com/MohammadShamchi/ai-react-playground","commit_stats":null,"previous_names":["mohammadshamchi/ai-react-playground"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShamchi%2Fai-react-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShamchi%2Fai-react-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShamchi%2Fai-react-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShamchi%2Fai-react-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadShamchi","download_url":"https://codeload.github.com/MohammadShamchi/ai-react-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898319,"owners_count":20690466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-testing","ai-tools","chatgpt","claude-ai-generated-code","react","tailwindcss","typescript","vite"],"created_at":"2025-02-01T21:14:58.149Z","updated_at":"2026-04-20T09:03:09.832Z","avatar_url":"https://github.com/MohammadShamchi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI React Playground 🚀\n\nA simple, modern React playground for testing and showcasing React components and pages. Perfect for testing AI-generated React code or building your own components.\n\n## Features ✨\n\n- 🎯 **Simple Setup**: Just clone and run the setup script\n- 🎨 **Modern Stack**: React + TypeScript + Vite + Tailwind CSS\n- 🔧 **Component Generator**: Create new components with one command\n- 📱 **Live Preview**: See your components in action instantly\n- 📝 **Auto-Documentation**: Components are automatically added to the sidebar\n- 🎭 **Page Support**: Create and test full pages\n- 🛠️ **Developer Friendly**: Hot reload, TypeScript support, and more\n\n## Quick Start 🏃‍♂️\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/ai-react-playground.git\ncd ai-react-playground\n```\n\n2. Run the setup script:\n```bash\nchmod +x setup.sh\n./setup.sh\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n## Usage 📖\n\n### Creating Components\n\n```bash\n# Using CLI\nnpm run create-component Button\n\n# Or use interactive generator\nnpm run generate\n```\n\n### Creating Pages\n\n```bash\n# Using CLI\nnpm run create-page Home\n\n# Or use interactive generator\nnpm run generate\n```\n\n### Testing AI-Generated Code\n\n1. Get React component code from your favorite AI\n2. Use the generator to create a new component\n3. Paste the code\n4. See it live in the browser\n5. Iterate and improve\n\n## Documentation 📚\n\n- [Component Documentation](docs/components.md)\n- [Development Guide](docs/development.md)\n- [Troubleshooting](docs/troubleshooting.md)\n\n## Project Structure 🏗️\n\n```\n├── src/\n│   ├── components/     # Reusable UI components\n│   ├── pages/         # Page components\n│   ├── assets/        # Static assets\n│   ├── App.tsx        # Main application component\n│   └── main.tsx       # Application entry point\n├── docs/             # Documentation\n├── scripts/          # Development scripts\n└── setup.sh          # Setup script\n```\n\n## Contributing 🤝\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support 💬\n\n- Check the [Troubleshooting Guide](docs/troubleshooting.md)\n- Open an issue\n- Start a discussion\n\n## Roadmap 🗺️\n\n- [ ] Add more component templates\n- [ ] Add testing setup\n- [ ] Add CI/CD pipeline\n- [ ] Add theme support\n- [ ] Add more documentation\n- [ ] Add more examples\n\n## Acknowledgments 🙏\n\n- React Team\n- Vite Team\n- Tailwind CSS Team\n- All contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshamchi%2Fai-react-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadshamchi%2Fai-react-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshamchi%2Fai-react-playground/lists"}