<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aishwari Pahwa</title>
    <description>The latest articles on DEV Community by Aishwari Pahwa (@aishwari_pahwa_928a3f06b0).</description>
    <link>https://dev.to/aishwari_pahwa_928a3f06b0</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3916029%2F2d9be685-85f1-4cdd-8983-e689fb4be696.jpg</url>
      <title>DEV Community: Aishwari Pahwa</title>
      <link>https://dev.to/aishwari_pahwa_928a3f06b0</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aishwari_pahwa_928a3f06b0"/>
    <language>en</language>
    <item>
      <title>Weekly roundup: Product announcements, AI updates, and developer insights</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Tue, 26 May 2026 13:13:41 +0000</pubDate>
      <link>https://dev.to/appwrite/weekly-roundup-product-announcements-ai-updates-and-developer-insights-4m3k</link>
      <guid>https://dev.to/appwrite/weekly-roundup-product-announcements-ai-updates-and-developer-insights-4m3k</guid>
      <description>&lt;p&gt;This week was packed on the Appwrite blog. We shipped major product announcements, covered important AI and developer ecosystem updates, and published new deep dives across backend infrastructure, Auth, Databases, storage, runtime support, AI coding workflows, and modern app development.&lt;/p&gt;

&lt;p&gt;Here’s everything that went live this week.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Major product announcements&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Faster Appwrite Storage uploads with parallel chunks&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We introduced parallel chunk uploads for Appwrite Storage, significantly improving large file upload performance. In benchmark tests, uploads saw improvements of up to 7x faster compared to the previous sequential approach. This update helps reduce upload bottlenecks for modern apps handling large media and datasets.&lt;/p&gt;

&lt;p&gt;Read the announcement: &lt;a href="https://appwrite.io/blog/post/faster-storage-uploads-parallel-chunks" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/faster-storage-uploads-parallel-chunks&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Email policies for Appwrite Auth&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Appwrite Auth now supports Email policies, letting developers block free email providers, aliased addresses, and disposable inboxes directly during signup. Policies can be configured independently through the Console or Server SDKs to improve signup quality and reduce abuse.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/announcing-email-policies" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/announcing-email-policies&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Bun and Deno runtimes for Appwrite Sites&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Appwrite Sites now supports Bun and Deno build runtimes. Developers can deploy applications using modern JavaScript runtimes without additional infrastructure setup, giving teams more flexibility across frameworks and tooling.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/announcing-bun-deno-runtimes" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/announcing-bun-deno-runtimes&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Introducing the Appwrite plugin for Codex&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We announced the Appwrite plugin for Codex, which brings Appwrite Skills and MCP support into Codex workflows. The plugin helps AI coding agents understand Appwrite projects, use the right SDK patterns, and build with more accurate context.&lt;/p&gt;

