<?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.us-east-2.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>July product update: Remote MCP server, Projects API and more</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Thu, 06 Aug 2026 07:13:02 +0000</pubDate>
      <link>https://dev.to/appwrite/july-product-update-remote-mcp-server-projects-api-and-more-11ck</link>
      <guid>https://dev.to/appwrite/july-product-update-remote-mcp-server-projects-api-and-more-11ck</guid>
      <description>&lt;p&gt;July was all about making Appwrite easier to automate, easier to connect to AI tools, and easier to manage at scale. This month's Appwrite product update covers a hosted remote MCP server, the new Projects API, a simpler CLI login flow built on OAuth Device Authorization, and Appwrite 1.9.6 for self-hosted deployments.&lt;/p&gt;

&lt;p&gt;There's a common thread running through all four: removing the manual steps between you and a working project. Setup you used to do by hand, whether that was installing a local server, clicking through Console settings, or pasting credentials into a terminal, is now either automated or gone.&lt;/p&gt;

&lt;h1&gt;
  
  
  What shipped in Appwrite's July product update?
&lt;/h1&gt;

&lt;p&gt;In July 2026, Appwrite shipped four releases:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hosted remote Appwrite MCP Server with OAuth.&lt;/strong&gt; Connect any MCP-compatible AI tool with a single URL, no local install required.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Projects API.&lt;/strong&gt; Configure and manage nearly every project setting programmatically through the SDKs and &lt;a href="https://appwrite.io/docs/tooling/command-line-interface" rel="noopener noreferrer"&gt;CLI&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OAuth Device Authorization for the Appwrite CLI.&lt;/strong&gt; Log in through your browser instead of typing credentials into the terminal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Appwrite 1.9.6.&lt;/strong&gt; Reliability and migration fixes for &lt;a href="https://appwrite.io/docs/advanced/self-hosting" rel="noopener noreferrer"&gt;self-hosted deployments&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;h1&gt;
  
  
  The Appwrite MCP server is now remote
&lt;/h1&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1osx3l85olg0x30figku.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1osx3l85olg0x30figku.png" alt=" " width="799" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &lt;a href="https://appwrite.io/docs/tooling/ai/mcp-servers" rel="noopener noreferrer"&gt;Appwrite MCP server&lt;/a&gt; is now available as a hosted remote server.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the remote Appwrite MCP server?
&lt;/h2&gt;

&lt;p&gt;The remote Appwrite MCP server is a hosted &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Model Context Protocol&lt;/a&gt; endpoint that gives AI coding tools structured access to your Appwrite project and documentation. Because it runs on Appwrite's infrastructure, you add one URL to your AI tool, authenticate with OAuth, and start building.&lt;/p&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No local installation.&lt;/strong&gt; No cloning, no running a server alongside your editor.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Python or &lt;code&gt;uv&lt;/code&gt;.&lt;/strong&gt; The previous local setup depended on a Python toolchain. That requirement is gone.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No API keys to generate, paste, or rotate.&lt;/strong&gt; OAuth handles authorization, so credentials never sit in a config file.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Which AI tools work with it?
&lt;/h2&gt;

&lt;p&gt;The remote server works with any client that supports remote MCP servers, including &lt;a href="https://docs.claude.com/en/docs/claude-code/overview" rel="noopener noreferrer"&gt;Claude Code&lt;/a&gt;, Cursor, Codex, VS Code, Windsurf, and Zed.&lt;/p&gt;

&lt;p&gt;Under the hood, the server keeps the same context-efficient architecture as the local version. That matters more than it sounds: MCP servers that expose hundreds of loosely organized tools eat into a model's context window before it writes a single line of code. Appwrite's server is designed to keep tool definitions lean so the model spends its context on your problem instead of on the catalog.&lt;/p&gt;

&lt;h2&gt;
  
  
  What can you build with it?
&lt;/h2&gt;

&lt;p&gt;Once connected, your AI tool can read Appwrite documentation directly instead of guessing at SDK signatures from memory, and it can work against your actual project. In practice that means fewer hallucinated method names, fewer round trips to the docs tab, and less time spent correcting code that was written against an older version of the API.&lt;/p&gt;

