Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .optimize-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,17 @@
"static/images/blog/appwrite-vs-supabase-ai-apps/cover.png": "3f38661cc9041201ca3a5f6dfd58d912584f0c5887003d4b73795b232f7d4e04",
"static/images/blog/appwrite-vs-vercel-vs-netlify/cover.png": "dbe40ef9cd2308555771129b95a6bfd7c7d6aa31fb88dab3a9071ad8a415284b",
"static/images/blog/appwrite-webhooks/cover.png": "3dfed85fb2fbe79c894b9f3808ba95a9533d9c3307879582e1e84d842e3d620f",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/1200x628-2.jpg": "18b6765fbe3676c49abf70a62571b368e54b8a1a492dc7117c72e36b708ca3e7",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/announcing_appwrite_mcp_server.png": "1460f7953971cd5f4da04118d16dfb90187e50b5ceef65b020562ef9a1172e00",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/app.jpg": "9dcbecfdf0a02f17e1ccc8126d220652c1820b1c451e13436b62b37f54a524f3",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Claude_plugin_cover-2.jpg": "ff663e670691d9d68e4d59e8194a2661ff7d8a37acd0d07ebb948314e5752708",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/cover.png": "0afd1bbe27193389c7951b8ec4be470b79169bf9ad2c5f97b3dbe1e1eca82169",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/hhhhh.png": "86eabc07d32ba81802ad46cd4a4727511f3f47989796aa085be686cf2b4874a0",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Image.png": "207e8acd544ebdd118f9aafb9d049dfa7fbb87868947d3df8b0fe86288848df0",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/LinkedIn.png": "1d765e0401ae5ba117d2c735cd77576b4e018cec2758587077f22da57917cf38",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/realtime_subscriptions_final.png": "26f3c24f5184967256bdf6f85d0c56b50eb106b6d1aa106588dd4941a24d4857",
Comment thread
greptile-apps[bot] marked this conversation as resolved.
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/ttl_caching0.75x.png": "45102679260700d191c2c1827d248e6a6eb82840c9a9eddf4e359bdf03f7c6e8",
"static/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Twitter_LinkedIn_Facebook.png": "1ff4ea62e7e51e03f86fa7aeb84787cf56046fd3d68f3745095794a6809e12bb",
"static/images/blog/avif-in-storage/cover.png": "23c26ec1a8f23f5bf6c55b19407d0738aa41cdc502dc3eef14a78f430a14447b",
"static/images/blog/avoid-backend-overengineering/cover.png": "c586c235dd6d3f992980748ec7b15cd3411edefe2e71dffc080840540f6d3ba3",
"static/images/blog/baa-explained/cover.png": "a7b144c7549498760cc2bfddda186b8182766ef72e308abc637dc4cbb5a2c853",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
---
layout: post
title: "April Product update: MongoDB support, Appwrite 1.9.0, Realtime upgrades and AI tooling"
description: Get a full recap of everything shipped across Appwrite in April, including the official MongoDB partnership in Appwrite 1.9.0, Terraform support, Realtime upgrades, performance improvements, new infrastructure APIs, and deeper AI integrations for Claude Code, Cursor, and MCP workflows.
date: 2026-05-08
cover: /images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/cover.avif
timeToRead: 5
author: aishwari
category: product
featured: false
---

Welcome back to the product update. April was packed with major releases across Appwrite. From our official MongoDB partnership and Appwrite 1.9.0 to new infrastructure APIs, Realtime improvements, performance upgrades, and deeper AI integrations, we shipped updates focused on helping you build faster, scale more reliably, and integrate Appwrite more deeply into your workflows.

Here is a quick overview of what we shipped:

- Appwrite and MongoDB partnership in Appwrite 1.9.0
- Terraform provider for Appwrite
- Message based Realtime over a single WebSocket
- List response caching with TTL
- Introducing the Webhooks API
- Official Appwrite Rust Server SDK
- Appwrite MCP Server 2.0
- Appwrite plugin for Claude Code
- Appwrite plugin now available on Cursor

Let's dive in.

![1200x628-2.jpg](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/1200x628-2.avif)

# Appwrite and MongoDB join forces in Appwrite 1.9.0

Appwrite and MongoDB are now official partners. Starting with Appwrite 1.9.0, MongoDB is supported as a database option for self hosted deployments.

You can run Appwrite directly on your existing MongoDB infrastructure while keeping the same APIs and SDKs. No breaking changes. No rewrites.

Reuse your existing backups, monitoring, and scaling setup while staying fully open source and self hosted.

This release also includes improvements across Databases, Realtime, Auth, and infrastructure. You get better handling of large integers, new string column types, configurable caching, and improved observability for database usage.