&lt;p&gt;Read the announcement: &lt;a href="https://appwrite.io/blog/post/announcing-appwrite-codex-plugin" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/announcing-appwrite-codex-plugin&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Database relationships are out of beta&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Database relationships in Appwrite are now production-ready. After a year of performance improvements, opt-in relationship loading, and full query support, relationships are ready for production workloads across Appwrite Databases.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/relationships-are-out-of-beta" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/relationships-are-out-of-beta&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Announcing BigInt columns&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Appwrite Databases now supports BigInt columns, making it easier to store and query large integer values. This is useful for financial data, analytics, IDs, counters, and other workloads where standard integer limits are not enough.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://appwrite.io/blog/post/announcing-bigint-columns" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/announcing-bigint-columns&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Announcing deployment retention&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Deployment retention for Appwrite Functions and Sites lets developers choose how long non-active deployments are kept before they are automatically deleted. This helps teams reduce storage usage and keep deployment history cleaner.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/announcing-deployment-retention" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/announcing-deployment-retention&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Developer guides and build ideas&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;3 things you can build with the Rust runtime&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We published a practical guide on what developers can build with the Appwrite Rust runtime. The post covers use cases where Rust is a strong fit for server-side workloads, including performance-focused functions and backend processing tasks.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/3-things-you-can-build-with-rust-runtime" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/3-things-you-can-build-with-rust-runtime&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;25 startup ideas you can build with vibe coding&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We shared 25 startup ideas developers can build with vibe coding, from AI-powered tools to lightweight SaaS products. The post focuses on practical ideas that can move quickly from concept to prototype with the right backend and AI-assisted workflow.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/25-startup-ideas-you-can-build-with-vibe-coding" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/25-startup-ideas-you-can-build-with-vibe-coding&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Vibe coding security mistakes to avoid&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We published a guide on common security mistakes developers can make when building with AI coding tools. The post covers risks around authentication, secrets, permissions, validation, and dependency management, helping developers move fast without shipping avoidable security issues.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/vibe-coding-security-mistakes" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/vibe-coding-security-mistakes&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;How vibe coding is changing software development&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We explored how vibe coding is changing the way developers build software, from faster prototyping to more AI-assisted development workflows. The post looks at what this shift means for developers, teams, and the future of building applications.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/how-vibe-coding-is-changing-software-development" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/how-vibe-coding-is-changing-software-development&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Vibe coding vs traditional development&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We compared vibe coding with traditional software development, covering how each approach affects speed, control, technical decision-making, debugging, and long-term maintainability. The post helps developers understand where vibe coding works well and where traditional development practices still matter.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://appwrite.io/blog/post/vibe-coding-vs-traditional-development" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/vibe-coding-vs-traditional-development&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;How to deploy vibe coding projects to production&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We published a step-by-step guide on taking vibe-coded apps from prototype to production, covering hosting, domains, secrets, permissions, logs, backups, and pre-launch checks.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/deploy-vibe-coding-projects-to-production" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/deploy-vibe-coding-projects-to-production&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;How agencies are using vibe coding to ship client projects&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We explored how agencies are using vibe coding to prototype faster, reduce delivery timelines, and ship client projects with more structured backend and deployment workflows.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/agencies-vibe-coding-client-projects" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/agencies-vibe-coding-client-projects&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Best backend for vibe coding apps in 2026&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We compared backend options for vibe coding apps and looked at how the right backend can reduce complexity across Auth, Databases, Storage, Functions, hosting, and production readiness.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/best-backend-for-vibe-coding-apps" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/best-backend-for-vibe-coding-apps&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Can vibe coding replace junior developers?&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We examined whether vibe coding can replace junior developers and what it actually changes for hiring, learning, code review, debugging, and software development teams.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/can-vibe-coding-replace-junior-developers" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/can-vibe-coding-replace-junior-developers&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Best frontend frameworks for vibe coding&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We broke down the best frontend frameworks for vibe coding, including how options like Next.js, React, SvelteKit, Nuxt, Vue, Astro, and TanStack Start fit different project needs.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/best-frontend-frameworks-for-vibe-coding" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/best-frontend-frameworks-for-vibe-coding&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The hidden costs of vibe coding platforms&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We covered the hidden costs of vibe coding platforms, including lock-in, fragmented tooling, hosting limits, scaling concerns, and what developers should consider before committing to a platform.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/hidden-costs-of-vibe-coding-platforms" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/hidden-costs-of-vibe-coding-platforms&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;AI deep dives and industry updates&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Gemini 3.5 Flash benchmark and capability review&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We published a detailed breakdown of Gemini 3.5 Flash, covering benchmark performance, pricing, coding capabilities, reasoning improvements, and how it compares across real-world developer workflows.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://appwrite.io/blog/post/gemini-3-5-flash-deep-dive" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/gemini-3-5-flash-deep-dive&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;OpenAI shipped Codex to the ChatGPT mobile app&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We explored what OpenAI’s latest Codex mobile integration means for developers, coding agents, and the future of AI-assisted software workflows directly from mobile devices.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/openai-just-shipped-codex-to-the-chatgpt-mobile-app" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/openai-just-shipped-codex-to-the-chatgpt-mobile-app&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Anthropic launched Claude for Small Business&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We covered Anthropic’s new Claude offering for small businesses and what it signals for the growing competition around AI-powered productivity and enterprise tooling.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://appwrite.io/blog/post/anthropic-just-launched-claude-for-small-business" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/anthropic-just-launched-claude-for-small-business&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Security and ecosystem updates&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The TanStack npm attack shows how fragile modern JavaScript supply chains can be&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We broke down the TanStack Start npm supply chain attack and what it means for modern JavaScript teams. The post looks at how dependency risk affects developer workflows and why security needs to be treated as part of the application lifecycle.&lt;/p&gt;

&lt;p&gt;Learn more: &lt;a href="https://appwrite.io/blog/post/tanstack-start-npm-supply-chain-attack" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/tanstack-start-npm-supply-chain-attack&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We’re shipping new product updates, backend improvements, AI deep dives, and developer-focused content every week.&lt;/p&gt;

&lt;p&gt;Explore all the latest posts on the &lt;a href="https://www.notion.so/Weekly-roundup-Product-announcements-AI-updates-and-developer-insights-36bfb53fe82d806e8251e7b361f40ff1?pvs=21" rel="noopener noreferrer"&gt;Appwrite blog&lt;/a&gt; and stay updated with everything happening across Appwrite and the developer ecosystem.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>news</category>
      <category>performance</category>
      <category>product</category>
    </item>
    <item>
      <title>April product update: MongoDB support, Appwrite 1.9.0, Realtime upgrades and AI tooling</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Mon, 11 May 2026 05:58:38 +0000</pubDate>
      <link>https://dev.to/appwrite/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling-1eg6</link>
      <guid>https://dev.to/appwrite/april-product-update-mongodb-support-appwrite-190-realtime-upgrades-and-ai-tooling-1eg6</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Here is a quick overview of what we shipped:&lt;/p&gt;

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

&lt;p&gt;Let's dive in.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0o4bjeuwsxrpc7vvx3ni.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0o4bjeuwsxrpc7vvx3ni.png" alt=" " width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appwrite and MongoDB join forces in Appwrite 1.90&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite and MongoDB are now official partners. Starting with Appwrite 1.9.0, MongoDB is supported as a database option for self hosted deployments.&lt;/p&gt;

