We're Taking this AI Coding Assistant to the MOON [Plus Installation Instructions!]
Science & Technology
Introduction
It's only been three weeks since I embarked on this journey of creating a fork of Bolt, which I have named "autod Dev." The progress we've seen in the realm of large language models (LLMs) has been exponential, and it’s becoming a challenge for me to keep up. What started as a simple effort to facilitate the use of various LLMs, including local options, has evolved into a vibrant community working together on incredible developments.
Today, I'm excited to share a slew of updates and announcements about the autod Dev project, building on the momentum we've gathered. I am filled with enthusiasm for the growth and direction this project is taking, and there are many ways you can get involved.
Upcoming Live Stream
One major announcement is that I'll be hosting a live stream this Sunday, November 10th, at 7:00 PM Central Time. Instead of my usual Sunday video, I'll be engaging with all of you in real-time to discuss the updates I’m covering here. I haven't done a live stream in months, and I'm pumped to reconnect with everyone.
Core Contributor Applications
Last week, I opened applications to become a core contributor to autod Dev, and I’m thrilled to report we have already received 36 applications! I appreciate each one of you and look forward to involving as many of you as I can in our development efforts. The growth of this project is beyond what I anticipated—your involvement is crucial.
Renaming the Project
I am also planning to rename the project from "bolt. new any llm" to "autod Dev." While I am open to merging this project into the main Bolt repository eventually, it’s important to keep autod Dev distinct for now as we are undertaking some exceptional initiatives. Additionally, "autod Dev" has a nice ring to it and fits well with upcoming developments I am working on behind the scenes.
Discourse Community Launch
Another exciting update is the official launch date for our Discourse Community, which I am happy to announce will occur this Sunday. This will be an essential platform for collaboration, and I’ll showcase more about it during my live stream. I wanted to ensure that it was set up properly and had core contributors engaged before launching it.
Installation Guide for autod Dev
To ensure everyone can easily set up autod Dev, I’m providing detailed instructions on how to run the application using Docker. Below are the steps you'll need to follow:
Prerequisites
- Install Git: Download from git-scm.com.
- Install Node.js: Download from nodejs.org.
- Install Docker: I recommend Docker Desktop, which includes Docker Compose.
Step-by-Step Installation Instructions
Clone the Repository: Open your terminal and run:
git clone https://github.com/your-repo/autod-dev.git
Set Up API Keys: Create a
.env
file by copyingenv.example
, edit it, and input your API keys.Build the Docker Container: In your terminal, run:
npm run docker build
Run the Docker Container: For the development environment, execute the following command:
npm run docker up
Access autod Dev: Navigate to
http://localhost:5173
in your browser to start using autod Dev.
Note for Browser Users
If you are using Google Chrome, make sure to install Google Chrome Canary, as it works better for web development compared to standard Chrome with autod Dev. Firefox users should have no issues whatsoever.
Conclusion
As we continue to develop autod Dev, your engagement is vital. I’m eager to explore all the fantastic possibilities that lie ahead. Together, we can create an exceptional open-source AI coding assistant that benefits everyone.
Keywords
- autod Dev
- live stream
- core contributors
- Docker
- installation instructions
- Africa Community
FAQ
What is autod Dev?
autod Dev is an open-source AI coding assistant that's in active development to enhance coding efficiency.
How can I get involved in the autod Dev project?
You can apply to become a core contributor or participate in community discussions in the upcoming Discourse Community.
What are the prerequisites for running autod Dev?
You need to install Git, Node.js, and Docker before setting up autod Dev.
How do I run autod Dev?
Follow the installation instructions provided, which guide you through cloning the repository, setting API keys, and running the Docker container.
Why rename the project to autod Dev?
The name change helps solidify the identity of the project and makes way for exciting future developments.