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

# Overview

Welcome to the saaster documentation. Saaster is a web application written in CFML that offers all the basic functionality that you need for a SaaS project. With saaster you can save the development time (and costs) of programming these basic functions by yourself.

## Demo

Checkout our demo at [app.saaster.io](https://app.saaster.io)

**Login**\
User: *<demo@saaster.io>*\
Pass: *testtest*

#### Test credit cards

You need a credit card to activate plans or modules. Here are some credit cards with which you can test the payment processes:

> Insert three random digits for CVC and a future date for Date

| NUMBER           | BRAND            |
| ---------------- | ---------------- |
| 4242424242424242 | Visa             |
| 5555555555554444 | Mastercard       |
| 378282246310005  | American Express |

## License

Saaster is open source and bound to the [MIT licence](https://github.com/PAWECOGmbH/saaster/blob/main/LICENSE).

## Quick links

{% content-ref url="/pages/wmEc6m30KVmf3bANpSxQ" %}
[Target Audience](/introduction/target-audience.md)
{% endcontent-ref %}

{% content-ref url="/pages/qEosNNYccfI1hDk0Nnmk" %}
[Features](/introduction/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/5SWiRIyjSaewdML6YMno" %}
[Local development](/development/local-development.md)
{% endcontent-ref %}

**Used open source projects:**

* <https://github.com/tabler/tabler/blob/main/LICENSE>
* <https://github.com/JeremyFagis/dropify/blob/master/LICENCE.md>
* <https://github.com/Alex-D/Trumbowyg/blob/develop/LICENSE>
* <https://github.com/twbs/bootstrap/blob/main/LICENSE>
* <https://github.com/Ortus-Solutions/MockDataCFC/blob/development/LICENSE>
* <https://fontawesome.com/v4/license/>
* <https://github.com/jquery/jquery/blob/main/LICENSE.txt>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.saaster.io/introduction/overview.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.
