Create ANYTHING With Replit AI Agents

Jack Roberts
20 Sept 202416:02

Summary

TLDRThis video tutorial demonstrates how to build and deploy full-scale AI web applications using a single app called Repl.it. The presenter, while in Frankfurt, Germany, showcases the rapid development of a coffee shop locator app with user login functionality. The tutorial also covers integrating the app with Make.com for database connectivity and automation. It highlights Repl.it's capabilities for code generation, real-time collaboration, and deployment, making it an efficient tool for AI application development.

Takeaways

  • 😀 Repler is a single app that allows users to build and deploy full-scale applications with ease.
  • 🌍 The presenter, while in Frankfurt, Germany, demonstrates how Repler can be used to develop applications like a map showing the best coffee places in the city center.
  • 🔧 Repler automates backend processes, enabling developers to focus on creating applications without worrying about the technical specifics.
  • ⏱ The video showcases a quick example of building an app in about 15-20 minutes, highlighting Repler's efficiency.
  • 🔗 Repler integrates with Make.com for additional functionalities like connecting to databases and sending off automations.
  • đŸ› ïž The video provides a step-by-step guide on how to use Repler to build an app, including connecting it to a webhook for data handling.
  • 💡 Repler's interface allows for real-time coding and testing, offering immediate feedback and adjustments to the application being built.
  • 🔗 The video discusses how Repler can be used to create AI web applications and even connect to the OpenAI API for dynamic chat windows.
  • đŸ’Œ Repler offers a collaborative environment where multiple users can work together on developing applications.
  • 🌐 Once an app is built with Repler, it can be published and hosted, providing a live, operational application that can be accessed by users.

Q & A

  • What is the main purpose of the video?

    -The main purpose of the video is to demonstrate how to build and deploy full-scale AI applications using a single app called Repl.it.

  • What is Repl.it and how does it assist in application development?

    -Repl.it is an application that allows users to build and deploy applications through a conversational interface. It handles backend processes and specifics, enabling users to develop various applications quickly.

  • How quickly can a basic application be built using Repl.it as demonstrated in the video?

    -The video shows that a basic application, such as a map showing the best coffee places in a city center, can be built in as little as 15-20 minutes using Repl.it.

  • What features can be included in an application built with Repl.it?

    -Applications built with Repl.it can include features like user login and logout functionality, database storage within Repl.it for saving login information, and the ability to connect to external databases and automation tools.

  • How does Repl.it handle database storage?

    -Repl.it allows for database storage within its platform, enabling applications to save login information and other data without needing to use multiple applications.

  • What is the process of connecting Repl.it to an external service like make.com?

    -The process involves creating a webhook in make.com, copying the address, and pasting it into the Repl.it application. This allows the Repl.it application to send data to make.com for further processing or storage.

  • What types of applications can be built using Repl.it according to the examples given in the video?

    -The video provides examples of various applications that can be built using Repl.it, including local landmark apps, stock analysis tools, weight loss websites, book discovery platforms, AI chat bots, and a statistical significance calculator.

  • How does the video demonstrate the process of building an application with Repl.it?

    -The video demonstrates the process by showing the creation of a LinkedIn bio app for a coffee shop. It walks through the steps of using a prompt, making amendments, and interacting with Repl.it to build and deploy the application.

  • What is the significance of the 'German takeover' mentioned in the video?

    -The 'German takeover' is a custom webhook created in make.com and named as such because the video creator is in Frankfurt, Germany for a community meetup at the time of recording.

  • How does Repl.it assist in the iterative development process?

    -Repl.it assists in the iterative development process by allowing users to provide feedback and suggestions, which the system then uses to make improvements to the application in a sequential and logical manner.

  • What is the final step shown in the video after building the application?

    -The final step shown in the video is deploying the application using Repl.it, which involves setting up the deployment, choosing a domain, and initiating the deployment process.

Outlines

00:00

đŸ› ïž Building Full-Scale Applications with Repl.it

The speaker introduces a video tutorial on constructing and deploying comprehensive applications using a single app called Repl.it. They demonstrate how to create a map application to locate the best coffee spots in a city center, showcasing the app's capabilities to handle backend tasks, database storage, and user authentication. The tutorial also covers connecting the application to Make.com for further functionalities like database connections and automations. Examples of other applications built with Repl.it are given, emphasizing its versatility for various projects.

