Hey fellow entrepreneurs! π
I'm super excited to announce the release of Droid, an AI-powered coding assistant that's here to make your development journey smoother and more fun! Whether you're squashing bugs, writing tests, or creating new files, Droid has got your back.
Github: https://github.com/bootstrapguru/droid.dev
Video Demo: https://youtu.be/oLmbafcHCKg
Droid is a command-line tool that scans your project, understands your code, and makes intelligent, context-aware changes. Think of it as your personal AI sidekick that helps you code more efficiently.
I want to drop this PR that I am working on to add more features, and 90% of the code is by Droid and all those commits and PR description is written by Droid, its pretty amazing.
https://github.com/bootstrapguru/droid.dev/pull/8
β¨ Smart Code Analysis
Droid reads through your project files to understand your code structure. It ensures that any changes it makes fit seamlessly into your existing codebase. So no more "what broke my code?" moments!
π Effortless Bug Fixing
Droid automatically detects common issues in your code and offers quick fixes. Just tell it what you need, and watch the magic happen!
π§ͺ Comprehensive Test Writing
Maintaining high-quality code is a breeze with Droid. It generates thorough test cases tailored to your existing code, ensuring everything works as expected.
π Consistent File Creation
Need to add new components or files? Droid will create them for you, following your project's existing patterns. Your codebase stays neat and consistent.
Getting Droid up and running is super easy:
curl -L https://github.com/bootstrapguru/droid.dev/releases/latest/download/droid -o /usr/local/bin/droid
chmod +x /usr/local/bin/droid
composer global require droid
Once you have Droid installed, just type:
droid
Curious to see Droid in action? Check out our YouTube demo where we walk through all the cool stuff Droid can do.
We can't wait to see how Droid helps you with your projects! Feel free to drop any questions or feedback. Let's build something great together!
Happy Coding! ππ»