{"id":26024779,"url":"https://github.com/walterromero9/ai-create-app","last_synced_at":"2026-02-15T02:03:06.545Z","repository":{"id":280540295,"uuid":"942358446","full_name":"walterromero9/ai-create-app","owner":"walterromero9","description":"🚀 ai-create-app – The CLI for AI-powered backends in seconds","archived":false,"fork":false,"pushed_at":"2025-03-04T01:49:51.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-13T23:22:31.761Z","etag":null,"topics":["ai","chatbot","chatbot-generator","express","langchain","nestjs","nextjs","openai","react","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/walterromero9.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,"zenodo":null}},"created_at":"2025-03-04T01:43:02.000Z","updated_at":"2025-03-04T23:40:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab301e91-16bc-4b66-9457-3c823722920d","html_url":"https://github.com/walterromero9/ai-create-app","commit_stats":null,"previous_names":["walterromero9/ai-create-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/walterromero9/ai-create-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walterromero9%2Fai-create-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walterromero9%2Fai-create-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walterromero9%2Fai-create-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walterromero9%2Fai-create-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walterromero9","download_url":"https://codeload.github.com/walterromero9/ai-create-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walterromero9%2Fai-create-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","chatbot","chatbot-generator","express","langchain","nestjs","nextjs","openai","react","vite"],"created_at":"2025-03-06T12:37:15.914Z","updated_at":"2026-02-15T02:03:06.539Z","avatar_url":"https://github.com/walterromero9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Create App\n\nA CLI tool to easily generate AI-powered applications. Create a complete AI project with frontend and backend in seconds.\n\n![AI Create App Logo](https://via.placeholder.com/800x400?text=AI+Create+App)\n\n## Features\n\n- 🚀 **Quick Start**: Create a complete AI project in seconds\n- 🧠 **AI Integration**: Built-in OpenAI integration with LangChain\n- 🔄 **Flexible Stack**: Choose between different backend and frontend options\n- 💬 **Chat Component**: Ready-to-use chat interface for your AI application\n- 🌐 **Modern Tech**: Uses the latest web technologies and frameworks\n\n## Installation\n\nYou can use npx to run ai-create-app without installing it:\n\n```bash\nnpx ai-create-app my-ai-project\n```\n\nOr install it globally:\n\n```bash\nnpm install -g ai-create-app\nai-create-app my-ai-project\n```\n\n## Usage\n\n```bash\nnpx ai-create-app \u003cproject-name\u003e\n```\n\nOr if installed globally:\n\n```bash\nai-create-app \u003cproject-name\u003e\n```\n\nFollow the interactive prompts to configure your project:\n\n1. Choose a backend: Express or NestJS\n2. Choose a frontend: Next.js, Vite, or None\n\nAfter creation, follow the instructions to start your project:\n\n```bash\ncd \u003cproject-name\u003e\nnpm install\nnpm run install:all\nnpm run dev\n```\n\n## Available Templates\n\n### Backend Options\n\n- **Express**: Lightweight backend with TypeScript, OpenAI, and LangChain\n- **NestJS**: Modular and scalable backend with TypeScript, OpenAI, and LangChain\n\n### Frontend Options\n\n- **Next.js**: React framework with server-side rendering\n- **Vite**: Blazing fast React development environment\n- **None**: Backend-only project\n\n## Project Structure\n\nThe generated project follows this structure:\n\n```\nmy-ai-project/\n├── backend/            # Express or NestJS backend\n├── frontend/           # Next.js or Vite frontend (if selected)\n├── package.json        # Project scripts\n└── README.md           # Project documentation\n```\n\n## Features of Generated Projects\n\n- **AI Chat Interface**: Ready-to-use chat component to interact with AI\n- **OpenAI Integration**: Pre-configured OpenAI API connection\n- **Streaming Responses**: Support for streaming AI responses\n- **Modern UI**: Clean, responsive design with TailwindCSS\n- **TypeScript**: Full TypeScript support for type safety\n- **Development Ready**: Hot reloading for both frontend and backend\n\n## Configuration\n\nEach generated project includes necessary configuration files:\n\n- `.env.example` files with required environment variables\n- Configuration for connecting frontend to backend\n- CORS setup for seamless communication\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- OpenAI for their powerful API\n- LangChain for simplifying AI integrations\n- The amazing open-source community\n\n---\n\nMade with ❤️ for AI developers ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalterromero9%2Fai-create-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalterromero9%2Fai-create-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalterromero9%2Fai-create-app/lists"}