1
0 Comments

I am open sourcing an AI tool that codes for you - no kidding!

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

So, What Exactly is Droid?

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

Why You'll Love Droid

✨ 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.

How to Get Started

Getting Droid up and running is super easy:

Install via Curl

curl -L https://github.com/bootstrapguru/droid.dev/releases/latest/download/droid -o /usr/local/bin/droid
chmod +x /usr/local/bin/droid

Install via Composer

composer global require droid

Or Grab it from GitHub

  1. Head over to our GitHub Releases.
  2. Download the latest build directory.
  3. Extract the files into your project, and you're all set!

Let's Get to Work

Once you have Droid installed, just type:

droid

Watch Droid in Action

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! πŸš€πŸ’»

on July 7, 2024