# 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="target-audience" %}
[target-audience](https://docs.saaster.io/introduction/target-audience)
{% endcontent-ref %}

{% content-ref url="features" %}
[features](https://docs.saaster.io/introduction/features)
{% endcontent-ref %}

{% content-ref url="../development/local-development" %}
[local-development](https://docs.saaster.io/development/local-development)
{% 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: 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.
