Docs: Add beta warning callout to start page

This commit is contained in:
cameronapak
2026-01-25 13:58:43 -06:00
parent ccd504440e
commit 16b1cde8ea

View File

@@ -8,6 +8,10 @@ import { Icon } from "@iconify/react";
import { examples } from "@/app/_components/StackBlitz";
import { SquareMousePointer, Code, Blend } from 'lucide-react';
<Callout type="warning" title="bknd is in beta">
We're making great progress towards v1, but don't recommend production use yet.
Follow along for updates on [GitHub Releases](https://github.com/bknd-io/bknd/releases) and in our [Discord community](https://discord.gg/952SFk8Tb8)
</Callout>
Glad you're here! **bknd** is a lightweight, infrastructure agnostic and feature-rich backend that runs in any JavaScript environment.
@@ -188,4 +192,4 @@ The following databases are currently supported. Request a new integration if yo
<Card title="Hybrid" href="/usage/introduction#hybrid-mode" icon={<Blend className="text-fd-primary !size-6" />}>
Configure your backend visually while in development, use a read-only configuration in production.
</Card>
</Cards>
</Cards>