&lt;p&gt;If you were already using the local MCP server, the remote server is the recommended path forward. If you skipped MCP entirely because the setup felt like a side quest, this is the release to revisit.&lt;/p&gt;

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

&lt;h1&gt;
  
  
  Introducing the Projects API
&lt;/h1&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvr41f7dauxhlji7k8xva.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvr41f7dauxhlji7k8xva.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The new Projects API lets you configure and manage nearly every Appwrite project setting through the SDKs and CLI.&lt;/p&gt;

&lt;h2&gt;
  
  
  What can you automate with the Projects API?
&lt;/h2&gt;

&lt;p&gt;Settings that previously lived only in the Console are now programmable:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Authentication providers.&lt;/strong&gt; Enable and configure OAuth providers across environments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API keys.&lt;/strong&gt; Create, scope, and rotate keys as part of a deployment pipeline&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platforms.&lt;/strong&gt; Register web, Flutter, Apple, and Android platforms&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Environment variables.&lt;/strong&gt; Set project-level variables without manual entry&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Email templates.&lt;/strong&gt; Version your verification, recovery, and invitation templates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session policies.&lt;/strong&gt; Control session length and limits per project&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Labels.&lt;/strong&gt; Organize and tag projects at scale&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why does Projects API matter?
&lt;/h2&gt;

&lt;p&gt;Because it turns project configuration into code.&lt;/p&gt;

&lt;p&gt;Until now, standing up a new staging environment that matched production meant clicking through the Console and hoping you did not miss a toggle. Configuration drift between development, staging, and production is one of the quieter sources of "it works on my machine" bugs, and it is exactly the problem &lt;a href="https://learn.microsoft.com/en-us/devops/deliver/what-is-infrastructure-as-code" rel="noopener noreferrer"&gt;infrastructure as code&lt;/a&gt; was invented to solve.&lt;/p&gt;

&lt;p&gt;With the Projects API you can:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Script environment setup.&lt;/strong&gt; Define a project once and reproduce it on demand.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Version your configuration.&lt;/strong&gt; Keep project settings in Git alongside your application code, with review and history.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reproduce configurations across environments.&lt;/strong&gt; Promote the same settings from development to staging to production instead of recreating them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Onboard teams faster.&lt;/strong&gt; New engineers run one command instead of following a Console walkthrough.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It also pairs naturally with the remote MCP server. Configuration that is expressible through an API is configuration an AI agent can reason about and apply for you.&lt;/p&gt;

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

&lt;h1&gt;
  
  
  OAuth Device Authorization for the Appwrite CLI
&lt;/h1&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmrt6b2e1lownevdkyxn2.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fmrt6b2e1lownevdkyxn2.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Logging into the &lt;a href="https://appwrite.io/docs/tooling/command-line-interface" rel="noopener noreferrer"&gt;Appwrite CLI&lt;/a&gt; is now much simpler.&lt;/p&gt;

&lt;h2&gt;
  
  
  How does the new CLI login flow work?
&lt;/h2&gt;

&lt;p&gt;Instead of entering credentials in the terminal, the CLI now uses the &lt;a href="https://datatracker.ietf.org/doc/html/rfc8628" rel="noopener noreferrer"&gt;OAuth 2.0 Device Authorization Grant&lt;/a&gt;:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Run the login command in your terminal.&lt;/li&gt;
&lt;li&gt;The CLI opens your browser.&lt;/li&gt;
&lt;li&gt;Review the permissions being requested and approve access.&lt;/li&gt;
&lt;li&gt;The CLI signs in automatically.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You authenticate in your browser, so you never have to type your password into the terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why device authorization instead of a password prompt?
&lt;/h2&gt;

&lt;p&gt;Device Authorization Grant is the standard OAuth flow for input-constrained clients, which is why you have seen it on smart TVs and streaming devices. Applied to a CLI, it brings a few practical benefits: your identity provider handles authentication, so MFA and SSO come along for the ride; the CLI receives a scoped token rather than your account password; and you get an explicit consent screen showing exactly what access you are granting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Self-hosted users:&lt;/strong&gt; nothing breaks. The existing email and password flow continues to work unchanged.&lt;/p&gt;

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

