Hosting Your Website/API on Square Cloud
Learn how to host your website or API on Square Cloud using the squarecloud.app configuration file.
Introduction
- Create an account on Square Cloud, which can be done through the sign up page. You can use your email to create an account.
- Have an active paid plan on your account. You can view our plans and purchase one according to your needs here.
Creating the squarecloud config file
Learn about: how to make the configuration file for Square Cloud.
The squarecloud.app file is a configuration file that will be used to configure your application; it will be used to define the name, description, version, main file, among other things.
Important website parameters
The website port needs to be 80, if you are using a static website, you don’t need to set the START
parameter.
In squarecloud.app configuration file:
SUBDOMAIN
: If you are hosting a website, set this parameter to your desired subdomain.START
: A custom startup command (if needed).
my-subdomain-parameter
.squareweb.appSupport for multiple technologies
React
Learn how to host your React website on Square Cloud.
Next.js
Learn how to host your Next.js website on Square Cloud.
NestJs
Learn how to host your NestJs application on Square Cloud.
Vite
Learn how to host your Vite website on Square Cloud.
Vue
Learn how to host your Vue website on Square Cloud.
Flask
Learn how to host your Flask application on Square Cloud.
Django
Learn how to host your Django application on Square Cloud.
Lavalink
Learn how to host your Lavalink server and stream high-quality music to your Discord bot.
By following these steps, you’ll have your website or API up and running smoothly on Square Cloud. If you encounter any issues or need further assistance, don’t hesitate to reach out to our support team.
Was this page helpful?