New year brings new features for Tilda! You can now deploy Next.js Commerce projects with zero additional configuration.
Next.js Commerce is a toolkit for building high performance and scalable commerce applications. It comes with a set of pre-built components and hooks that you can use to quickly build an e-commerce store.
Next.js Commerce on Tilda
Next.js Commerce support on Tilda makes it easy to deploy your Next.js Commerce projects. Or you can also deploy new Next.js Commerce projects with just two commands.
tilda build nextjs
tilda deploy --project my-project --site my-site
This support is available in Tilda CLI versions 0.31.0 and greater. To check your Tilda CLI version, run tilda
command in your terminal.
You can upgrade your Tilda CLI by running npm install -g @tildacloud/cli@latest
Demo
We've deployed an example Next.js Commerce project to Tilda. Check it out by visiting https://demo-nextjs-commerce-main.tilda.build/.
This demo is based off the https://github.com/TildaCloud/nextjs-commerce-demo repository.