&lt;h1&gt;
  
  
  Appwrite 1.9.6 is now available
&lt;/h1&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgn5xd8hcn1svsgqos1nx.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgn5xd8hcn1svsgqos1nx.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Appwrite 1.9.6 focuses on improving reliability for self-hosted deployments following the 1.9.5 release.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's fixed in Appwrite 1.9.6?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Automatic repair of missing Git provider attributes during migrations.&lt;/strong&gt; Deployments that hit incomplete Git provider data now self-correct instead of requiring manual intervention.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Migrations are safe to rerun after partial failures.&lt;/strong&gt; If a migration stops halfway, you can run it again without worrying about compounding the problem. That is a meaningful change if you have ever watched a partial migration and wondered which half completed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improved health checks for Appwrite containers and MongoDB.&lt;/strong&gt; Better signals mean orchestration layers can detect and recover from unhealthy services faster.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you are self-hosting and still on 1.9.5, this is a recommended upgrade. Review the &lt;a href="https://appwrite.io/docs/advanced/self-hosting" rel="noopener noreferrer"&gt;self-hosting docs&lt;/a&gt; before you start, and as always, back up before upgrading.&lt;/p&gt;

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

&lt;h1&gt;
  
  
  Engineering resources
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/anthropic-launches-free-claude-access-for-us-k-12-teachers" rel="noopener noreferrer"&gt;Claude is now free for K-12 educators in the US&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/grok-45-coding-model" rel="noopener noreferrer"&gt;Grok 4.5 Coding is here. Here's what developers need to know.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/claude-sonnet-5-is-anthropics-most-agentic-sonnet-yet" rel="noopener noreferrer"&gt;Claude Sonnet 5 is Anthropic's most agentic Sonnet yet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/mcp-goes-stateless-in-the-2026-07-28-specification" rel="noopener noreferrer"&gt;What's new in the MCP 2026-07-28 specification&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/claude-opus-5-nears-fable-5-intelligence-at-half-the-price" rel="noopener noreferrer"&gt;Claude Opus 5 nears Fable 5 intelligence at half the price&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  What's to come
&lt;/h1&gt;

&lt;p&gt;July laid the groundwork for what's next, but we're only getting started.&lt;/p&gt;

&lt;p&gt;We've been building some of our biggest updates yet, and while we're not quite ready to share them, we think you'll want to keep an eye on what's coming. Stay tuned for major announcements around the Appwrite platform in the weeks ahead.&lt;/p&gt;

&lt;p&gt;In the meantime, &lt;a href="https://x.com/appwrite" rel="noopener noreferrer"&gt;follow us on X&lt;/a&gt;, check the &lt;a href="https://appwrite.io/changelog" rel="noopener noreferrer"&gt;Changelog&lt;/a&gt; regularly, and browse the &lt;a href="https://appwrite.io/docs" rel="noopener noreferrer"&gt;docs&lt;/a&gt; to stay up to date with the latest releases.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>June product update: React library, Password strength, BAA and more</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Thu, 30 Jul 2026 10:41:51 +0000</pubDate>
      <link>https://dev.to/appwrite/june-product-update-react-library-password-strength-baa-and-more-2eon</link>
      <guid>https://dev.to/appwrite/june-product-update-react-library-password-strength-baa-and-more-2eon</guid>
      <description>&lt;p&gt;June brought new updates across Appwrite Auth, compliance, React development, and AI-assisted workflows.&lt;/p&gt;

&lt;p&gt;This month, we shipped Password strength controls for Auth, self-serve BAA for eligible Pro organizations, the Appwrite React library, and Claude Code marketplace support.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Appwrite plugin for Claude Code in the official Claude marketplace&lt;/li&gt;
&lt;li&gt;Self-serve BAA for eligible Pro organizations&lt;/li&gt;
&lt;li&gt;Password strength controls for Appwrite Auth&lt;/li&gt;
&lt;li&gt;Appwrite React library for Auth in React apps&lt;/li&gt;
&lt;/ul&gt;

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

&lt;h2&gt;
  
  
  Appwrite plugin for Claude Code is now in the official Claude marketplace
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F09gn4utuhctg616w3rjy.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F09gn4utuhctg616w3rjy.jpg" alt=" " width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Appwrite plugin for Claude Code is now listed in the official Claude marketplace.&lt;/p&gt;

