Quickstart
Create a full-stack application with built-in Database, Authentication, AI, and deploy it in under 5 minutes
What are we going to build?
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
Generating our app
To start, simply enter the following prompt in the chat interface:
In a few minutes, Superdev will generate a complete application that will include:
- User Authentication
- Database Integration (to save the chat messages)
- Full-fledged frontend
- AI Integration (to answer the questions)
Explore the app
To explore what you’ve built, on the left side of the screen, you can see the app preview and the manage tab.
Deploying the app
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.
Next steps
Now that you’ve built your first app, let’s dive in to the main features of Superdev and explain each individual feature.