Laura Du Ry

Imagine - Build something real with the most complete AI builder

byβ€’
The most complete AI builder ever made. With Imagine, you turn your ideas into functional products by chatting with AI. No matter your prompt, your applications will always have: - Built-in cloud: Auth, Databases, Storage, Notifications, Hosting - Fullest compliance: GDPR, HIPAA, SOC 2, CCPA - SSR and server functions, enabling fast load times and strong SEO - Highest security: DDoS, Abuse protection, Encryption, Data migrations - Scalability: Completely managed cloud infrastructure

Add a comment

Replies

Best
jerry

Great idea. I've tried many similar products. For someone who can't code at all, the only way to get the AI ​​to do the job is through description. I tried using the following prompts:
Create an application that can recognize a speaker's emotions and then provide an appropriate emotional response based on the recognition.

Although the generated app was highly complete, it was still unusable.

Atharva Deosthale

@jerry_0201Β Hey Jerry πŸ‘‹

You should try to use the "Enhance Prompt" feature to upgrade the prompt to a more descriptive one. Also, I'd love to hear what didn't work, so that we can improve the experience of using Imagine.

Mykyta Semenov πŸ‡ΊπŸ‡¦πŸ‡³πŸ‡±

Interesting, how do you protect against DDoS? Usually hosting providers or cloud services don’t include this, or offer it as an extra paid service.

Atharva Deosthale

@mykyta_semenov_Β Hey Mykyta πŸ‘‹

For cloud services, we use Appwrite (built by the same team that works on Imagine). One benefit of using Appwrite is the built in DDoS protection. Our cloud is already equipped with all the things you need to go to production.

Alberto Molina

I gave it a try and it looks amazing. Just a few minutes with a detailed prompt to build a full-fledged web app including a database. Are there debugging limitations on the free plan? I'm coming across errors when trying to add or edit records in the web app that I created, such as "Not Found" when trying to edit a record, though it shows a record with information on the screen that was previously added. This seems like a glitch with the code that was created, but I don't see any options to get more info about the error nor how to fix it.

Atharva Deosthale

@alberto_molinaΒ Hey Alberto πŸ‘‹

The best way to solve bugs in your apps is to elaborate them to Imagine, as it figures out errors itself. However, since you're here, I'm assuming you've already tried that ;)

We'd be happy to look further into this and help you out. Would you be willing to join our Discord server and share more specific details?

Discord server: https://imagine.dev/discord

Kawshar Ahmed

Looks promising.

Hengze Ye

I have used imagine to build several apps. The UI & overall functionality looks way better than google ai studio and other similar apps, not to mention it's readiness in deployment and Auth setup. Amazing product!

Atharva Deosthale

@hengze_yeΒ Thanks for sharing your experience, Hengze!

Jairon Landa

Congrats on the launch! Wishing you lots of traction

Suhas Deshpande

@jaironlandaΒ Thanks a lot.

Abhineet Arora

Hi Eldad, it looks good. Well Done!!!!

Is it easy to move from lovable to imagine?

Atharva Deosthale

@abhineetaroraΒ Hey Abhineet πŸ‘‹

In the current state, it's only possible to scaffold apps from scratch using Imagine. However, this is for a reason. We built a custom template that uses TanStack Start, which is an amazing React framework with a ton of cool features, to power Imagine projects.

Lovable on the other hand, uses plain Vite-based client side setup, so you don't get to see cool things like SSR (server-side rendering) that should be used on a production level application.

However, I've noted this feedback, and would love to explore this idea of porting projects from other platforms.

kalai N
Does is have AI capabilities to design and deploy for production use cases requiring cache?
Atharva Deosthale

@kalai_nΒ Hey Kalai πŸ‘‹

For design, we have configured Imagine to generate unique UIs and try not to generate the "purple slop" that all other platforms generate.

For deployment, since we use Appwrite internally (Appwrite is built and maintained by the same team working on Imagine), we host your app directly using Appwrite sites. Since we use TanStack Start, which is a powerful React framework with server-side capabilities, you can use its power to handle caching for you.