&lt;p&gt;Developers can now install the plugin directly and start using Claude Code with Appwrite without adding a separate marketplace first.&lt;/p&gt;

&lt;p&gt;The plugin includes agent skills for the Appwrite CLI and major SDKs, plus MCP servers for the Appwrite API and documentation. This helps Claude Code better understand Appwrite projects, docs, SDK usage, and common development workflows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/docs/tooling/ai/agents/claude-code" rel="noopener noreferrer"&gt;Read more&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing self-serve BAA
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn4knri3vkd1j2i5ls8dk.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fn4knri3vkd1j2i5ls8dk.png" alt=" " width="800" height="460"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Eligible Pro organizations can now enable a HIPAA Business Associate Agreement directly from the Appwrite Console.&lt;/p&gt;

&lt;p&gt;Organization owners can open the Settings tab, select Enable BAA in the BAA section, and accept the agreement from the Console.&lt;/p&gt;

&lt;p&gt;This helps teams building healthcare apps, patient portals, telehealth platforms, and PHI-related workflows move faster with the agreement in place.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Introducing Password strength for Appwrite Auth
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F29l17metuysxa2yf4c9j.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F29l17metuysxa2yf4c9j.png" alt=" " width="799" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Appwrite Auth now lets you enforce Password strength on every project.&lt;/p&gt;

&lt;p&gt;You can set a minimum password length and require any combination of an uppercase letter, lowercase letter, number, and special character.&lt;/p&gt;

&lt;p&gt;These rules run at sign-up and whenever a user changes their password, so weak passwords are rejected before they land in your project.&lt;/p&gt;

&lt;p&gt;Password strength works alongside existing Appwrite Auth protections like password history and the password dictionary, giving teams more control without custom password validation logic.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Introducing the Appwrite React library
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F03tmowdh1doldb5kdigs.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F03tmowdh1doldb5kdigs.png" alt=" " width="799" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Appwrite React library helps developers manage Appwrite Auth in React apps with less boilerplate.&lt;/p&gt;

&lt;p&gt;It ships with an AppwriteProvider and a small set of authentication hooks for sign-up, sign-in, sign-out, OAuth, and current user state.&lt;/p&gt;

&lt;p&gt;The library supports client-side React apps, plus SSR support for Next.js and TanStack Start.&lt;/p&gt;

&lt;p&gt;Install it with:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install @appwrite.io/react&lt;/code&gt;&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Community Recognitions
&lt;/h2&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fijtseyxugcj5rai7uk59.jpg" 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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fijtseyxugcj5rai7uk59.jpg" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We are excited to feature Arhan Ansari as part of our monthly Community Recognitions for June 2026. Arhan built &lt;a href="https://github.com/ArhanAnsari/HRMate" rel="noopener noreferrer"&gt;HRMate&lt;/a&gt;, a cross-platform HR management app built with Expo and Appwrite. It helps companies manage employees, attendance, leave requests, payroll, payslips, and company announcements from one place. Appwrite handles authentication, databases, storage, and realtime updates across the app. Keep in mind that this is a community-backed project and is not maintained by Appwrite.&lt;/p&gt;

&lt;p&gt;If you would like to participate in next month's Community Recognitions, &lt;a href="http://discord.com/invite/appwrite" rel="noopener noreferrer"&gt;join our Discord server&lt;/a&gt; and showcase your project.&lt;/p&gt;

&lt;h2&gt;
  
  
  Engineering resources
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/what-is-cicd-a-complete-guide-for-developers" rel="noopener noreferrer"&gt;What is CI/CD? A complete guide for developers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/arena-june-2026-update" rel="noopener noreferrer"&gt;Appwrite Arena: June 2026 update&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/best-ai-productivity-stack-for-developers-in-2026" rel="noopener noreferrer"&gt;Best AI productivity stack for developers in 2026&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/what-is-docker-a-simple-guide-for-developers" rel="noopener noreferrer"&gt;What is Docker? A simple guide for developers&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;p&gt;We are continuing to improve Appwrite across Auth, developer experience, compliance, frontend development, and AI-assisted workflows.&lt;/p&gt;

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