05:01

💬 Interactive Development with Repl.it and Make.com

The video continues with a live demonstration of developing an application using Repl.it, focusing on creating a LinkedIn bio app for a coffee shop. The process involves setting up a web hook on Make.com and integrating it with Repl.it. The speaker discusses the iterative development process, where they make adjustments to the design and functionality based on feedback from the Repl.it interface. They also touch on the ability to collaborate with others in real-time and the convenience of Repl.it hosting the application, including database and file management.

10:01

🔗 Connecting Repl.it Applications to External APIs

In this section, the speaker explores advanced features of Repl.it, such as connecting to external APIs like OpenAI to create dynamic chat windows. They also demonstrate how to improve the user interface and fix form submission issues. The video shows a step-by-step process of refining the application, including handling logo visibility and form data submission. The speaker also sets up an email automation using the data collected from the contact form, highlighting the integration capabilities of Repl.it with other services.

15:01

🚀 Launching and Customizing Repl.it Applications

The final part of the video script details the process of launching a Repl.it application, including customizing the UI, fixing issues with form data submission, and adding a logo. The speaker walks through the steps of deploying the application, choosing a domain, and setting up the deployment environment. They also discuss the potential for further customization and the ability to add features like user accounts and payments. The video concludes with a test of the deployed application, demonstrating its functionality and the speaker's enthusiasm for the potential of Repl.it in application development.

Mindmap

Keywords

💡Reppler

Reppler appears to be a platform or application that allows users to build and deploy full-scale air applications through a conversational interface. It is central to the video's theme as it enables users to develop applications without needing extensive coding knowledge. The script mentions using Reppler to build a map application to find coffee places and a LinkedIn bio app, showcasing its versatility.

💡OBS

OBS, or Open Broadcaster Software, is a software for video recording and live streaming. In the script, the speaker mentions recording with OBS in Germany, indicating its use for creating video content, which is relevant as the script is from a video tutorial.

💡Community Meetup

A community meetup refers to a gathering of individuals who share a common interest. The script mentions the speaker is in Frankfurt for a community meetup, suggesting a real-world event where like-minded people come together, likely to discuss or learn about topics related to the video's content.

💡Database Storage

Database storage refers to the capacity to save and manage data. In the context of the video, Reppler is said to have database storage capabilities, allowing it to save login information and other data, which is crucial for building applications that require user authentication or data persistence.

💡Webhooks

Webhooks are user-defined HTTP callbacks that allow one to receive real-time updates on an application. The script discusses setting up a webhook called 'German takeover' on make.com, which is used to receive data from the application built with Reppler, demonstrating a practical use case for webhooks in application development.

💡Flask

Flask is a lightweight WSGI web application framework in Python. The script mentions using Flask to build a detailed plan for a LinkedIn bio app, indicating that Flask is one of the technologies that can be employed in the backend development of applications created with Reppler.

💡Vanilla JavaScript

Vanilla JavaScript refers to plain JavaScript without any external libraries or frameworks. The video script mentions using 'vanilla JavaScript' for the front-end development of the app, suggesting a straightforward approach to creating interactive web interfaces without relying on additional tools.

💡AI Web Application

An AI web application is a web-based software that incorporates artificial intelligence. The script discusses building an AI web application using Reppler, which implies the creation of smart applications that can perform tasks such as data analysis, natural language processing, or automated responses.

💡API

API stands for Application Programming Interface, which is a set of rules and protocols for building and interacting with software applications. The script mentions connecting to the OpenAI API within Reppler, which allows for the integration of advanced AI functionalities like chatbots into the applications being built.

💡Deployment

Deployment in the context of software refers to the process of making a software system or application available for users. The script describes the deployment process of the application built with Reppler, including choosing a domain and setting up the deployment environment, which is the final step before an application becomes accessible to users.

💡Web Server

A web server is a program that uses HTTP (Hypertext Transfer Protocol) to serve the files that form Web pages to users. In the script, setting up a web server is part of the deployment process, indicating that the application will be hosted on a server accessible via the web, allowing users to interact with it.

Highlights

Introduction to building full-scale AI applications using a single app called Repl.

Repl's capability to handle backend tasks, allowing developers to design and develop applications efficiently.

