Is there any way to move a web app from Replit to host on infinityfree?

Other Information

I’m just wondering if there is anyway, and if there is how, to move a replit web application and host it on an infinity free website. Replit is too expensive for my budget right now.

1 Like

As a note, I am completely new to infinityfree. I tried setting up a sight a while ago for some reason though, but I’m not sure I did anything but delete it.

1 Like

Please understand that Replit is a very different service than our hosting. Replit is more like application hosting, whereas we provide a website hosting service. They are different services for a different use case and different audiences, and many things will be very different.

If your application is a PHP application that’s used by web browsers, you may be able to host it here. Other programming languages are not supported on our hosting, and neither are things like API access.

So it really depends on what your application does, what it needs, and how it’s used.

If my answer here doesn’t sufficiently answer your question, can you tell us more about your application?

9 Likes

The site is made with mainly ts and tsx files, but has some html and css.

1 Like

Is that server side typescript or client side typescript?

If it’s server side, then it’s Node.js, which is not PHP, so you cannot host it here.

If it’s client side, then you don’t need anything on the server and can host it on a fully static hosting service.

6 Likes

Serverside. Damn.

1 Like