You can add Static CMS [to an existing site](/docs/add-to-your-site/), but the quickest way to get started is with a template. Found below, our featured templates deploy a bare-bones site and Static CMS to Netlify, giving you a fully working CMS-enabled site with just a few clicks.
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/one-click-hugo-cms&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/AustinGreen/gatsby-starter-netlify-cms&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/tomrutgers/middleman-starter-netlify-cms&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/preactjs/preact-netlify&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/wutali/nextjs-netlify-blog-template&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/surjithctly/neat-starter&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/Knogobert/ntn-boilerplate&stack=cms"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
<p><ahref="https://app.netlify.com/start/deploy?repository=https://github.com/wernerglinka/metalsmith-netlify-starter"><imgsrc="https://www.netlify.com/img/deploy/button.svg"alt="Deploy to Netlify"/></a></p>
</div>
</div>
After clicking one of those buttons, authenticate with GitHub or GitLab and choose a repository name. Netlify then automatically creates a clone of the repository in your GitHub or GitLab account. Next, it builds and deploys the new site on Netlify, bringing you to the site dashboard after completing the build.
**Note for Bitbucket users:** Static CMS supports Bitbucket repositories, but Bitbucket's permissions won't work with the Deploy to Netlify buttons above. You can still set up a repository manually, or follow the [tutorial](/docs/add-to-your-site) for adding Static CMS to an existing site.
![Sample email subject line: You've been invited to join radiologist-amanda-53841.netlify.com](https://staticjscms.github.io/static-cms/img/email-subject.png?raw=true)
3. Enter a password, sign in, and you’ll go to the CMS. (For future visits, you can go straight to `<yoursiteaddress.com>/admin/`.)
Try adding and editing posts, or changing the content of the Products page. When you save, the changes are pushed immediately to your Git repository, triggering a build on Netlify, and updating the content on your site. Check out the configuration code by visiting your site repo.
* If you’d like to add more CMS editors or change how they log in to your site, read up on [Netlify Identity service](https://www.netlify.com/docs/identity).