Quick demonstration of building a map application to find the best coffee places in a city center.

Repl's feature to include database storage within the platform, eliminating the need for multiple applications.

Tutorial on connecting Repl to Make.com for database access and automations.

Examples of applications built with Repl, including local landmark apps, stock analysis, and AI chatbots.

Step-by-step guide on creating a LinkedIn bio app using Repl's conversational interface.

Explanation of how Repl generates code and builds applications based on user prompts.

The ability to add custom themes and integrate social media APIs within Repl.

Discussion on when to use Repl for AI web application development.

Live coding demonstration showing the development of an AI web application in real-time.

How to troubleshoot and provide feedback to Repl during the development process.

Collaboration features in Repl, allowing multiple users to work on app development simultaneously.

Integration of open AI API within Repl for building dynamic chatbots.

Final deployment process of the AI web application and options for custom deployment.

Testing the deployed application and its functionality, including form submissions and email automations.

Conclusion and call to action for viewers to explore Repl and build their own applications.

Transcripts

play00:00

in this video I'm going to show you

play00:01

exactly how you can build and deploy

play00:02

full scale air applications using only

play00:05

one app called repet now if you're not

play00:08

familiar with repler as you can see I'm

play00:09

actually recording as an OBS in Germany

play00:11

right now because I'm in Germany I'm in

play00:13

Frankfurt doing the community Meetup you

play00:15

can ask it to do things you can design

play00:17

pretty much anything you want to and it

play00:19

will do all the back end all the

play00:20

specifics for you so that you can

play00:22

develop any application what's a good

play00:24

example of that well look I built this

play00:26

in like 20 minutes 15 minutes I wanted a

play00:29

map that showed me the best coffee

play00:30

places in lead City Center guys it gives

play00:32

me everything it wants and basically

play00:34

I'll even show how it works it's pretty

play00:35

wild how this works actually you can

play00:37

come down you can plan your coffee

play00:38

routes you get all the coffee shot by

play00:39

ratings you can write them yourselves

play00:41

you can even have guys a login and log

play00:44

out functionality so they can have user

play00:46

bases and the really cool thing about

play00:48

repet is the fact that you can actually

play00:50

have database storage within repet so it

play00:52

can actually save login information

play00:54

other things meaning that you don't need

play00:55

to use multiple applications to build

play00:58

your apps now in this video I'm going to

play00:59

show you something really cool I'm going

play01:00

to show you how we can build our replant

play01:02

so we're going to build an example on

play01:03

together show exactly how it works you

play01:04

can build it yourself and then I'm also

play01:06

going to show you how you connect that

play01:08

to make.com so whether you want to go to

play01:10

your own databases maybe you want to

play01:11

send off automations it's a really

play01:13

really really cool tool for building

play01:15

something in a conversation style chat

play01:17

window that can do many things so they

play01:19

give you a few examples here like local

play01:20

Landmark apps stock analysis weightless

play01:23

websites discover books AI chat linol

play01:25

bios is a really cool one uh R Tracer

play01:28

and statistical significance calculator

play01:31

now guys from this page there's a couple

play01:32

ways that you can do this number one is

play01:33

come to the homepage Ander any prompt

play01:35

that you like to for the purposes of

play01:37

this I'm going to take one of their

play01:38

existing ones their Linkin bio prompt

play01:40

for a coffee shop because you know we

play01:43

love our coffee over here on the jack

play01:44

robits YouTube channel and I'm going to

play01:46

make a slight amendment to it to give

play01:47

you something really interesting okay so

play01:49

you're going to click on try the prompt

play01:50

for Linkin bio okay make a Linkin bio

play01:52

app which presents all my seal accounts

play01:53

and easy intuitive aesthetic interface

play01:55

use a random image profile picture place

play01:56

all out do you know what let's do

play01:58

something about let's use the attached

play02:01

coffee shop logo add a request

play02:04

information

play02:09

field and give their email

play02:13

address this data is then sent to this

play02:17

web hog okay and then guys we're going

play02:19

to head over to me.com so me.com we

play02:21

basically get a new a new page and we're

play02:23

going to open web hooks over here I'm

play02:25

going to call this one custom web hook

play02:27

beautiful let's add a new web hook we're

play02:29

going to call this one on let's see the

play02:32

