Congrats on V4!

@ColeMedin - Congrats on the release of v4.0 :partying_face: You’re adding new features at an impressive pace.!

v8.0 is the one that captures my imagination. When you get to that point, assuming everything’s running well, you’re going to have a truly remarkable tool. I know you don’t have a crystal ball, but do you have any idea how far out v8.0 might be? Nothing you can be held to, am just hoping to hear your best guess :grin:

3 Likes

Thank you very much, I appreciate it a ton!

Yes V8 is going to be awesome. I want to do at least a new version each month so hopefully sometime in the summer!

3 Likes

There are a many interesting projects out there at the moment for facilitating the creation of AI Agents. However, for me, Archon is the most interesting because it aims to simplify the integration of those other projects. It’s clearly a lot if work to create Archon, write documentation, make videos, and administer your community. I think you’re doing an amazing job, and just want to say thank you! :pray:

2 Likes

Yes this is definitely interesting, I am new here but not new to the work the @ColeMedin is doing and honestly this one got my attention.

2 Likes

Thanks @Groove and @devon.artis, I appreciate it a lot! Super encouraged to keep pouring into Archon :smile:

1 Like

Amazing stuff Cole , 1 question in absence of SupaBase how is backend managed in boltdiy? @ColeMedin

@leex279 any inputs maybe to my earlier question ? How does the backend work in absence of Supabase with bolt.diy ?

1 Like

@jacklearner you can still use supabase in your apps, you just have not the avaibillity to connect directly over the management api, so it can execute sql directly. instead you need to do the database setup yourself, meaning you tell it to provide the needed SQL statements within a sql file, which you then can take and execute it in supabase yourself.

3 Likes

Got it, Tx. This makes sense.

2 Likes

@jacklearner created a short example video on how to do it:

2 Likes

This is awesome, Thanks a lot

2 Likes