How to develop your first No Code AI application (summarization app) without coding using GPT-3 and @AdaloHQ
My no nonsense guide in a thread 🧵
First thing we're going to do is create a free @OpenAI account and make a note of our API keys.
Next you're going to need to do is create a free account with @AdaloHQ. It's a visual development tool that allows you to create native apps and progressive web applications.
You then want to create a new native mobile app starting from a blank template.
After that want to create a new screen and add a text box, button component and navigation menu.
Add a new custom action to the button.
This is going to send the input data from our native app or PWA to OpenAI to processing.
Configure the custom action settings starting with the name and type.
Then setup the request details.
Lastly, test the output
Following that we want to create a database table to store the response data. The minimum we need is an input, output and email column. This will store the input, output and user that generated the summary.
Make sure you add a "one-to-many" relationship to the user table.
This next part is important for the user to retrieve the results.
Add another action to the button following the custom action to create a new entry in the database you just created. Make sure you save the input, output and the logged in user.
Add another screen and place a list component on that screen.
Assign the database table you created to that list component.
Then you want to add a filter that filters the table to ensure the current items user is the same as the loggged in user.
You can add an additional details screen and action link from the list to the additional details screen to display the full information of that item on a new screen.
The most challenging part may be understanding and configuring the API request, feel free to reach out to me if you have any questions.
Every week I send No Code tutorials directly to hundreds of email inboxes. Subscribe to my newsletter and miss out on my next tutorial: getrevue.co/profile/dominiconorton