</description>
    </item>
    <item>
      <title>Weekly roundup: Password strength, self-serve BAA, and AI updates</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Wed, 17 Jun 2026 07:35:01 +0000</pubDate>
      <link>https://dev.to/appwrite/weekly-roundup-password-strength-self-serve-baa-and-ai-updates-20hk</link>
      <guid>https://dev.to/appwrite/weekly-roundup-password-strength-self-serve-baa-and-ai-updates-20hk</guid>
      <description>&lt;p&gt;This week on the Appwrite blog, we shipped new Auth controls, made BAA acceptance self-serve for Pro organizations, covered Anthropic’s latest Claude models, and shared a full breakdown of everything that landed in May.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Product announcements
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Announcing Password strength
&lt;/h3&gt;

&lt;p&gt;Appwrite Auth now lets you enforce password strength with minimum length and character requirements.&lt;/p&gt;

&lt;p&gt;You can set the smallest number of characters a password must have, and require character types such as uppercase letters, lowercase letters, numbers, and special characters.&lt;/p&gt;

&lt;p&gt;This gives teams more control over password rules at sign-up and password change, without building custom validation logic from scratch.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  Announcing self-serve BAA
&lt;/h3&gt;

&lt;p&gt;Pro organizations can now accept a Business Associate Agreement directly from the Appwrite Console.&lt;/p&gt;

&lt;p&gt;Until now, getting a BAA with Appwrite required contacting the team and completing a signing process. With self-serve BAA, eligible Pro organizations can move faster without waiting on a sales or legal cycle.&lt;/p&gt;

&lt;p&gt;For teams building healthcare applications that store or process PHI, this removes a major operational blocker from the compliance workflow.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  AI and developer ecosystem updates
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Anthropic launched Claude Fable 5 and Claude Mythos 5
&lt;/h3&gt;

&lt;p&gt;Anthropic launched Claude Fable 5 and Claude Mythos 5, its first Mythos-class models.&lt;/p&gt;

&lt;p&gt;We covered what changed, how the models compare, and what developers should know about benchmarks, safeguards, pricing, and agent workflows.&lt;/p&gt;

&lt;p&gt;The post breaks down where these models fit in the current AI developer ecosystem and what they could mean for teams building with coding assistants and agents.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/anthropic-just-launched-claude-fable-5-and-claude-mythos-5" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/anthropic-just-launched-claude-fable-5-and-claude-mythos-5&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Product updates
&lt;/h2&gt;

&lt;h3&gt;
  
  
  May product update
&lt;/h3&gt;

&lt;p&gt;May was packed with releases across Appwrite, including:&lt;/p&gt;

&lt;p&gt;→ Presences API&lt;/p&gt;

&lt;p&gt;→ Rust runtime&lt;/p&gt;

&lt;p&gt;→ Database relationships&lt;/p&gt;

&lt;p&gt;→ BigInt columns&lt;/p&gt;

&lt;p&gt;→ 7x faster Storage uploads&lt;/p&gt;

&lt;p&gt;→ Git deployment triggers&lt;/p&gt;

&lt;p&gt;→ Deployment retention&lt;/p&gt;

&lt;p&gt;→ Email policies&lt;/p&gt;

&lt;p&gt;→ Bun and Deno build runtimes&lt;/p&gt;

&lt;p&gt;→ Appwrite plugin for OpenAI Codex&lt;/p&gt;

&lt;p&gt;→ Dart 3.12 for Functions and Flutter 3.44 for Sites&lt;/p&gt;

&lt;p&gt;From realtime presence to faster Storage uploads and new runtime support, May focused on making Appwrite faster, more flexible, and easier to build with across more stacks.&lt;/p&gt;

&lt;p&gt;Read the full update: &lt;a href="https://appwrite.io/blog/post/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;We’re continuing to ship product updates, developer tutorials, and AI-focused deep dives every week.&lt;/p&gt;