German takeover and we're calling it the

play02:34

German takeover because I am in

play02:36

Frankfurt right now for the community

play02:37

Meetup so it only feels appropriate that

play02:40

we call it the German takeover excellent

play02:42

and then we're going to copy this

play02:43

address to the clipboard and we come

play02:45

straight back over by the way don't ask

play02:46

me to do this video just yet I'm

play02:48

brushing up on the strength of that uh

play02:50

and then the image for the logo boom and

play02:53

then I'm just going to contrl + V and

play02:55

voila it's done it so what have we done

play02:57

we've done text in one window with the

play02:58

image and all we're going to do do guys

play03:00

is hit start building yes we agree it's

play03:02

it's an experiment of the product it's

play03:04

just a beginning and click continue now

play03:05

the way this works which I think is

play03:06

really interesting is that like it's got

play03:08

like this really cool agentic flow

play03:10

behind scenes where it tries to

play03:12

understand and as you'll see in a second

play03:13

it will build up like a load of tasks

play03:16

that it thinks it needs to do based on

play03:18

the questions that you've asked it so

play03:19

check this out it's got our thing there

play03:21

then it begins to think now you'll know

play03:22

from the channel that I've covered

play03:23

things on this like you know building a

play03:26

front end with card and then having an

play03:27

AI web application in that that you can

play03:30

design with code and implant in it I've

play03:32

covered things like full endtoend AI SAS

play03:34

products okay so when would you use

play03:37

repler and I give you the TL at the

play03:38

bottom line of it repet is great it has

play03:40

a few quirks but I'll explain why we use

play03:42

this in a second let me just show you

play03:44

what we're seeing here okay look I'm

play03:45

working on a detailed plan for your

play03:46

lincol bio app using flask and vanilla

play03:49

JavaScript the initial prototype will

play03:51

include your social media links the

play03:52

coffee shop logo and a contact form that

play03:54

sends data to a specified web hook

play03:56

pretty flipping cool right let me know

play03:58

if you'd like to proceed with this in

play03:59

playing on any modifications now look at

play04:01

this guys this is cool first thing it

play04:02

does is build the initial prototype then

play04:04

it says hey would you like any other

play04:06

additional features like hey add

play04:08

analytics track links Implement a simple

play04:10

admin panel to easily update social

play04:12

media links add custom themes or color

play04:14

schemes of personalization and integrate

play04:16

social media apis to display live follow

play04:19

accounts that is crazy now you can

play04:21

obviously click all of them or add your

play04:22

own I'm just going to say look let's

play04:24

give me a custom theme decider and I'm

play04:26

happy with that and then we approve the

play04:28

plan and it begins now the first thing

play04:30

it's going to do is develop this

play04:31

prototype of the app for us and I'm

play04:34

going to chat to you a little bit well

play04:35

obiously look in the background to tell

play04:36

you what I found from it now I love the

play04:38

fact that it shows you exactly the code

play04:39

that's unfolding as it happens just to

play04:42

give you some knowledge and

play04:43

understanding about how this stuff

play04:44

actually works and like we are like

play04:46

literally at the point now where we're

play04:48

coding with language as you can see it's

play04:50

done the first bit it's not the template

play04:52

which is excellent now when would you

play04:53

users if you just want to build an AI

play04:57

web application with not getting any of

play04:59

the sub descriptions that you could

play05:00

deploy yourself just from prompt a

play05:02

conversational app window like this um

play05:05

that you can build anything you want to

play05:07

this might be an option that you want to

play05:08

explore but you can get around this many

play05:10

other ways you can do things in this

play05:12

like having users create you know their

play05:14

login sections and dashboards and stuff

play05:17

um you may find if you want to get

play05:18

better design I'd recommend that you do

play05:21

use a front-end develop developing

play05:23

website like card or WordPress for the

play05:25

time being if design is really important

play05:27

to you because you can get it by worsing

play05:30

this but sometimes it's just a little

play05:31

bit quicker to make those changes

play05:33

yourself as you seen my other videos

play05:35

then work with this kind of um back and

play05:37

forth back and forth back and forth but

play05:39

the fact that you can get something live

play05:40

and operational super quickly I think is

play05:42

nothing short of amazing now let's see

play05:44

what we've got here we've got coffee

play05:46

shop links we've got this logo so it

play05:48

hasn't brought through our logo but

play05:49

that's cool it's done a really good job

play05:51

and we can pick everything that we want

play05:52

to now let's look at this okay so look

play05:54

is the cof shop links website learning

play05:56

correctly can you see the social media

play05:58

links and the contact form so we come

play06:00

down and what we're going to say is yes

play06:02

we can uh could you please use the

play06:08

logo we provided and what I'm also going

play06:10

to do guys is just test uh let's say

play06:12

Jack uh my email and say howdy and let's

play06:16

just see if this has I'm really

play06:17

impressed with this sent over the

play06:19

information so look this is trying to

play06:20

determine a data structure if I say

play06:23

send okay so it's not allowed anything

play06:27

yet that could just be because it hasn't

play06:28

developed yet okay so can you please do

play06:30

with the Logan provided let's just copy

play06:31

this one more time just for its benefit

play06:33

let's come back over um the form is not

play06:37

sending over the data to the web hog I'm

play06:44

just going to say also improve the font

play06:47

design and everything else keep it very

play06:49

broad for moment so we can actually

play06:51

design everything that we need to

play06:52

awesome and then it thinks I like the

play06:54

way that it runs in a kind of really

play06:56

logical sequential manner it's not kind

play06:59

of all over the place you can really see

play07:00

what it's doing and how it's working and

play07:02

I guess like the levels they've gone to

play07:04

in the background to make sure that a

play07:06

system like this works and what you're

play07:08

seeing on this video guys is the worst

play07:10

it will ever be it will only ever

play07:12

continue to get better and the cool

play07:13

thing about repet is that they host

play07:15

everything they take all the database

play07:16

they take all the files they'll host

play07:18

everything that means it's just

play07:19

literally this conversational window and

play07:21

then it sits in a browser and it's so so

play07:23

sick so let's see where we can get to

play07:25

with this one so now look it understands

play07:27

our concerns it's working on

play07:28

implementing the changes we requested

play07:30

including the logo fixing the form

play07:31

submission and improving AAL design and

play07:33

functionality I will update you once

play07:36

these improvements are in place okay

play07:38

incredible then you can see it's think

play07:39

in the background and it just shows you

play07:41

all of the aspects it's done the other

play07:44

cool thing with this guys is you can

play07:45

actually share this with other

play07:47

individuals and they themselves can

play07:49

collaborate with you on developing these

play07:50

apps so they can be hosted and posted uh

play07:52

hosted and posted oh my goodness and

play07:54

just kick and butt with it cool if the

play07:56

website is leing correctly with a new

play07:57

design include the logo image update

play07:59

color scheme and improve layout cool so

play08:01

the logo we lost okay we've got

play08:04

basically a different design which I'm

play08:06

not quite happy with but again we can be

play08:07

specific with that and then we got a

play08:09

contact us form so let's just give this

play08:10

one by time my name my email and we'll

play08:12

call this one howdy and then we click

play08:15

send it to bottom sending form submit

play08:17

successfully and do we see it over here

play08:19

we do so successfully determined means

play08:21

that the web hog has received data so

play08:23

let's do this one more time okay click

play08:25

okay run this one once come back over to

play08:27

repc now and let's do the same thing

play08:29

again

play08:31

hey good looking what's

play08:34

cooking beautiful send that one off

play08:37

sending sent we come back over and guys

play08:40

so what's happened here name email but

play08:43

it hasn't actually gotten the message

play08:45

right so let's just try that one more

play08:46

time just to make sure that it's not

play08:48

bugging

play08:52

out sending send over come back over

play08:55

here and it's all empty Okay cool so

play08:58

what do we say we'll just say the design

play09:01

is worse go with white

play09:05

background the form is sending over

play09:10

data in the correct

play09:13

format however it is not carrying it is

play09:16

not posting any of the

play09:21

content the logo is not

play09:25

showing either and what would be cool

play09:28

like maybe there we go Instagram

play09:29

Facebook Twitter I just say improve the

play09:32

UI of the

play09:34

buttons beautiful hit enter and guys and

play09:37

basically anytime you're developing any

play09:38

AI web application this essentially is

play09:40

the process where you're going back and

play09:41

forth and giving it suggestions and

play09:43

guidance to build the thing that you

