One of the main features in Superdev, is the ability to integrate AI into your app.
How exactly? you simply ask the AI to build it for you. No backend code is required.
When backend functions are enabled, you can also use the AI to build a backend function that integrates with any API/model you want.
But for this quickstart guide, we will use our native AI integration, this will consume the AI tokens you have in your account.
By the end of this guide, you’ll have:
A ChatGPT-like app with real AI that answers any question you ask
Database Integration that saves the chat messages
Full-fledged frontend that allows you to chat with the AI
To start, simply enter the following prompt in the chat interface:
Copy
Build a modern AI chat app with:- a landing page input to start a chat,- a collapsible sidebar (Shadcn style) showing saved conversations,- chat history saved and loaded per conversation,- clean, responsive and sleek design
In a few minutes, Superdev will generate a complete application that will include:
To deploy the app, you can click on the deploy button in the top right corner of the screen.
By default, Superdev will deploy the app to a subdomain of superdev.run, you can also deploy to your own domain by connecting your own domain to your app.