&lt;p&gt;Explore the latest posts on the &lt;a href="https://appwrite.io/blog" rel="noopener noreferrer"&gt;Appwrite blog&lt;/a&gt; to stay updated with everything happening across Appwrite and the developer ecosystem.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>news</category>
      <category>privacy</category>
      <category>security</category>
    </item>
    <item>
      <title>May product update: Presences API, Rust runtime, 7x faster Storage uploads, and more</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Fri, 12 Jun 2026 09:31:26 +0000</pubDate>
      <link>https://dev.to/appwrite/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more-9h5</link>
      <guid>https://dev.to/appwrite/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more-9h5</guid>
      <description>&lt;p&gt;Welcome back to the product update.&lt;/p&gt;

&lt;p&gt;May was packed with releases across Appwrite. We shipped new tools for realtime collaboration, faster file uploads, better deployment workflows, new runtimes, Auth controls, and database improvements to help you build faster and scale with more confidence.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Presences API for online, typing, and activity states&lt;/li&gt;
&lt;li&gt;Rust runtime for Appwrite Functions&lt;/li&gt;
&lt;li&gt;Database relationships are officially out of beta&lt;/li&gt;
&lt;li&gt;BigInt columns for Appwrite Databases&lt;/li&gt;
&lt;li&gt;Up to 7x faster Storage uploads with parallel chunks&lt;/li&gt;
&lt;li&gt;Git deployment triggers for Functions and Sites&lt;/li&gt;
&lt;li&gt;Deployment retention for Functions and Sites&lt;/li&gt;
&lt;li&gt;Email policies for Appwrite Auth&lt;/li&gt;
&lt;li&gt;Bun and Deno build runtimes for Sites&lt;/li&gt;
&lt;li&gt;Dart 3.12 for Functions and Flutter 3.44 for Sites&lt;/li&gt;
&lt;li&gt;Appwrite plugin for OpenAI Codex&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%2F4dx0kl8ez778e9uxz89e.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%2F4dx0kl8ez778e9uxz89e.png" alt=" " width="799" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Track who is online, typing, and active with the Presences API&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite now includes a Presences API for short-lived user statuses like online, away, typing, editing, or viewing.&lt;/p&gt;

&lt;p&gt;You can use it to build online indicators, typing states, multiplayer presence, collaborative editors, live dashboards, and activity feeds.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-presences-api" 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%2F6y97a78kqz7t2k9uk15r.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%2F6y97a78kqz7t2k9uk15r.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Introducing the Rust runtime for Appwrite Functions&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite Functions now supports Rust as a first-class runtime.&lt;/p&gt;

&lt;p&gt;You can write and deploy functions in Rust, pair them with the official Appwrite Rust SDK, and use them for performance-sensitive backend workloads like webhook verification, image processing, payment flows, and data transformation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-rust-runtime" 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%2Fd3g0clk3hop2yl4i0hdm.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%2Fd3g0clk3hop2yl4i0hdm.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Database relationships in Appwrite are now production-ready across Appwrite Cloud and self-hosted deployments.&lt;/p&gt;

&lt;p&gt;You can model connected data more easily, filter across related records, and build apps with more reliable relationship loading and improved performance.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/relationships-are-out-of-beta" 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%2Fhozvepfkmo5gq33eh88u.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%2Fhozvepfkmo5gq33eh88u.png" alt=" " width="799" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Introducing BigInt columns&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite Databases now supports 64-bit signed integers with the new BigInt column type.&lt;/p&gt;

&lt;p&gt;BigInt is useful for large counters, external IDs, high-resolution timestamps, financial values, and any data that needs integer precision without floating-point rounding.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-bigint-columns" 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%2Fgczlg63fovug1dry9jx6.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%2Fgczlg63fovug1dry9jx6.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Up to 7x faster Storage uploads with parallel chunks&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite SDKs now upload Storage file chunks in parallel.&lt;/p&gt;

&lt;p&gt;In our Node SDK benchmark, a 1.28 GB file upload dropped from 4 minutes 44 seconds to under 40 seconds. That is a 7.10x improvement, with no API changes needed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/faster-storage-uploads-parallel-chunks" 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%2Fwhtb3ihyzsmp7suqfm68.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%2Fwhtb3ihyzsmp7suqfm68.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Git deployment triggers for Functions and Sites&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Git deployment triggers give you more control over which changes create automatic deployments.&lt;/p&gt;

