Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Engy is an AI-powered development tool that generates fully functional web applications from natural language, streamlining the process from idea to working prototype.
In 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.
Say 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.
Engy can help you create a variety of applications, including (but not limited to):
Get started with:
pip install engy
Set up your project:
mkdir my_awesome_app && cd my_awesome_app
Describe your app idea:
echo "create a calculator" > input.txt
Add your API key:
echo "ANTHROPIC_API_KEY=your_super_secret_key" > .env
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:
echo "MODEL=gpt-4" >> .env
echo "OPENAI_API_KEY=your_openai_api_key" >> .env
Let Engy work its magic:
engy
Engy provides a ready-to-go script:
bash run.sh
Describe your new feature:
echo "make the calculator support calculus and algebra" > feature.txt
Let Engy implement it:
engy feature
Tweak your app's functionality or user interface:
engy backend
# Enter prompts to optimize your data handling or add new processing features
engy frontend
# Enter prompts to enhance your UI or add new interactive elements
To refactor your app's frontend and backend into modular files:
engy split
This command will reorganize your code structure for better maintainability and scalability.
To create a new app based on an existing one:
mkdir my_app_2 && cd my_app_2
echo "new changes..." > input.txt
engy clone /path/to/my_app
Engy 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:
This repo is created and mainly maintained by two passionate engineers:
They envision and practice that tedious low-level coding work can be replaced by AI.
Any contribution is welcomed! Create issue/PR and at us!
Distributed under the MIT License. See LICENSE for more information.
If 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!
FAQs
Engy is an AI-powered development tool that generates fully functional web applications from natural language, streamlining the process from idea to working prototype.
We found that engy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.