&lt;p&gt;You can run Appwrite directly on your existing MongoDB infrastructure while keeping the same APIs and SDKs. No breaking changes. No rewrites.&lt;/p&gt;

&lt;p&gt;Reuse your existing backups, monitoring, and scaling setup while staying fully open source and self hosted.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/appwrite-mongodb-partnership-self-hosted" rel="noopener noreferrer"&gt;Read the announcement&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftqmsgoegqsv5k4p6r0f7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftqmsgoegqsv5k4p6r0f7.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Terraform provider for Appwrite&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;You can now manage your Appwrite infrastructure using Terraform.&lt;/p&gt;

&lt;p&gt;Define databases, storage, functions, auth, messaging, and more using HCL, and apply changes consistently across environments.&lt;/p&gt;

&lt;p&gt;Works with both Appwrite Cloud and self-hosted setups.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/introducing-terraform-provider-for-appwrite" rel="noopener noreferrer"&gt;Read the announcement&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqo68ka309ncs6q1zt5k8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqo68ka309ncs6q1zt5k8.png" alt=" " width="800" height="457"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Message-based Realtime over a single WebSocket&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Realtime has been reworked to use a message-based protocol over a single persistent WebSocket connection.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-message-based-realtime-sdk" rel="noopener noreferrer"&gt;Learn more&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5lvuo5j072z240eh79pt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5lvuo5j072z240eh79pt.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;List response caching with TTL&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;You can now cache list query responses in memory using a configurable TTL.&lt;/p&gt;

&lt;p&gt;Repeated reads skip the database entirely until the cache expires, improving performance for feeds, dashboards, and frequently accessed data.&lt;/p&gt;

&lt;p&gt;Caching is permission-aware, so users only see data they are allowed to access.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-list-cache-ttl" rel="noopener noreferrer"&gt;Learn more&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxlgikymk9s6f41eog5z4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxlgikymk9s6f41eog5z4.png" alt=" " width="800" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Introducing the Webhooks API&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Webhooks can now be fully managed through the Appwrite Server SDKs.&lt;/p&gt;

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

&lt;p&gt;Available across all major Server SDKs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-webhooks-api" rel="noopener noreferrer"&gt;Learn more&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl3lhke28qz9x0ve3zgxc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl3lhke28qz9x0ve3zgxc.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Introducing the Appwrite Rust SDK&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite now has an official Server SDK for Rust.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-appwrite-rust-sdk" rel="noopener noreferrer"&gt;Learn more&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7lpngajamocm3ijygt5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy7lpngajamocm3ijygt5.png" alt=" " width="800" height="442"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appwrite MCP Server 2.0&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;We have rebuilt the Appwrite MCP server with a simpler architecture.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-appwrite-mcp-server-2" rel="noopener noreferrer"&gt;Read the announcement&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fny4fm7pb21l1ttvz9jkv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fny4fm7pb21l1ttvz9jkv.png" alt=" " width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appwrite plugin for Claude Code&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Connecting Claude Code to a real backend usually takes manual setup and extra context.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-appwrite-claude-code-plugin" rel="noopener noreferrer"&gt;Learn more&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5v2du317veekoegwz2bw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5v2du317veekoegwz2bw.png" alt=" " width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appwrite plugin now available on Cursor&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The Appwrite plugin is now live on the Cursor marketplace.&lt;/p&gt;

&lt;p&gt;No need to configure MCP servers or install skills separately. Just install and start building with support for the Appwrite CLI and major SDKs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cursor.com/marketplace/appwrite" rel="noopener noreferrer"&gt;Install from the Cursor marketplace&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F508aflkpkazh0alg89kn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F508aflkpkazh0alg89kn.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Community Recognitions&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;If you would like to participate in next month’s Community Recognitions, &lt;a href="https://discord.gg/3nfbe6NhkE" rel="noopener noreferrer"&gt;join our Discord server&lt;/a&gt; and showcase your project.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Engineering Resources&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/5-claude-hacks-you-need-to-try-right-now" rel="noopener noreferrer"&gt;5 Claude hacks you need to try right now&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/claude-mythos-preview" rel="noopener noreferrer"&gt;Claude Mythos preview: the model too powerful too release&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/did-claude-design-kill-lovable" rel="noopener noreferrer"&gt;Did Claude Design just kill Lovable?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/6-practical-ways-developers-use-ai-to-build-faster" rel="noopener noreferrer"&gt;6 practical ways developers use AI to build faster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/backend-for-claude-code-apps" rel="noopener noreferrer"&gt;How to add a backend to apps built with Claude Code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What's to come&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Follow us on &lt;a href="https://x.com/appwrite" rel="noopener noreferrer"&gt;X&lt;/a&gt; and check our &lt;a href="https://appwrite.io/changelog" rel="noopener noreferrer"&gt;Changelog&lt;/a&gt; regularly, as we will release more information in the coming weeks.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>backend</category>
      <category>mongodb</category>
      <category>news</category>
    </item>
  </channel>
</rss>