&lt;p&gt;Use branch filters for production, staging, and preview workflows, or path filters so each Function or Site only deploys when relevant files change.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-git-deployment-triggers" rel="noopener noreferrer"&gt;Read 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%2F0tb5q6c4ltqhh94cbxgp.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%2F0tb5q6c4ltqhh94cbxgp.png" alt=" " width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Deployment retention for Functions and Sites&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Functions and Sites now support deployment retention.&lt;/p&gt;

&lt;p&gt;You can choose how long Appwrite keeps non-active deployments before deleting them automatically. Active deployments are never deleted.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-deployment-retention" 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%2Fn5wuw655ia4f6wwj06fz.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%2Fn5wuw655ia4f6wwj06fz.png" alt=" " width="799" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Appwrite Auth now supports email policies.&lt;/p&gt;

&lt;p&gt;You can block free providers, aliased emails, disposable inboxes, or enforce provider-specific domains for user creation and email updates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-email-policies" rel="noopener noreferrer"&gt;Read 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%2Fe1uqvnknulvw47h9ghyi.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%2Fe1uqvnknulvw47h9ghyi.png" alt=" " width="799" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Bun and Deno build runtimes for Sites&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite Sites now supports Bun and Deno as build runtimes for Node-based frameworks.&lt;/p&gt;

&lt;p&gt;You can switch the build runtime per Site from Runtime settings and apply the change on the next deployment.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-bun-deno-runtimes" 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%2Fo1uftbac1w9ujw13yblt.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%2Fo1uftbac1w9ujw13yblt.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Dart 3.12 for Functions and Flutter 3.44 for Sites&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Appwrite now supports Dart 3.12 as a Functions runtime and Flutter 3.44 as a build runtime for Sites.&lt;/p&gt;

&lt;p&gt;Flutter teams can now build mobile apps, web apps, and backend functions with a more consistent Dart-based workflow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-dart-flutter-runtimes" 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%2Fhhhv8earydyijqet4u70.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%2Fhhhv8earydyijqet4u70.png" alt=" " width="799" height="459"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appwrite plugin for OpenAI Codex&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The Appwrite plugin is now available for OpenAI Codex.&lt;/p&gt;

&lt;p&gt;It includes the Appwrite Docs MCP server and agent skills for the Appwrite CLI, major SDKs, and deployment workflows for Sites and Functions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://appwrite.io/blog/post/announcing-appwrite-codex-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%2Fand4m4xsitzh7nd57juq.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%2Fand4m4xsitzh7nd57juq.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 Ibaraki Douji as part of our monthly Community Recognitions for May 2026. Ibaraki Douji built a full, up-to-date &lt;a href="https://gitlab.ibaraki.app/helm/appwrite" rel="noopener noreferrer"&gt;Helm chart for self-hosting Appwrite on Kubernetes&lt;/a&gt; that deploys the entire stack, including the API, Console, Realtime, background workers, schedulers, database, Redis, and Kubernetes-native ingress with TLS. It lets you scale each component independently, run clean upgrades, and fits GitOps workflows with tools like ArgoCD and Flux. It has been running in production since Appwrite 1.7.4. Keep in mind that this is a community-backed project and is not maintained by Appwrite.&lt;/p&gt;

&lt;p&gt;If you would like to participate in next month's Community Recognitions, &lt;a href="https://appwrite.io/discord" 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/3-things-you-can-build-with-rust-runtime" rel="noopener noreferrer"&gt;3 things you can build with the Rust runtime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/building-snapchat-clone-with-presences-and-realtime" rel="noopener noreferrer"&gt;Building a Snapchat clone with Presences and Realtime&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appwrite.io/blog/post/kimi-k2-6-arena-leaderboard-refresh" rel="noopener noreferrer"&gt;Kimi K2.6 lands on Appwrite Arena: the May 2026 leaderboard update&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 continuing to improve Appwrite across realtime collaboration, deployments, performance, databases, Auth, and AI-assisted workflows.&lt;/p&gt;

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

