Add Spin to an Existing Project

Adding Spin to an existing project is easy. Everything works through the spin init command, we'll ask you a few questions, then you'll be on your way to shipping a 100% replicated application.

Install Spin

We have a number of ways to install Spin. Pick any one.

Initialize Spin

Run this command in the root of your project:

Initialize Spin

spin init <template-name>

You need to replace <template-name> with the name of the template you want to use. You can find available templates under "Spin Hub", which is a collection of templates contributed by the Spin community.

Next Steps

Start up your development environment →