# Square Cloud > Official documentation for Square Cloud - the developer-friendly cloud platform for hosting Discord bots, websites, applications and databases. Explore comprehensive guides, API references, and tutorials for seamless deployment across multiple programming languages including JavaScript, Python, Java, and more. Discover simplified cloud hosting with powerful features like database integration, custom domains, and team collaboration tools. ## Docs - [Authentication](https://docs.squarecloud.app/en/api-reference/authentication.md): Learn what it takes to authenticate to the Square Cloud API. - [Commit Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/commit.md): Send a change to your application. It has a rate limit of 1 request every 3 seconds. - [Delete Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/delete.md): Remove your application from Square Cloud. (yellow category) - [Get Current](https://docs.squarecloud.app/en/api-reference/endpoint/apps/deploy/info.md): Get the current deployment information for an application. - [List Deployments](https://docs.squarecloud.app/en/api-reference/endpoint/apps/deploy/list.md): Get the last 10 deployments of an application from the last 24 hours. - [Set GitHub Webhook](https://docs.squarecloud.app/en/api-reference/endpoint/apps/deploy/webhooks.md): Integrate Square Cloud with GitHub webhooks. - [Add/Edit Variables](https://docs.squarecloud.app/en/api-reference/endpoint/apps/envs/add_n_edit.md): Add or edits the environment variables. - [List Variables](https://docs.squarecloud.app/en/api-reference/endpoint/apps/envs/get.md): Get environment variables. - [Overwrite Variables](https://docs.squarecloud.app/en/api-reference/endpoint/apps/envs/overwrite.md): Overwrites environment variables with the new values. - [Remove Variables](https://docs.squarecloud.app/en/api-reference/endpoint/apps/envs/remove.md): Remove a environment variable. - [Read File](https://docs.squarecloud.app/en/api-reference/endpoint/apps/filemanager/content.md): Read a file from your application. - [Delete File](https://docs.squarecloud.app/en/api-reference/endpoint/apps/filemanager/delete.md): Delete a file from your application. - [List Files](https://docs.squarecloud.app/en/api-reference/endpoint/apps/filemanager/list.md): List the files of your application. - [Move File](https://docs.squarecloud.app/en/api-reference/endpoint/apps/filemanager/patch.md): Move a file in your application. - [Create/Modify File](https://docs.squarecloud.app/en/api-reference/endpoint/apps/filemanager/put.md): Create files in your application. - [Get Application Info](https://docs.squarecloud.app/en/api-reference/endpoint/apps/info.md): Retrieve technical information about your application. - [Get Application Logs](https://docs.squarecloud.app/en/api-reference/endpoint/apps/logs.md): Collect the latest 1000 lines of logs from your application. It has a rate limit of 1 request every 5 seconds. - [Website Analytics](https://docs.squarecloud.app/en/api-reference/endpoint/apps/network/analytics.md): Get analytics for a website hosted on Square Cloud. There is a rate limit of 1 uncached request every 10 seconds. - [Set Custom Domain](https://docs.squarecloud.app/en/api-reference/endpoint/apps/network/custom.md): Integrate your website with a custom domain. It has a rate limit of 1 request every 60 seconds. - [Get DNS Records](https://docs.squarecloud.app/en/api-reference/endpoint/apps/network/dns.md): Get the DNS records for your custom domain. - [Purge Cache](https://docs.squarecloud.app/en/api-reference/endpoint/apps/network/purge_cache.md): Purge the global cache of the application on the Edge. Has a rate limit of 1 request every 60 seconds. - [Real-time Logs](https://docs.squarecloud.app/en/api-reference/endpoint/apps/realtime.md): Establish a Server-Sent Events (SSE) connection to receive your application's logs in real-time. Upon connection, the 200 most recent log lines are sent, followed by new updates. The connection can be maintained for up to 30 minutes. - [Restart Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/restart.md): Initiate your application. - [List Snapshots](https://docs.squarecloud.app/en/api-reference/endpoint/apps/snapshots/get.md): This route allows you to retrieve a list of snapshots for a specific application. - [Create Snapshot](https://docs.squarecloud.app/en/api-reference/endpoint/apps/snapshots/post.md): Perform a snapshot of your application. It has a rate limit of 1 request every 5 seconds. - [Restore Snapshot](https://docs.squarecloud.app/en/api-reference/endpoint/apps/snapshots/restore.md): Restores an application based on a snapshot of it. - [Start Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/start.md): Initiate your application. - [Get Application Status](https://docs.squarecloud.app/en/api-reference/endpoint/apps/status.md): Collect status information about your application. - [All Applications Status](https://docs.squarecloud.app/en/api-reference/endpoint/apps/status-all.md): Collect status information about all your applications in real time. It has a rate limit of 15 request every 60 seconds. - [Stop Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/stop.md): Initiate your application. - [Upload Application](https://docs.squarecloud.app/en/api-reference/endpoint/apps/upload.md): Send an application to Square Cloud. It has a rate limit of 1 request every 3 seconds. - [Create Database](https://docs.squarecloud.app/en/api-reference/endpoint/databases/create.md): Creates a Database instance hosted on Square Cloud. - [Get Certificate](https://docs.squarecloud.app/en/api-reference/endpoint/databases/credentials/get_certificate.md): Gets the certificate of a database hosted on Square Cloud. - [Reset Credentials](https://docs.squarecloud.app/en/api-reference/endpoint/databases/credentials/reset.md): Resets the certificate or a password of a database hosted on Square Cloud. - [Delete Database](https://docs.squarecloud.app/en/api-reference/endpoint/databases/delete.md): Deletes a database hosted on Square Cloud - [Edit Database](https://docs.squarecloud.app/en/api-reference/endpoint/databases/edit.md): Edits a database hosted on Square Cloud, changing name and/or memory - [Get Database Info](https://docs.squarecloud.app/en/api-reference/endpoint/databases/info.md): Retrieve detailed information about a specific database. - [Get Database Metrics](https://docs.squarecloud.app/en/api-reference/endpoint/databases/metrics.md): Gets the metrics of your hosted database. - [Create Snapshot](https://docs.squarecloud.app/en/api-reference/endpoint/databases/snapshots/do_snapshot.md): Perform a snapshot of your database. It has a rate limit of 1 request every 5 seconds. - [List Snapshots](https://docs.squarecloud.app/en/api-reference/endpoint/databases/snapshots/get.md): Get a list of all snapshots related with a single database - [Restore Snapshot](https://docs.squarecloud.app/en/api-reference/endpoint/databases/snapshots/restore.md): Restores a database based on a snapshot of it. - [Start Database](https://docs.squarecloud.app/en/api-reference/endpoint/databases/start.md): Initiate your Database. - [Get Database Status](https://docs.squarecloud.app/en/api-reference/endpoint/databases/status.md): Get all status info related with a single database - [All Databases Status](https://docs.squarecloud.app/en/api-reference/endpoint/databases/status-all.md): Gets all databases statuses. - [Stop Database](https://docs.squarecloud.app/en/api-reference/endpoint/databases/stop.md): Shuts down your Database. - [Get Service Status](https://docs.squarecloud.app/en/api-reference/endpoint/service/status.md): Check the real-time status of Square Cloud services - [Account Information](https://docs.squarecloud.app/en/api-reference/endpoint/users/me.md): Get information about your account. - [List Snapshots](https://docs.squarecloud.app/en/api-reference/endpoint/users/snapshots.md): Get List of all Snapshots. - [Add Application](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/apps/add.md): Add an application into the workspace. - [Remove Application](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/apps/remove.md): Removes an application from the workspace. - [Create Workspace](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/create.md): Create a new workspace into your Square Cloud account. - [Delete Workspace](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/delete.md): Delete the workspace. - [Get Workspace](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/get.md): Get workspace info. - [Leave Workspace](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/leave.md): Leave from workspace. - [List Workspaces](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/list.md): Gets a list of your workspaces info. - [Get Invite Code](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/members/code.md): Get your invite code to add you into an workspace. - [Invite Member](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/members/invite.md): Invites someone to an workspace. - [Remove Member](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/members/kick.md): Removes a workspace member from the workspace. - [Change Permissions](https://docs.squarecloud.app/en/api-reference/endpoint/workspace/members/perms.md): Changes workspace member permissions. - [Limitations and Restrictions](https://docs.squarecloud.app/en/api-reference/limitations-and-restrictions.md): There are some limitations and restrictions on the use of the Square Cloud API. - [Getting Started on Square Cloud with Bun](https://docs.squarecloud.app/en/articles/getting-started-with-bun.md): Learn how to get started on Square Cloud with Bun JS - [Getting Started on Square Cloud with C#](https://docs.squarecloud.app/en/articles/getting-started-with-csharp.md): Learn how to get started on Square Cloud with C# - [Getting Started on Square Cloud with Deno](https://docs.squarecloud.app/en/articles/getting-started-with-deno.md): Learn how to get started on Square Cloud with Deno - [Getting Started on Square Cloud with Elixir](https://docs.squarecloud.app/en/articles/getting-started-with-elixir.md): Learn how to get started on Square Cloud with Elixir - [Getting Started on Square Cloud with Go](https://docs.squarecloud.app/en/articles/getting-started-with-go.md): Learn how to get started on Square Cloud with Go - [Getting Started on Square Cloud with HTML/CSS](https://docs.squarecloud.app/en/articles/getting-started-with-html.md): Learn how to get started on Square Cloud with HTML/CSS - [Getting Started on Square Cloud with Java](https://docs.squarecloud.app/en/articles/getting-started-with-java.md): Learn how to get started on Square Cloud with Java - [Getting Started on Square Cloud with Node.js](https://docs.squarecloud.app/en/articles/getting-started-with-nodejs.md): Learn how to get started on Square Cloud with Node.js - [Getting Started on Square Cloud with PHP](https://docs.squarecloud.app/en/articles/getting-started-with-php.md): Learn how to get started on Square Cloud with PHP - [Getting Started on Square Cloud with Python](https://docs.squarecloud.app/en/articles/getting-started-with-python.md): Learn how to get started on Square Cloud with Python - [Getting Started on Square Cloud with Ruby](https://docs.squarecloud.app/en/articles/getting-started-with-ruby.md): Learn how to get started on Square Cloud with Ruby - [Getting Started on Square Cloud with Rust](https://docs.squarecloud.app/en/articles/getting-started-with-rust.md): Learn how to get started on Square Cloud with Rust - [How to create your package.json file](https://docs.squarecloud.app/en/articles/how-to-create-your-package-json.md): Complete guide to the package.json file in Node.js: learn how to create, configure scripts, manage dependencies, and prepare your project for production deployment. - [How to create your pyproject.toml file](https://docs.squarecloud.app/en/articles/how-to-create-your-pyproject.md): Complete guide to the pyproject.toml file in Python: learn how to create, list dependencies, pin versions, and prepare your project for production. - [How to create your requirements.txt file](https://docs.squarecloud.app/en/articles/how-to-create-your-requirements.md): Complete guide to the requirements.txt file in Python: learn how to create, list dependencies with pip freeze, pin versions, and prepare your project for production. - [Authentication](https://docs.squarecloud.app/en/blob-reference/authentication.md): Learn what it takes to authenticate to the Square Cloud API. - [Blob Delete Objects](https://docs.squarecloud.app/en/blob-reference/endpoint/delete.md): This documentation provides a comprehensive overview of the DELETE /v1/objects endpoint of the SquareCloud Blob API. - [Blob Object List](https://docs.squarecloud.app/en/blob-reference/endpoint/list.md): This documentation provides a comprehensive overview of the GET /v1/objects endpoint of the SquareCloud Blob API. - [Blob Object Post](https://docs.squarecloud.app/en/blob-reference/endpoint/post.md): This documentation provides a comprehensive overview of the POST /v1/objects endpoint of the SquareCloud Blob API. - [Blob Account Stats](https://docs.squarecloud.app/en/blob-reference/endpoint/stats.md): This documentation provides a comprehensive overview of the GET /v1/stats endpoint of the SquareCloud Blob API. - [Changelog](https://docs.squarecloud.app/en/changelog.md): Discover the latest news and improvements in Square Cloud. Follow product releases, performance optimizations, and much more. - [Authentication](https://docs.squarecloud.app/en/cli-reference/authentication.md): Learn what it takes to authenticate to the Square Cloud CLI. - [squarecloud app commit](https://docs.squarecloud.app/en/cli-reference/commands/app/commit.md): Commit your application to Square Cloud. - [squarecloud app delete](https://docs.squarecloud.app/en/cli-reference/commands/app/delete.md): Deletes your application on Square Cloud. - [squarecloud app list](https://docs.squarecloud.app/en/cli-reference/commands/app/list.md): Lists all your applications on Square Cloud. - [squarecloud app logs](https://docs.squarecloud.app/en/cli-reference/commands/app/logs.md): Displays the last 1000 terminal lines of your application on Square Cloud. - [squarecloud app restart](https://docs.squarecloud.app/en/cli-reference/commands/app/restart.md): Restarts your application on Square Cloud. - [squarecloud app snapshot](https://docs.squarecloud.app/en/cli-reference/commands/app/snapshot.md): Manages snapshots of your applications on Square Cloud. - [squarecloud app start](https://docs.squarecloud.app/en/cli-reference/commands/app/start.md): Starts your application on Square Cloud. - [squarecloud app status](https://docs.squarecloud.app/en/cli-reference/commands/app/status.md): Displays the status of your application on Square Cloud. - [squarecloud app stop](https://docs.squarecloud.app/en/cli-reference/commands/app/stop.md): Stops a running application on Square Cloud. - [squarecloud app upload](https://docs.squarecloud.app/en/cli-reference/commands/app/upload.md): Deploys your application to Square Cloud. - [squarecloud auth login](https://docs.squarecloud.app/en/cli-reference/commands/auth/login.md): Command to authenticate in the Square Cloud CLI. - [squarecloud auth logout](https://docs.squarecloud.app/en/cli-reference/commands/auth/logout.md): Command to log out from the Square Cloud CLI. - [squarecloud auth whoami](https://docs.squarecloud.app/en/cli-reference/commands/auth/whoami.md): Command to display user information in the Square Cloud CLI. - [squarecloud database snapshot](https://docs.squarecloud.app/en/cli-reference/commands/database/snapshot.md): Manages snapshots of your databases on Square Cloud. - [squarecloud help](https://docs.squarecloud.app/en/cli-reference/commands/help.md): Command to get help about any command. - [squarecloud zip](https://docs.squarecloud.app/en/cli-reference/commands/zip.md): Zip the current folder. - [Installation](https://docs.squarecloud.app/en/cli-reference/installation.md): Learn what it takes to install the Square Cloud CLI. - [Brand](https://docs.squarecloud.app/en/company/brand.md): Discover the origins, symbolism, and intrinsic connection of our logo at Square Cloud, a flexible cloud infrastructure designed from the ground up for adaptability. - [Legal](https://docs.squarecloud.app/en/company/legal.md): Square Cloud Legal Information, EULA, and Privacy Policy - [Support](https://docs.squarecloud.app/en/company/support.md): Get in touch with Square Cloud Support Team - [Automatic Deletion of Files When Deploying an Application to Square Cloud](https://docs.squarecloud.app/en/faqs/automatic-deletion-files-when-deploying-an-application-to-squarecloud.md): Learn about the files that are automatically deleted when deploying an application to Square Cloud. - [How to debug your Application](https://docs.squarecloud.app/en/faqs/debugging-an-application.md): Learn how to debug your application using discord.py and discord.js. - [Solving 'Could not locate the bindings file'](https://docs.squarecloud.app/en/faqs/troubleshooting/BETTER_SQLITE3_ERROR.md): Learn how to resolve the 'Could not locate the bindings file' issue in your application. - [Solving INVALID_DEPENDENCY](https://docs.squarecloud.app/en/faqs/troubleshooting/INVALID_DEPENDENCY.md): Learn how to resolve the Solving INVALID_DEPENDENCY issue in your application. - [Solving LACK_OF_CPU](https://docs.squarecloud.app/en/faqs/troubleshooting/LACK_OF_CPU.md): Learn how to resolve the LACK_OF_CPU issue in your application. - [Solving LACK_OF_RAM](https://docs.squarecloud.app/en/faqs/troubleshooting/LACK_OF_RAM.md): Learn how to resolve the LACK_OF_RAM issue in your application. - [Solving MODULE_NOT_FOUND](https://docs.squarecloud.app/en/faqs/troubleshooting/MODULE_NOT_FOUND.md): Learn how to resolve the MODULE_NOT_FOUND issue in your application. - [Solving TOKEN_INVALID](https://docs.squarecloud.app/en/faqs/troubleshooting/TOKEN_INVALID.md): Learn how to resolve the TOKEN_INVALID code error and ensure smooth communication with the Discord API. - [Troubleshooting Access Issues on Website or API](https://docs.squarecloud.app/en/faqs/troubleshooting/WEBSITE_UNAVAILABLE.md): Discover how to resolve issues when accessing your website or API. - [Solving Lavalink Closed Abnormally issue](https://docs.squarecloud.app/en/faqs/troubleshooting/lavalink-closed-abnormally.md): Due to recent Lavalink updates you may come across the following error: Lavalink Closed Abnormally. This article will help you solve this issue. - [Configuring MongoDB Atlas Whitelist](https://docs.squarecloud.app/en/faqs/troubleshooting/whitelist-mongodb.md): Due to how Square works in a way that has a dynamic IP, by an exclusive technology, it is impossible to provide you with an IP, since every restart in the application, you receive a unique IP. - [How to use Auto Restart in Square Cloud](https://docs.squarecloud.app/en/faqs/using-autorestart-in-your-squarecloud-application.md): Learn how to use Auto Restart in Square Cloud to automatically restart your application in case it crashes. - [How to create your squarecloud.app configuration file](https://docs.squarecloud.app/en/getting-started/config-file.md): Learn how to create your Square Cloud configuration file - [Cloud Hosting for Developers | Deploy in Seconds | Square Cloud](https://docs.squarecloud.app/en/getting-started/overview.md): High-performance cloud hosting platform for developers. Deploy bots, websites, APIs and databases (Redis, MongoDB, PostgreSQL) in seconds with automatic scalability. Robust and uncomplicated infrastructure. - [Quickstart](https://docs.squarecloud.app/en/getting-started/quick-start.md): Go from zero to hero in minutes with Square Cloud. This guide will help you get started with Square Cloud and understand the power of our platform. - [Platform limits and restrictions](https://docs.squarecloud.app/en/platform/limitations-and-restrictions.md): Technical specifications for RAM/CPU allocation, network and storage limits on Square Cloud. - [Platform Overview](https://docs.squarecloud.app/en/platform/overview.md): How to use the power of Square Cloud to create your own applications. - [Square Cloud SDKs](https://docs.squarecloud.app/en/sdks/introduction.md): Learn how to use the Square Cloud SDKs to interact with the Square Cloud API. - [Client](https://docs.squarecloud.app/en/sdks/js/client.md): The main object is the SquareCloudAPI object, instantiated with an API key. This object signifies a connection to the Square Cloud service and serves as an interface for interacting with different service aspects. - [Commit and Upload](https://docs.squarecloud.app/en/sdks/js/commit_and_upload.md): In this section you will learn how to make commits and uploads using the Square Cloud JavaScript SDK. - [Managing Applications](https://docs.squarecloud.app/en/sdks/js/managing_application.md): In this section, you will learn how to manage your application using the available library. You can interact with your application in various ways, such as obtaining information about the application status, accessing logs, starting, stopping, and restarting the application, as well as managing file… - [Managing Files](https://docs.squarecloud.app/en/sdks/js/managing_files.md): In this section, you will find information and examples on how to manipulate the files associated with your application. Learn how to list, read, create, and delete files using the Square Cloud JavaScript SDK. - [App Cache](https://docs.squarecloud.app/en/sdks/py/advanced/app_cache.md): Learn how to use the App cache. - [Listeners](https://docs.squarecloud.app/en/sdks/py/advanced/listeners.md): Learn how to use listeners in your application using the squarecloud python sdk. - [Using pydantic](https://docs.squarecloud.app/en/sdks/py/advanced/using_pydantic.md): Learn how to use pydantic to data validation. - [Client](https://docs.squarecloud.app/en/sdks/py/client.md): The central object is the Client object, instantiated with an API key. This object represents a connection to the Square Cloud service and acts as an interface to interact with various aspects of the service. - [Commit and Upload](https://docs.squarecloud.app/en/sdks/py/commit_and_upload.md): In this section you will learn how to make commits and uploads using the Client, Application and CLI. - [Deployments](https://docs.squarecloud.app/en/sdks/py/deployments.md): This guide provides examples on how to integrate and manage application deployments using this SDK. You will learn how to create GitHub integrations, retrieve current integration details, and view the latest deployments using both the client and application objects. - [Installation](https://docs.squarecloud.app/en/sdks/py/installation.md): Learn how to install the squarecloud-api package for seamless integration into your projects - [Managing Applications](https://docs.squarecloud.app/en/sdks/py/managing_application.md): In this section, you will learn how to manage your application using the available library. You can interact with your application in various ways, such as obtaining information about the application status, accessing logs, starting, stopping, and restarting the application, as well as managing file… - [Managing Files](https://docs.squarecloud.app/en/sdks/py/managing_files.md): In this section, you will find information and examples on how to manipulate the files associated with your application. Learn how to list, read, create, and delete files using the Client or the Application class for efficient resource administration of your application. - [Serverless Storage - Square Cloud Blob Storage](https://docs.squarecloud.app/en/services/blob.md): Scalable serverless storage with global CDN, zero transfer fees, and 99.999999999% availability. Square Cloud Blob Storage is ideal for applications requiring reliable storage. - [Bot Hosting](https://docs.squarecloud.app/en/services/bots.md): Host your Discord, WhatsApp and Telegram bots on the largest platform in Latin America. Enterprise performance, advanced security and development tools for your project. - [Database Hosting](https://docs.squarecloud.app/en/services/databases.md): Host databases for your applications with the largest platform in Latin America. Enterprise performance and security for your data - [Website Hosting](https://docs.squarecloud.app/en/services/sites.md): Professional website hosting with enterprise performance, Cloudflare Premium WAF security, free global CDN and ultra-fast DNS. Automatic deployment, free SSL and support for all modern frameworks. - [How to Host Django Applications](https://docs.squarecloud.app/en/tutorials/api/django.md): Learn how to create and host Django applications on Square Cloud. - [How to Host Express Applications](https://docs.squarecloud.app/en/tutorials/api/express.md): Learn how to create and host Express applications on Square Cloud. - [How to Host Fastify Applications](https://docs.squarecloud.app/en/tutorials/api/fastify.md): Learn how to create and host Fastify applications on Square Cloud. - [How to Host Flask Applications](https://docs.squarecloud.app/en/tutorials/api/flask.md): Learn how to create and host Flask applications on Square Cloud. - [How to Host Laravel Applications](https://docs.squarecloud.app/en/tutorials/api/laravel.md): Learn how to create and host Laravel applications on Square Cloud. - [How to Host NestJS Applications](https://docs.squarecloud.app/en/tutorials/api/nestjs.md): Learn how to create and host NestJS applications on Square Cloud. - [How to host Springboot Applications](https://docs.squarecloud.app/en/tutorials/api/spring-boot.md): Learn how to deploy your Spring Boot application on Square Cloud. - [How to Host Discord Bots](https://docs.squarecloud.app/en/tutorials/bots/discord.md): Learn to create and host Discord bots on Square Cloud. Complete tutorial with configuration, deployment, and practical examples in Node.js and Python. - [How to Host Slack Bots](https://docs.squarecloud.app/en/tutorials/bots/slack.md): Learn to create and host Slack bots on Square Cloud. Complete tutorial with configuration, deployment, and practical examples in Node.js and Python. - [How to Host Telegram Bots](https://docs.squarecloud.app/en/tutorials/bots/telegram.md): Learn to create and host Telegram bots on Square Cloud. Complete tutorial with configuration, deployment, and practical examples in Node.js and Python. - [How to Host WhatsApp Bots](https://docs.squarecloud.app/en/tutorials/bots/whatsapp.md): Learn to create and host Whatsapp bots on Square Cloud. Complete tutorial with configuration, deployment, and practical example in Node.js. - [How to Host X (Twitter) Bots](https://docs.squarecloud.app/en/tutorials/bots/x.md): Learn to create and host X (Twitter) bot on Square Cloud. Complete tutorial with configuration, deployment, and practical examples in Node.js and Python. - [How to connect DrizzleORM in PostgreSQL hosted in Square Cloud](https://docs.squarecloud.app/en/tutorials/databases/how-to-connect-drizzle-with-postgres.md): Learn how to connect your DrizzleORM to a PostgreSQL database hosted on Square Cloud. - [How to Connect to Postgres with JDBC](https://docs.squarecloud.app/en/tutorials/databases/how-to-connect-in-postgres-with-jdbc.md): Learn how to connect to a PostgreSQL database using JDBC in your Java applications. - [How to connect your prisma in PostgreSQL hosted in Square Cloud](https://docs.squarecloud.app/en/tutorials/databases/how-to-connect-prisma-with-postgres.md): Learn how to connect your PrismaORM to a PostgreSQL database hosted on Square Cloud. - [How to create your Lavalink server](https://docs.squarecloud.app/en/tutorials/how-to-create-your-lavalink-server.md): Learn how to create and host your own Lavalink server for Discord - Complete setup tutorial with optimized performance for music bots - [How to deploy Evolution API on Square Cloud](https://docs.squarecloud.app/en/tutorials/how-to-deploy-evolution-api.md): This tutorial will guide you to create and deploy your Evolution API application on Square Cloud. - [How to deploy n8n on Square Cloud](https://docs.squarecloud.app/en/tutorials/how-to-deploy-n8n.md): This tutorial will guide you to create and deploy your n8n application on Square Cloud. - [How to deploy your PG Admin](https://docs.squarecloud.app/en/tutorials/how-to-deploy-pgadmin.md): Learn how to host your pgadmin to access your PostGreSQL database anywhere - [How to host your Uptime Kuma](https://docs.squarecloud.app/en/tutorials/how-to-deploy-uptime-kuma.md): This tutorial will guide you to create and deploy your Uptime Kuma application on Square Cloud. - [How to Host a Selenium Application on Square Cloud](https://docs.squarecloud.app/en/tutorials/how-to-deploy-your-selenium-application.md): Complete guide for automating web navigation using Selenium and Chromium on Square Cloud with professional implementation and advanced configurations. - [How to Host your Website/API on Square Cloud](https://docs.squarecloud.app/en/tutorials/how-to-deploy-your-website.md): Complete guide for hosting websites and APIs on Square Cloud using the squarecloud.app configuration file with professional implementation. - [😁 Welcome to Square Cloud Tutorials](https://docs.squarecloud.app/en/tutorials/introduction.md): Explore Square Cloud tutorials and immerse yourself in a world of simplified enterprise hosting education. Start learning today! - [How to Set Up Your Custom Domain](https://docs.squarecloud.app/en/tutorials/platform/custom-domain.md): Learn how to configure your domain on Square Cloud - [How to Set Up Git Integration in Your Application](https://docs.squarecloud.app/en/tutorials/platform/github-integration.md): Complete guide for configuring Git integration on Square Cloud with automated deployment and professional repository management. - [How to Change Timezone](https://docs.squarecloud.app/en/tutorials/platform/timezone-change.md): Learn how to change the timezone to suit your application's needs. - [How to create and manage Workspaces](https://docs.squarecloud.app/en/tutorials/platform/workspaces.md): Learn how to create and manage Workspaces in Square Cloud. - [How to change PTB httpx to aiohttp](https://docs.squarecloud.app/en/tutorials/python/how-to-change-ptb-connection.md): This tutorial guides you on how to change httpx python-telegram-bot to aiohttp. - [How to Use Gunicorn](https://docs.squarecloud.app/en/tutorials/python/how-to-use-gunicorn.md): Learn how to use Gunicorn, a Python HTTP server. - [How to validate data with pydantic](https://docs.squarecloud.app/en/tutorials/python/how-to-validate-data-with-pydantic.md): Learn how to validate data with pydantic. - [Configure Top.gg Webhook on Square Cloud](https://docs.squarecloud.app/en/tutorials/topgg-webhook-config.md): A detailed guide to setting up the Top.gg webhook on Square Cloud. - [How to Host Angular Applications](https://docs.squarecloud.app/en/tutorials/website/angular.md): Learn how to deploy your Angular application on Square Cloud. - [How to Host Astro Applications](https://docs.squarecloud.app/en/tutorials/website/astrojs.md): Learn how to deploy your Astro application on Square Cloud. - [How to Host Gatsby Applications](https://docs.squarecloud.app/en/tutorials/website/gatsby.md): Learn how to deploy your Gatsby application on Square Cloud. - [How to Host Next.js Application](https://docs.squarecloud.app/en/tutorials/website/nextjs.md): Learn how to deploy your Next.js application on Square Cloud. - [How to Host Nuxt Applications](https://docs.squarecloud.app/en/tutorials/website/nuxt.md): Learn how to deploy your Nuxt application on Square Cloud. - [How to Host Phoenix (Elixir) Applications](https://docs.squarecloud.app/en/tutorials/website/phoenix.md): Learn how to deploy your Phoenix (Elixir) application on Square Cloud. - [How to Host Preact Applications](https://docs.squarecloud.app/en/tutorials/website/preact.md): Learn how to deploy your Preact application on Square Cloud. - [How to Host Qwik Applications](https://docs.squarecloud.app/en/tutorials/website/qwik.md): Learn how to deploy your Qwik application on Square Cloud. - [How to Host React Applications](https://docs.squarecloud.app/en/tutorials/website/react.md): Learn how to deploy your React application on Square Cloud. - [How to Host Remix Applications](https://docs.squarecloud.app/en/tutorials/website/remix.md): Learn how to deploy your Remix application on Square Cloud. - [How to Host Ruby on Rails Applications](https://docs.squarecloud.app/en/tutorials/website/ruby-on-rails.md): Learn how to deploy your Ruby on Rails application on Square Cloud. - [How to Host SolidJS Applications](https://docs.squarecloud.app/en/tutorials/website/solidjs.md): Learn how to deploy your SolidJS application to Square Cloud. - [How to Host Vite Applications](https://docs.squarecloud.app/en/tutorials/website/vite.md): Learn how to deploy your Vite application to Square Cloud. - [How to Host Vue Applications](https://docs.squarecloud.app/en/tutorials/website/vue.md): Learn how to deploy your Vue application on Square Cloud. ## Optional - [Join our Discord](https://go.squarecloud.app/discord) - [Dashboard](https://squarecloud.app/en/dashboard) - [Entre no nosso Discord](https://go.squarecloud.app/discord) - [Dashboard](https://squarecloud.app/pt-br/dashboard)