> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/website-template/introduction.md).

# Introduction

Gravity ships complete with a SaaS website template that you can deploy separately from your main web application.

The template is built with Astro to empower you with server-side rendering (SSR) and enhance SEO. Blog page templates are included with support for using Ghost as a headless blog.

## Pages Included

| Route    | Description                  |
| -------- | ---------------------------- |
| /        | Website / landing page       |
| /pricing | Price plans and signup links |
| /terms   | Legal terms template         |
| /privacy | Privacy policy template      |
| /contact | Contact form                 |

## Astro.js

The website template uses Astro for pages and components. The template builds to static pages, but you can easily enable the Node.js server too.

[Read more in the Astro docs.](mailto:undefined)