</description>
    </item>
    <item>
      <title>Weekly roundup: Presences API, Git deployment triggers, and AI updates</title>
      <dc:creator>Aishwari Pahwa</dc:creator>
      <pubDate>Thu, 11 Jun 2026 12:22:02 +0000</pubDate>
      <link>https://dev.to/appwrite/weekly-roundup-presences-api-git-deployment-triggers-and-ai-updates-58lj</link>
      <guid>https://dev.to/appwrite/weekly-roundup-presences-api-git-deployment-triggers-and-ai-updates-58lj</guid>
      <description>&lt;p&gt;This week on the Appwrite blog, we shipped new product updates, published a hands-on realtime app tutorial, and covered the latest AI developer workflows.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  &lt;strong&gt;Product announcements&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Announcing the Presences API&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Appwrite introduced the Presences API, a new way to track short-lived user statuses like who is online, typing, viewing, or active inside an app.&lt;/p&gt;

&lt;p&gt;Presences come with built-in Realtime channels, automatic expiry, and permission-aware subscriptions, making it easier to build collaborative and multiplayer-style experiences without managing temporary state manually.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  &lt;strong&gt;Announcing Dart 3.12 for Functions and Flutter 3.44 for Sites&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Appwrite now supports Dart 3.12 as a Functions runtime and Flutter 3.44 as a build runtime for Sites.&lt;/p&gt;

&lt;p&gt;Developers can write serverless functions in Dart, deploy Flutter Web projects with Appwrite Sites, and use Appwrite Cloud for both backend and deployment workflows.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  &lt;strong&gt;Announcing Git deployment triggers&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Git deployment triggers for Appwrite Functions and Sites let developers control which branches and file changes create automatic deployments.&lt;/p&gt;

&lt;p&gt;This helps teams build cleaner Git workflows for production branches, staging environments, previews, and monorepos, while avoiding unnecessary builds when unrelated files change.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  &lt;strong&gt;Developer guides&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Build a Snapchat clone with Presences and Realtime&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We published a hands-on tutorial showing how to build a Snapchat-style app with Appwrite’s Presences API and Realtime.&lt;/p&gt;

&lt;p&gt;The guide walks through building realtime features using TanStack Start, TablesDB, Functions, and Storage, covering core experiences like live activity, disappearing content, and presence-driven interactions.&lt;/p&gt;

&lt;p&gt;Read the tutorial: &lt;a href="https://appwrite.io/blog/post/building-snapchat-clone-with-presences-and-realtime" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/building-snapchat-clone-with-presences-and-realtime&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;AI and developer ecosystem updates&lt;/strong&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Anthropic launched Claude Opus 4.8 with fast mode and dynamic workflows&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;We covered Claude Opus 4.8 and what it means for developers building with AI agents.&lt;/p&gt;

&lt;p&gt;The post breaks down fast mode, dynamic workflows, effort control, pricing, benchmarks, and how these updates point toward more flexible agentic development workflows.&lt;/p&gt;

&lt;p&gt;Read more: &lt;a href="https://appwrite.io/blog/post/anthropic-just-launched-claude-opus-48-with-fast-mode-and-dynamic-workflows" rel="noopener noreferrer"&gt;https://appwrite.io/blog/post/anthropic-just-launched-claude-opus-48-with-fast-mode-and-dynamic-workflows&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;We’re continuing to ship product updates, developer tutorials, and AI-focused deep dives every week.&lt;/p&gt;

&lt;p&gt;Explore the latest posts on the &lt;a href="https://appwrite.io/blog" rel="noopener noreferrer"&gt;Appwrite blog&lt;/a&gt; to stay updated with everything happening across Appwrite and the developer ecosystem.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>backend</category>
      <category>news</category>
    </item>
    <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://appwrite.io/blog" 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,&amp;nbsp;&lt;a href="https://discord.gg/3nfbe6NhkE" rel="noopener noreferrer"&gt;join our Discord server&lt;/a&gt;&amp;nbsp;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&amp;nbsp;&lt;a href="https://x.com/appwrite" rel="noopener noreferrer"&gt;X&lt;/a&gt;&amp;nbsp;and check our&amp;nbsp;&lt;a href="https://appwrite.io/changelog" rel="noopener noreferrer"&gt;Changelog&lt;/a&gt;&amp;nbsp;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>
