diff --git a/docs/introduction.mdx b/docs/introduction.mdx
index 7a2ea6a..98a94ec 100644
--- a/docs/introduction.mdx
+++ b/docs/introduction.mdx
@@ -2,11 +2,10 @@
title: Introduction
---
-import { cloudflare, nextjs, reactRouter, astro, bun, node, docker, vite, aws } from "/snippets/integration-icons.mdx"
+import { cloudflare, nextjs, reactRouter, astro, bun, node, docker, vite, aws, d1, libsql, sqlite, postgres, turso } from "/snippets/integration-icons.mdx"
import { Stackblitz, examples } from "/snippets/stackblitz.mdx"
-Glad you're here! This is about **bknd**, a feature-rich backend that is so lightweight it could
-run on your toaster (probably).
+Glad you're here! **bknd** is a lightweight, infrastructure agnostic and feature-rich backend that runs in any JavaScript environment.
## Preview
Here is a preview of **bknd** in StackBlitz:
@@ -91,3 +90,38 @@ in the future, so stay tuned!
Create a new issue to request a guide for your runtime or framework.
+
+## Use your favorite SQL Database
+The following databases are currently supported. Request a new integration if your favorite is missing.
+
+
+ {libsql}}
+ href="/usage/database#database"
+ />
+ {turso}}
+ href="/usage/database#sqlite-using-libsql-on-turso"
+ />
+ {postgres}}
+ href="/usage/database#postgresql"
+ />
+ {d1}}
+ href="/usage/database#cloudflare-d1"
+ />
+
+
+ Create a new issue to request a new database integration.
+
+