Qwik City

Deploy your Qwik City applications on Tilda with full support for server-side rendering and static file serving.

Prerequisites

Project Setup

Ensure your Qwik City project is configured to use the Node.js adapter. This will generate the necessary server entry files that Tilda needs to run your application. Follow the Qwik Node.js deployment guide to set up your project correctly.

Server Entry Files

Tilda looks for one of the following server entry files in your project's server directory:

Building Your Project

To build your Qwik City project for deployment on Tilda, use the following command:

Build Command
Bash
tilda build qwik

By default, this command:

Custom Build Command

If you need to use a different build command, you can specify it using the --buildCommand flag:

Custom Build Command
Bash
tilda build qwik --buildCommand 'yarn build'

Custom Project Directory

To build a project in a different directory, use the --projectDir flag:

Custom Project Directory
Bash
tilda build qwik --projectDir ./path/to/project

Troubleshooting

Tip: Run tilda to check your CLI version.