From ae9c67eda1d08b35bf6ca6ad74626969bbfe6bdc Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Tue, 17 Mar 2026 18:58:08 +0100 Subject: [PATCH 1/2] chore: drop preview/not-for-production disclaimers Signed-off-by: Pawel Kosiec --- README.md | 11 ----------- docs/docusaurus.config.ts | 8 -------- 2 files changed, 19 deletions(-) diff --git a/README.md b/README.md index f011b8d9..82f387ac 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,6 @@ Build Databricks Apps faster with our brand-new Node.js + React SDK. Built for humans and AI. -> [!WARNING] -> PREVIEW - NOT FOR PRODUCTION USE - -> **This SDK is in preview and is subject to change without notice.** -> -> - ❌ **Do NOT use in production environments** -> - ⚠️ **Breaking changes may occur at any time** -> - 🔬 **APIs are experimental and unstable** -> - 📝 **Use for development and testing only** -> - ## Introduction AppKit is a TypeScript SDK for building production-ready Databricks applications with a plugin-based architecture. It provides opinionated defaults, built-in observability, and seamless integration with Databricks services. diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 6b945dc7..2e946177 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -199,14 +199,6 @@ const config: Config = { ], themeConfig: { - announcementBar: { - id: "preview-not-for-production", - content: - "⚠️ AppKit is in an early development phase and is subject to change without notice. DO NOT use in production environments.", - backgroundColor: "#f0f0f0", - textColor: "#000000", - isCloseable: true, - }, colorMode: { respectPrefersColorScheme: true, }, From 33b6b40aa9ec0453ef543dee51bd3d431ea9176f Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Tue, 17 Mar 2026 19:06:30 +0100 Subject: [PATCH 2/2] chore: update README with all available plugins Signed-off-by: Pawel Kosiec --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 82f387ac..332dfea6 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,10 @@ AppKit simplifies building data applications on Databricks by providing: AppKit's power comes from its plugin system. Each plugin adds a focused capability to your app with minimal configuration. -### Available now - -- **Analytics Plugin** — Query your Lakehouse data directly from your app. Define SQL queries as files, execute them against Databricks SQL Warehouses, and get automatic caching, parameterization, and on-behalf-of user execution out of the box. Perfect for building apps that surface insights from your Lakehouse. +- **Analytics Plugin** — Query your Lakehouse data directly from your app. Define SQL queries as files, execute them against Databricks SQL Warehouses, and get automatic caching, parameterization, and on-behalf-of user execution out of the box. - **Genie Plugin** — Conversational AI interface powered by Databricks AI/BI Genie. Let users ask natural language questions against your data and get answers with automatic chart inference and visualization. - -### Coming soon - -- **Files Plugin** — Browse, upload, and manage files in Unity Catalog Volumes -- **Lakebase Plugin** — OLTP database operations with automatic OAuth token management -- ...and this is just the beginning. +- **Files Plugin** — Browse, upload, and manage files in Unity Catalog Volumes. Supports multiple volumes, content type validation, and on-behalf-of user access. +- **Lakebase Plugin** — OLTP database operations against Databricks Lakebase with automatic OAuth token management. Returns a standard `pg.Pool` compatible with Prisma, Drizzle, TypeORM, and other ORMs. > Missing a plugin? [Open an issue](https://github.com/databricks/appkit/issues/new) and tell us what you need — community input directly shapes the roadmap.