play09:44

actually need to do but here's a crucial

play09:46

thing once it fixes this we'll be able

play09:48

to get data from our AI web form and

play09:50

you'll see what it looks like in a

play09:51

second into make once it's in make we

play09:53

can do anything we want to we could

play09:54

access our own databases we could uh

play09:57

leverage any number of AI applications

play09:59

that we wish and send the data straight

play10:01

back over to uh the automation for the

play10:03

purpose of this I'm going to show you a

play10:04

very simple email automation that we can

play10:06

do off the back of it and it's going to

play10:08

be excellent now the other thing you can

play10:10

do with repa that you that may surprise

play10:12

you is you can actually C you know

play10:14

connect to the open AI API within a ret

play10:17

which means if I say hey I want a

play10:19

dynamic chat window it'll say awesome

play10:21

can you give me your open AI API key

play10:24

which means that we can then just build

play10:25

these chat Bots within ret which I think

play10:28

is pretty cool okay so round two it's

play10:30

improved the UI for us let's just give

play10:31

it my name email and a message once more

play10:35

come over to make.com run this one once

play10:37

we come straight back over and click

play10:39

Send let's see if that's sending it say

play10:41

it's been sent successfully let's wait

play10:43

for the web hook to gland and no data's

play10:45

coming oh it is cool guys watch you look

play10:47

at that man approved the email the

play10:49

message incredible then what we could do

play10:51

really simply is just say I don't know

play10:53

we could add like a chat GPT module on

play10:56

there like let's just say we want to

play10:58

create completion we come down let's

play11:00

just select the method could be

play11:01

something like uh model db4 assistant

play11:04

messages added system message content

play11:07

hey write a nice welcome email for this

play11:12

person based on this

play11:19

message I can say my business is a

play11:22

coffee shop by the way guys worst prompt

play11:24

in the world I just want to show you

play11:25

like an example of the output I like

play11:28

what it could be instead of sister let's

play11:29

just go down to user apologies Max token

play11:31

is going to be zero and this one's going

play11:32

to be Gmail click on send an email

play11:35

beautiful and what we'll do guys

play11:36

recipient click on the add email address

play11:38

is simply going to be the email

play11:40

subject's going to be

play11:42

hey welcome and then content could be

play11:45

just the result of this and then we've

play11:46

come back over and said the contact form

play11:47

works but the logo is not visible I

play11:50

understand the logo is not visible it's

play11:51

working on a fix for us incredible and

play11:53

guys you can just get the idea now that

play11:54

basically have this sort of works we

play11:55

launch it now once this is done we're

play11:58

going to publish it so it's live and we

play11:59

could do all the different things and

play12:00

pretty much anything that could be coded

play12:01

we could do here I've just added a

play12:03

contact form as an example but in

play12:05

reality you can do anything that you

play12:06

want to with this application and guys

play12:08

like if you check out the last one I did

play12:10

for example right you basically you

play12:11

deploy it you get this cool domain and

play12:13

you can get your own domains and do

play12:14

different things and you can get this

play12:16

login section so i' let people create

play12:18

accounts and obviously I did this in a

play12:19

couple of minutes you can imagine we can

play12:21

do this like literally 30 40 50 minutes

play12:23

they can log in create accounts

play12:24

registers and it stores all that

play12:26

information so it literally remembered

play12:28

my exact Lo in details so you could

play12:30

literally have now a system where people

play12:32

create accounts they log in they access

play12:33

any application that you want to and

play12:35

it's so easy to throw in even payments

play12:37

on top of that if you so wanted to so

play12:39

going to come back over let's see what

play12:41

it's doing it's presenting to the user

play12:42

it's doing a little bit more thinking

play12:44

and then we'll see exactly how it's

play12:45

finished and this one guys it's

play12:46

basically done the avir font upgrades

play12:48

which is excellent we the Dark theme

play12:50

we've got more themes now we've got

play12:51

ocean themes we got oh this is crazy but

play12:53

you basically get the concept of it now

play12:55

when we're happy with this what do we do

play12:56

we basically say hey all looks good

play13:02

publish it okay and once it's done we'll

play13:04

then be able to view this and have a

play13:05

link that we can share and do various

play13:07

other things this is now finalizing the

play13:09

details and the bits for his Autumn

