# MERNKIT

Thank you for checking out MERNKIT! As a SaaS founder with an exit I've learned that you must be obsessed with three things to be successful:&#x20;

1. Speed of execution
2. Customer Service
3. Solving the problem

Unfortunately, building a SaaS platform involves a lot of development that distracts you from obsessing on the things that matter. That is why I created MERNKIT. I needed a reusable  framework and tech stack that would allow me to:

1. Build and prototype SaaS products quickly
2. Focus on solving my customers problems

The documentation is split into two sections:

1. The back-end Node/Express/Mongo application&#x20;
2. The react/material-ui front-end.&#x20;

With all that being said, I hope you enjoy MERNKIT as much as I do! Happy coding!


---

# 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.mernkit.com/master.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.
