Tilda is a cloud platform for Node.js websites and applications. It provides a simple way to deploy and manage your projects.
Sign up for a free account at tilda.net/sign/ to get started.
Projects are the core of Tilda. They are used to group your Sites together and collaborate with your team.
Once you've signed up, you can create a new project by clicking the "Create new Project" button in the dashboard.
Sites are the individual applications or websites that you deploy to Tilda. Each Site has its own unique URL and settings like environment variables.
After creating a Project, you can create a new Site by clicking the "Create new Site" button in the dashboard.
The Tilda Command Line Interface (CLI) is a tool that allows you to deploy your projects to Tilda from your local machine.
Install the latest version of the Tilda CLI globally using npm:
npm install -g @tildacloud/cli@latest
After installation, verify it's properly installed:
tilda --version
For more detailed information about using the CLI, check out the CLI quickstart guide.
Once you have the Tilda CLI installed, you can deploy your applications to Tilda. Tilda supports a wide range of frameworks and runtimes. See our documentation overview page for options.
Or you can follow the Next.js deployment guide to deploy your Next.js application on Tilda.