play13:11

theme what do we think about Autumn

play13:12

theme I there you go so look it's

play13:14

complete the plan successfully the

play13:16

following steps were executed do we

play13:18

think it's good not good then we can

play13:20

publish it so in the top right here we

play13:21

click on deploy like so and then we have

play13:23

a few different options that we could do

play13:24

based on your own particular use cases

play13:26

just pick the style of deployment that

play13:27

you want you can read through and which

play13:28

ones best for you and we click on set up

play13:30

your deployment asks for a primary uh

play13:33

domain so we can just make a random one

play13:34

here so we'll just call this one coffee

play13:37

linkers meu Germany and for instance we

play13:41

might add some hyphens in between these

play13:43

and then it will

play13:45

check to see cool it seems like it's

play13:47

available and the pricing is $12.80 per

play13:49

month and that's basically how you do

play13:51

this cuz it's based on the bot that runs

play13:52

here all the deployment secrets that's

play13:54

cool web server background worker and

play13:56

then we just hit this deploy down by

play13:57

here at the bottom like so

play13:59

once we're happy with it now it's going

play14:01

through provision build bundle promote

play14:04

all this beautiful Cycles so you can see

play14:05

full fully transparently everything

play14:07

that's happening then once this is done

play14:08

we're going to quickly run through that

play14:10

and test it to make sure that it's

play14:11

working properly and of course guys if

play14:13

you want to know all the agents the

play14:14

blueprints to guide you can check over

play14:16

my school Community for everything from

play14:17

building an AI SS from the very

play14:20

beginning all the way through to the

play14:21

part of the you know the way you can

play14:22

actually monetize and start gener income

play14:24

in the classroom we've got loads of

play14:25

materials and now you probably find

play14:26

really really helpful to happy level up

play14:27

your AI automation game from Zero to

play14:30

Hero and Beyond and we' got lots of cool

play14:32

people we do um we do master classes

play14:34

every Friday so we've had Facebook ad

play14:36

experts LinkedIn we've had prompt

play14:39

engineering it's been like honestly

play14:40

every Friday it's like oh my goodness

play14:42

it's like it's wonderful okay now this

play14:43

is just finishing we're just waiting for

play14:44

this to let up in the background and

play14:46

guys once that's finished it then hits

play14:47

production and we can actually check out

play14:49

exactly what this looks like and guys

play14:50

then we open up into a new window we can

play14:52

check out on make NA scenarios running

play14:54

we come back over so we've got Instagram

play14:56

Facebook Twitter and Tik Tok we can

play14:58

provide URLs for that we'll try the

play14:59

contact form so we say hey chat Roberts

play15:01

email is this and we'll say hey uh I

play15:04

would like to order I don't know

play15:08

something like 200 100 bags of coffee

play15:14

beans thanks awesome and hit send

play15:18

sending sent form submit successfully

play15:21

obviously we can change and customize

play15:22

the F the contrast that sort of stuff

play15:23

and we come back over the web hooks

play15:24

picked everything up let's see what

play15:26

we've got there add like 100 bags of

play15:27

coffee beans thanks let's chat you bque

play15:29

cre for us let's have a quick look we

play15:31

come down to the message 100 bags of our

play15:33

premium coffee beans have truly made our

play15:34

day we proud ourselves and blah blah

play15:35

blah you come down L Stu obviously the

play15:37

prompt was terrible but the idea is now

play15:39

we sent an email off the back of that so

play15:41

essentially we've got our own web page

play15:42

we've got a contact form we've connected

play15:44

it to make and essentially we can do

play15:45

anything if you had a few more minutes

play15:47

with this you would work on

play15:48

troubleshooting to get the logo bit

play15:49

fixed and then would' add all links in

play15:51

and essentially guys that is the entire

play15:53

process in a nutshell I can't wait to

play15:55

see what you build with repler and your

play15:56

own particular thoughts on it but in any

play15:58

case guys have a a wonderful week and

play15:59

I'll see you in my next video

Rate This
★
★
★
★
★

5.0 / 5 (0 votes)

Étiquettes Connexes
AI Web AppsRepl.itCoding PlatformApp DeploymentWeb DevelopmentCommunity MeetupGermanyFrankfurtCoffee ShopAutomation
Besoin d'un résumé en anglais ?