|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "February and March product update: Realtime queries, Appwrite Skills, and new database features" |
| 4 | +description: Get a full recap of features, improvements, and tools we shipped across Databases, Realtime, and AI in February and March. |
| 5 | +date: 2026-04-24 |
| 6 | +cover: /images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/cover.png |
| 7 | +timeToRead: 5 |
| 8 | +author: aishwari |
| 9 | +category: product |
| 10 | +featured: false |
| 11 | +--- |
| 12 | + |
| 13 | +Welcome back to the product update. This time, we have not one, but two months to update you on. February and March were packed, we shipped improvements across Databases, Realtime, the CLI, the Console, and Sites, and introduced new tools built for the AI coding era. |
| 14 | + |
| 15 | +Here is a quick overview of what we shipped: |
| 16 | + |
| 17 | +- Relationship queries in Appwrite Databases |
| 18 | +- New string column types for Appwrite Databases |
| 19 | +- Realtime Channel helpers |
| 20 | +- Realtime queries with server-side event filtering |
| 21 | +- Appwrite Skills |
| 22 | +- Appwrite Arena |
| 23 | + |
| 24 | +Let's dive in. |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +# Relationship queries in Appwrite Databases |
| 29 | + |
| 30 | +You can now filter directly on relationship columns in Appwrite Databases using dot notation, no more fetching everything and filtering client-side. All comparison operators are supported, and as a bonus, we overhauled relationship internals for 12-18x faster performance across the board. Available on Appwrite Cloud and self-hosted. |
| 31 | + |
| 32 | +[Read the announcement](https://appwrite.io/blog/post/announcing-relationship-queries) |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +# New string column types for Appwrite Databases |
| 37 | + |
| 38 | +Appwrite Databases now supports four explicit string column types:Β `varchar`,Β `text`,Β `mediumtext`, andΒ `longtext`. The new types make storage trade-offs clear for both developers and AI agents. Existing string columns continue to work with full backward support. Live on Appwrite Cloud. |
| 39 | + |
| 40 | +[Learn more](https://appwrite.io/blog/post/new-string-types) |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +# Realtime channel helpers |
| 45 | + |
| 46 | +Appwrite Realtime now includes channel helpers, a fluent type-safe API for building channel subscriptions. Instead of writing channel strings by hand, use a chainable API with IDE autocomplete and compile-time validation. Existing string-based subscriptions continue to work. Available across Web, Flutter, React Native, Apple, and Android SDKs. |
| 47 | + |
| 48 | +[Read the full announcement](https://appwrite.io/blog/post/announcing-realtime-channel-helpers) |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +# Realtime queries: Server-side event filtering |
| 53 | + |
| 54 | +Appwrite Realtime now supports queries when subscribing to channels. Events are filtered server-side, so your callbacks only receive updates that match your conditions. Combine filters withΒ `Query.and()`Β andΒ `Query.or()`, and subscribe to the same channel multiple times with different filters. Available across Web, Flutter, React Native, Apple, and Android SDKs. |
| 55 | + |
| 56 | +[Learn more](https://appwrite.io/blog/post/announcing-realtime-queries) |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +# Introducing Appwrite Skills |
| 61 | + |
| 62 | +Appwrite Skills are open-source Markdown files that give AI coding agents like Claude Code, Cursor, and Windsurf deep, language-specific knowledge of Appwrite's SDKs, so they produce accurate code without you having to paste docs into every prompt. Available for the CLI and all major SDKs. |
| 63 | + |
| 64 | +[Read the full announcement](https://appwrite.io/blog/post/announcing-appwrite-skills) |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +# Introducing Appwrite Arena |
| 69 | + |
| 70 | +Appwrite Arena is an open-source benchmark that tests how well AI models understand Appwrite's services, SDKs, and APIs, 191 questions across 9 service categories, fully transparent scoring, all results open source. GPT-4.1 ranks best with Skills, Claude Opus 4.6 leads without, and DeepSeek and MiniMax offer the best balance between intelligence and cost. |
| 71 | + |
| 72 | +[Explore](https://arena.appwrite.io/) |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +# Community recognitions |
| 77 | + |
| 78 | +We are excited to feature Shivam as part of our monthly community recognitions for February 2026. Shivam createdΒ [NotesBee](https://notesbee.appwrite.network/), an Android notes app that also securely stores WhatsApp exports so only you can see them. |
| 79 | + |
| 80 | +For March, a community member createdΒ [Skincare Buddy](https://skincare-buddy.appwrite.network/), a skincare tracking app that helps you manage your routine and share curated data with AI tools for personalized insights. |
| 81 | + |
| 82 | +If you would like to participate in next month's Community Recognitions,Β [join our Discord server](https://discord.gg/3nfbe6NhkE)Β and showcase your project. |
| 83 | + |
| 84 | +# Engineering Resources |
| 85 | + |
| 86 | +- [Solving the headaches of screenshot automation (and why an API-First approach works better)](https://appwrite.io/blog/post/solving-the-headaches-of-screenshot-automation-and-why-an-api-first-approach-works-better) |
| 87 | +- [Managing your endless website assets on your repo has a price and it's called cold start](https://appwrite.io/blog/post/managing-website-assets-repo-cold-start) |
| 88 | +- [Common Appwrite mistakes (and how to avoid them)](https://appwrite.io/blog/post/common-appwrite-mistakes-and-how-to-avoid-them) |
| 89 | +- [The fastest way to launch your next side project](https://appwrite.io/blog/post/the-fastest-way-to-launch-your-next-side-project) |
| 90 | +- [Introducing user impersonation for Appwrite Auth](https://appwrite.io/blog/post/announcing-user-impersonation) |
| 91 | + |
| 92 | +# What's to come |
| 93 | + |
| 94 | +We have a lot more to come, including new features and a big partnership announcement we are very excited to share. |
| 95 | + |
| 96 | +Follow us onΒ [X](https://x.com/appwrite)Β and check ourΒ [Changelog](https://appwrite.io/changelog)Β regularly, as we will release more information in the coming weeks. |
0 commit comments