Skip to content

Commit 5a50ff8

Browse files
authored
Merge pull request #2912 from appwrite/productupdate/feb
Product update
2 parents 49842aa + ef2c879 commit 5a50ff8

10 files changed

Lines changed: 104 additions & 0 deletions

File tree

β€Ž.optimize-cache.jsonβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,14 @@
526526
"images/blog/everything-new-with-appwrite-1.5/1.5-recap.png": "1d3c646f6902757152d98861630c1952631a54f222af7f8476f53f4d0d3c59f2",
527527
"images/blog/everything-new-with-appwrite-1.5/messaging-console.png": "769b7df74c9107a5ccacfe87722293adbfbd91ab702c79b03838c2368e9971ac",
528528
"images/blog/examples-of-vibe-coding/cover.png": "745d0e65c7981fe852b2e1797c3163cd4e4c147227b906cf305019137cb4624f",
529+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Announcing_Appwrite_Skills__Give_your_AI_agents_Appwrite_expertise.png": "f6556f4786b55f53d06ca4c1a74ce0e488fa898099bf6458cab3e525f0a05d54",
530+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Announcing_Realtime_Channel_helpers__Type-safe_subscriptions_made_simple.png": "a937f5b617fcbaa1d8d6af38f061f132a7590b85f93b104ee22119e80d5ed6d2",
531+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/comm_recoggg.png": "207e8acd544ebdd118f9aafb9d049dfa7fbb87868947d3df8b0fe86288848df0",
532+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/cover.png": "2865a738023403b258d20ea711ab714fd85f8a4371d58994376767e67803e785",
533+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_Appwrite_Arena__Which_AI_model_knows_Appwrite_best_.png": "c6c4f0f36879e2c435850c8c53335f019343070f95ae37fa14a27212b90f575f",
534+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_new_string_column_types_for_Appwrite_Databases.png": "5aa681d51622083c5a65407af76385634765a17959e501b862fd083bdb825cec",
535+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_Realtime_queries.png": "0b632e9ceac3a763f5ba2ed50ab54fffe389fde34fcdfb7ad99599ec7ae83b9e",
536+
"images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Relationship_queries.png": "2d9772691f05b1be3ec6cb954d77babc10d5666c9994fe3975d2a078facc87b8",
529537
"images/blog/file-tokens.png": "23d2fa4a88db2d9548f43f95df15b5ca60d512481570ed2d1b3d66ce1b1f504f",
530538
"images/blog/firebase-vs-open-source-tradeoffs/cover.png": "1be4185b4fa90c5f37e96003a74b8b55c31956d0258c70000fdec0990f2496eb",
531539
"images/blog/first-pr.png": "f369419a756ccb2c784dac916d79a1cc33317fa4c43f37c7f41ae62bf0a603dd",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
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+
![Relationship queries.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Relationship_queries.png)
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+
![Introducing new string column types for Appwrite Databases.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_new_string_column_types_for_Appwrite_Databases.png)
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+
![Announcing Realtime Channel helpers_ Type-safe subscriptions made simple.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Announcing_Realtime_Channel_helpers__Type-safe_subscriptions_made_simple.png)
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+
![Introducing Realtime queries.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_Realtime_queries.png)
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+
![Announcing Appwrite Skills_ Give your AI agents Appwrite expertise.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Announcing_Appwrite_Skills__Give_your_AI_agents_Appwrite_expertise.png)
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+
![Introducing Appwrite Arena_ Which AI model knows Appwrite best_.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/Introducing_Appwrite_Arena__Which_AI_model_knows_Appwrite_best_.png)
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+
![comm recoggg.png](/images/blog/february-and-march-product-update-realtime-queries-appwrite-skills-and-new-database-features/comm_recoggg.png)
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.
Loading
Loading
Loading
236 KB
Loading

0 commit comments

Comments
Β (0)