{"id":31833497,"url":"https://github.com/renning22/engy","last_synced_at":"2025-10-11T23:55:54.626Z","repository":{"id":257815761,"uuid":"867859779","full_name":"renning22/engy","owner":"renning22","description":"Engy is an AI-powered development tool that generates fully functional web applications from natural language, streamlining the process from idea to working prototype.","archived":false,"fork":false,"pushed_at":"2025-03-18T07:23:23.000Z","size":15383,"stargazers_count":231,"open_issues_count":3,"forks_count":36,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-09-24T22:20:45.309Z","etag":null,"topics":["claude","claude-3-5-sonnet","code-generation","devin","gpt-4","gpt-4o","gpt-o1","multiagent-systems"],"latest_commit_sha":null,"homepage":"https://engy.ai","language":"Python","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/renning22.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":"2024-10-04T21:43:52.000Z","updated_at":"2025-09-14T09:27:27.000Z","dependencies_parsed_at":"2024-10-17T16:46:16.339Z","dependency_job_id":null,"html_url":"https://github.com/renning22/engy","commit_stats":null,"previous_names":["renning22/engy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/renning22/engy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renning22%2Fengy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renning22%2Fengy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renning22%2Fengy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renning22%2Fengy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renning22","download_url":"https://codeload.github.com/renning22/engy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renning22%2Fengy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009371,"owners_count":26084582,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["claude","claude-3-5-sonnet","code-generation","devin","gpt-4","gpt-4o","gpt-o1","multiagent-systems"],"created_at":"2025-10-11T23:55:29.824Z","updated_at":"2025-10-11T23:55:54.618Z","avatar_url":"https://github.com/renning22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Engy: Your AI-Powered App Generator\n\n## 🌟 Welcome to the Post-LLM Era of App Development\n\nIn a world transformed by Large Language Models, we'll never write anything from scratch again. Enter Engy, your AI companion that's revolutionizing the way we create web applications! 🤖💻✨ Whether you're a seasoned developer or a curious innovator, Engy empowers you to turn your ideas into fully-functional web apps with Python backends and HTML/JavaScript frontends - all without starting from a blank slate.\n\nSay goodbye to the days of painstakingly coding every line. With Engy, it's like having a team of developers at your fingertips, ready to materialize your vision into reality. From simple tools to complex data analysis applications, Engy understands your intent and does the heavy lifting for you.\n\n### 🛠️ Versatile App Generation\nEngy can help you create a variety of applications, including (but not limited to):\n- 📝 Productivity tools and task managers\n- 🗂️ Data organization and management systems\n- 🌐 Web scrapers and data collectors\n- 📊 Simple data visualization tools\n\n\n## 🚦 Quick Start Guide\n\n### 🔧 Installation\nGet started with:\n```bash\npip install engy\n```\n\n### 🎉 Create Your App\n\n1. Set up your project:\n   ```bash\n   mkdir my_awesome_app \u0026\u0026 cd my_awesome_app\n   ```\n\n2. Describe your app idea:\n   ```bash\n   echo \"create a calculator\" \u003e input.txt\n   ```\n\n3. Add your API key:\n   ```bash\n   echo \"ANTHROPIC_API_KEY=your_super_secret_key\" \u003e .env\n   ```\n\n   The default model is `claude-3.5-sonnet`. You can switch to any model, e.g. gpt-4 by adding the following to your `.env` file:\n   ```bash\n   echo \"MODEL=gpt-4\" \u003e\u003e .env\n   echo \"OPENAI_API_KEY=your_openai_api_key\" \u003e\u003e .env\n   ```\n\n4. Let Engy work its magic:\n   ```bash\n   engy\n   ```\n\n### 🏃‍♂️ Run Your New App\nEngy provides a ready-to-go script:\n```bash\nbash run.sh\n```\n\n### 🌈 Enhance Your App with More Features\n\n1. Describe your new feature:\n   ```bash\n   echo \"make the calculator support calculus and algebra\" \u003e feature.txt\n   ```\n\n2. Let Engy implement it:\n   ```bash\n   engy feature\n   ```\n\n### 🎨 Fine-tune Your Backend and Frontend\nTweak your app's functionality or user interface:\n\n```bash\nengy backend\n# Enter prompts to optimize your data handling or add new processing features\n```\n\n```bash\nengy frontend\n# Enter prompts to enhance your UI or add new interactive elements\n```\n\n### 🔧 Refactor Your App\nTo refactor your app's frontend and backend into modular files:\n\n```bash\nengy split\n```\n\nThis command will reorganize your code structure for better maintainability and scalability.\n\n### 🧬 Clone an Existing App\nTo create a new app based on an existing one:\n\n```bash\nmkdir my_app_2 \u0026\u0026 cd my_app_2\necho \"new changes...\" \u003e input.txt\nengy clone /path/to/my_app\n```\n\n## 🌟 Example Showcase\n\nEngy comes with a wide range of example projects to help you get started and understand its capabilities. Here's a selection of examples organized by category:\n\n\n### 🎨 Demo Applications\n\n- [Account Manager](examples/demo/account_manager)\n- [PDF Merger](examples/demo/pdf_merger)\n- [Web Scraper](examples/demo/scraper_1)\n\n\n### 🛠️ Basic Tools\n\n- [Airtable CRM](examples/basic_tools/airtable_crm_1)\n- [Calculator](examples/basic_tools/calculator)\n- [Calculator 2](examples/basic_tools/calculator_2)\n- [Daughter School Planner](examples/basic_tools/daughter_school)\n- [Docker Containers Manager](examples/basic_tools/docker_containers)\n- [Document Summary Agent](examples/basic_tools/doc_summary_agent)\n- [Dota 2 Hero Agent](examples/basic_tools/dota2_hero_agent)\n- [Email Summary Agent](examples/basic_tools/email_summary_agent)\n- [Expense Tracker](examples/basic_tools/expense_tracker)\n- [GCP Tool](examples/basic_tools/gcp_tool_1)\n- [Invoice Creator (Version 1)](examples/basic_tools/invoice_creator)\n- [Invoice Creator (Version 2)](examples/basic_tools/invoice_creator_2)\n- [Kubernetes Pods Manager](examples/basic_tools/k8s_pods)\n- [Landing Page finae.ai](examples/basic_tools/landing_page)\n- [Trip Planner (Hawaii)](examples/basic_tools/plan_a_trip_hawaii)\n- [Sales Revenue Dashboard](examples/basic_tools/sales_revenue_dashboard)\n- [Text Diff Tool](examples/basic_tools/text_diff)\n- [Video Format Converter](examples/basic_tools/video_format_converter)\n- [Voice Note Taker](examples/basic_tools/voice_note_taker)\n- [Web3 Explorer (Version 1)](examples/basic_tools/web3_explorer_1)\n- [Web3 Explorer (Version 2)](examples/basic_tools/web3_explorer_2)\n- [Weeks in Life Visualizer](examples/basic_tools/weeks_in_life)\n- [Meal Planner (Version 1)](examples/basic_tools/what_to_eat)\n- [Meal Planner (Version 2)](examples/basic_tools/what_to_eat_2)\n- [YouTube Video Manager](examples/basic_tools/yt_videos)\n\n\n### 🚀 Advanced Examples\n\n- [Account Manager](examples/advance/account_manager)\n- [Customer Insights Dashboard](examples/advance/customer_insights_dashboard)\n- [Customer Experience Insights](examples/advance/cx_insights)\n- [Edit Airtable](examples/advance/edit_airtable)\n- [Edit Airtable with Dashboard](examples/advance/edit_airtable_dash)\n- [Food Delivery Tracker](examples/advance/food_delivery_tracker)\n- [Product Roadmap](examples/advance/product_roadmap)\n- [SLA Dashboard](examples/advance/sla_dashboard)\n\n## 🛠️ Contribute\n\nThis repo is created and mainly maintained by two passionate engineers:\n\n- @renning22: ex-MLE at Pony.AI, ex-Googler\n- @mincomp: MLE at ScaleAI, ex-Meta, ex-Uber\n\nThey envision and practice that tedious low-level coding work can be replaced by AI.\n\nAny contribution is welcomed! Create issue/PR and at us!\n\n## 📜 License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n\n## 🆘 Need Help with Your App?\n\nIf you're having trouble generating your app or encountering any issues, don't hesitate to reach out! Feel free to open an issue on our GitHub repository or contact us directly at renning22@gmail.com. We're very happy to pilot you and give help. We're here to help you bring your app ideas to life with Engy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenning22%2Fengy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenning22%2Fengy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenning22%2Fengy/lists"}