# Production Checklist

Before you go into Production, make sure you check the items that are in this document.

It'll give you a sense of where you are in your SaaS journey and what else you can do.

{% hint style="info" %}
Be reminded that this list is advisory only and you are able to pick and choose which ones you really need to do.
{% endhint %}

## Ship now

### Prerequisites

* [ ] Github Account
* [ ] Domain Name with DNS Access
* [ ] Cloud Account for VPS or AWS
* [ ] Vercel Account
* [ ] Verified Production Postman Account
* [ ] Verified Production Stripe Account

### Design

* [ ] Design System

### Development

* [ ] Features

***

Ship later


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.novel.dev/guides/production-checklist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
