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

# Overview

{% embed url="<https://roadmap.friggframework.org>" %}

We've got a dedicated roadmap tool to help you track specifics, and to let you make suggestions. Wherever you're comfortable, since it's integrated to GitHub.

At a very high level, however, here's what we want to accomplish in the near, mid, and long terms:

### Near Term Roadmap

This is in the next 3-6 months, heading into 2023.

* Rapidly add more API Modules
* Add unit tests to all core modules to harden them up for future iteration
* Simplify the install process
* Add more documentation
* Add notes for deploying using popular services

### Mid Term Roadmap

In the next 6-12 months, through 2023

* Add support for major databases
  * Postgres
  * Redis
  * MySQL ?
  * DynamoDB
* Add support for all major cloud providers
  * Google Cloud
  * Microsoft Azure
* Add CLI for rapidly adding integrations
* Add robust versioning system
* Analytics and Management API and corresponding code

### Long Term Roadmap

Sometime in the future, end state goal

* Make Frigg easily deployable with docker/kubernetes if desired
* Support multiple languages for runtime
* Optimize the primitives so Frigg is the fastest possible service
*


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.friggframework.org/roadmap/page-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