[Read the announcement](https://appwrite.io/blog/post/appwrite-mongodb-partnership-self-hosted)

![LinkedIn.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/LinkedIn.avif)

# Terraform provider for Appwrite

You can now manage your Appwrite infrastructure using Terraform.

Define databases, storage, functions, auth, messaging, and more using HCL, and apply changes consistently across environments.

Works with both Appwrite Cloud and self-hosted setups.

[Read the announcement](https://appwrite.io/blog/post/introducing-terraform-provider-for-appwrite)

![realtime subscriptions final.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/realtime_subscriptions_final.avif)

# Message-based Realtime over a single WebSocket

Realtime has been reworked to use a message-based protocol over a single persistent WebSocket connection.

You can now manage multiple subscriptions on one connection, update them without reconnecting, and avoid URL length limits entirely. This makes Realtime more predictable and scalable for production workloads.

[Learn more](https://appwrite.io/blog/post/announcing-message-based-realtime-sdk)

![ttl caching@0.75x.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/ttl_caching0.75x.avif)

# List response caching with TTL

You can now cache list query responses in memory using a configurable TTL.

Repeated reads skip the database entirely until the cache expires, improving performance for feeds, dashboards, and frequently accessed data.

Caching is permission-aware, so users only see data they are allowed to access.

[Learn more](https://appwrite.io/blog/post/announcing-list-cache-ttl)

![Twitter, LinkedIn, Facebook.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Twitter_LinkedIn_Facebook.avif)

# Introducing the Webhooks API

Webhooks can now be fully managed through the Appwrite Server SDKs.

Create, update, and delete webhooks directly from code, configure signing secrets, and automate workflows for CI/CD or multi-tenant systems.

Available across all major Server SDKs.

[Learn more](https://appwrite.io/blog/post/announcing-webhooks-api)

![Announcing Webhooks API](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/hhhhh.avif)

# Introducing the Appwrite Rust SDK

Appwrite now has an official Server SDK for Rust.

It is async-first, type-safe, and designed for backend services and infrastructure use cases, covering all major Appwrite services. No raw HTTP calls, just a clean and idiomatic Rust API.

[Learn more](https://appwrite.io/blog/post/announcing-appwrite-rust-sdk)

![announcing appwrite mcp server.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/announcing_appwrite_mcp_server.avif)

# Appwrite MCP Server 2.0

We have rebuilt the Appwrite MCP server with a simpler architecture.

Instead of passing service flags, everything is now enabled by default. The server exposes two tools: one to search the full Appwrite tool catalog, and one to execute operations. This reduces complexity and uses less of the model's context.

[Read the announcement](https://appwrite.io/blog/post/announcing-appwrite-mcp-server-2)

![Claude plugin cover-2.jpg](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Claude_plugin_cover-2.avif)

# Appwrite plugin for Claude Code

Connecting Claude Code to a real backend usually takes manual setup and extra context.
Comment thread
greptile-apps[bot] marked this conversation as resolved.

The Appwrite plugin removes that. With a single install, your agent can interact with your Appwrite project using the right context from the start, with built-in skills and MCP servers included.

[Learn more](https://appwrite.io/blog/post/announcing-appwrite-claude-code-plugin)

![app.jpg](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/app.avif)

# Appwrite plugin now available on Cursor

The Appwrite plugin is now live on the Cursor marketplace.

No need to configure MCP servers or install skills separately. Just install and start building with support for the Appwrite CLI and major SDKs.

[Install from the Cursor marketplace](https://cursor.com/marketplace/appwrite)

![Image.png](/images/blog/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling/Image.avif)

# Community Recognitions

We are excited to feature Abid as part of our monthly Community Recognitions for April 2026. Abid created a wrapper around an earlier version of the Appwrite MCP server to reduce token and context usage, an idea that later inspired improvements in Appwrite MCP Server 2.0.

If you would like to participate in next month's Community Recognitions, [join our Discord server](https://discord.gg/3nfbe6NhkE) and showcase your project.

# Engineering Resources

- [5 Claude hacks you need to try right now](https://appwrite.io/blog/post/5-claude-hacks-you-need-to-try-right-now)
- [Claude Mythos preview: the model too powerful to release](https://appwrite.io/blog/post/claude-mythos-preview)
- [Did Claude Design just kill Lovable?](https://appwrite.io/blog/post/did-claude-design-kill-lovable)
- [6 practical ways developers use AI to build faster](https://appwrite.io/blog/post/6-practical-ways-developers-use-ai-to-build-faster)
- [How to add a backend to apps built with Claude Code](https://appwrite.io/blog/post/backend-for-claude-code-apps)

# What's to come

We are just getting started with MongoDB and AI integrations. Expect deeper database flexibility, more tools for AI-assisted development, and continued improvements across performance and developer experience.

Follow us on [X](https://x.com/appwrite) and check our [Changelog](https://appwrite.io/changelog) regularly, as we will release more information in the coming weeks.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading