---
title: Products
description: Managed database, storage, and queues, alongside compute.
order: 70
---

Beyond running your application ([compute](/docs/concepts/how-it-works.md)), Atlasflow is building managed data products that connect to your workloads automatically.

> **Note:** Managed database, storage, and queues are **coming soon**. Today, bring your own and connect to it with [runtime environment variables](/docs/guides/environment-variables.md).

## In this section

- [Database](/docs/products/database.md): Managed Postgres, wired into your workloads. Coming soon.
- [Storage](/docs/products/storage.md): S3-compatible object storage, managed alongside compute. Coming soon.
- [Queue](/docs/products/queue.md): Durable async queues as a platform primitive. Coming soon.

## Using external services today

Until these products launch, point your application at an external provider:

- Add the connection string or credentials as [runtime variables](/docs/guides/environment-variables.md).
- Keep secrets out of your repository.
- Your container reaches external services over the network as usual.