Skip to content
Blog / February and March product update: Realtime queries, Appwrite Skills, and new database features
5 min

February and March product update: Realtime queries, Appwrite Skills, and new database features

Get a full recap of features, improvements, and tools we shipped across Databases, Realtime, and AI in February and March.

February and March product update: Realtime queries, Appwrite Skills, and new database features
Updated:

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.

Here is a quick overview of what we shipped:

  • Relationship queries in Appwrite Databases
  • New text column types for Appwrite Databases
  • Realtime Channel helpers
  • Realtime queries with server-side event filtering
  • Appwrite Skills
  • Appwrite Arena

Let's dive in.

Relationship queries.png

Relationship queries in Appwrite Databases

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.

Read the announcement

Introducing new text column types for Appwrite Databases.png

New text column types for Appwrite Databases

Appwrite Databases now supports four explicit text column types: varchartextmediumtext, and longtext. The new types make storage trade-offs clear for both developers and AI agents. Existing legacy string schemas continue to work with full backward support. Live on Appwrite Cloud.

Learn more

Announcing Realtime Channel helpers_ Type-safe subscriptions made simple.png

Realtime channel helpers

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.

Read the full announcement

Introducing Realtime queries.png

Realtime queries: Server-side event filtering

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.

Learn more

Announcing Appwrite Skills_ Give your AI agents Appwrite expertise.png

Introducing Appwrite Skills

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.

Read the full announcement

Introducing Appwrite Arena_ Which AI model knows Appwrite best_.png

Build fast, scale faster

Backend infrastructure and web hosting built for developers who ship.

  • Start for free
  • Open source
  • Support for over 13 SDKs
  • Managed cloud solution

Introducing Appwrite Arena

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.

Explore

comm recoggg.png

Community recognitions

We are excited to feature Shivam as part of our monthly community recognitions for February 2026. Shivam created NotesBee, an Android notes app that also securely stores WhatsApp exports so only you can see them.

For March, a community member created Skincare Buddy, a skincare tracking app that helps you manage your routine and share curated data with AI tools for personalized insights.

If you would like to participate in next month's Community Recognitions, join our Discord server and showcase your project.

Engineering Resources

What's to come

We have a lot more to come, including new features and a big partnership announcement we are very excited to share.

Follow us on X and check our Changelog regularly, as we will release more information in the coming weeks.

Frequently asked questions

  • What is new in Appwrite for February and March 2026?

    Major updates across Databases, Realtime, and AI tooling: relationship queries with dot notation, new text column types (varchar, text, mediumtext, longtext), Realtime channel helpers, Realtime queries with server-side filtering, Appwrite Skills for AI coding agents, and Appwrite Arena, an open-source benchmark for AI model performance on Appwrite.

  • How do relationship queries work in Appwrite Databases?

    Appwrite Databases now lets you filter directly on relationship columns using dot notation, so you can query related rows directly. All comparison operators work across the relationship, and the underlying engine was rewritten to be 12 to 18 times faster on relationship-heavy queries. It is available on both Cloud and self-hosted.

  • What are the new text column types in Appwrite Databases?

    Appwrite Databases supports four text column types: varchar, text, mediumtext, and longtext. Each comes with different storage characteristics, so you can match the column type to actual data size. Existing legacy string schemas continue to work without changes.

  • What are Realtime queries in Appwrite?

    Realtime queries let you attach query filters when subscribing to a channel, so the server only sends events that match your conditions. You can combine filters with Query.and() and Query.or(), and subscribe to the same channel multiple times with different filters. It works across Web, Flutter, React Native, Apple, and Android SDKs.

  • What are Appwrite Skills?

    Appwrite Skills are open-source Markdown files that teach AI coding agents like Claude Code, Cursor, and Windsurf how to use Appwrite's SDKs and CLI accurately. Instead of pasting docs into every prompt, you point the agent at the Skills repository and it generates code that actually compiles.

  • What is Appwrite Arena?

    Appwrite Arena is an open-source benchmark that scores how well AI models understand Appwrite's products, SDKs, and APIs across 191 questions in 9 service categories. All results are transparent and open source. Recent runs showed GPT-4.1 leading with Skills enabled, Claude Opus 4.6 leading without, and DeepSeek and MiniMax offering strong cost-to-intelligence ratios.

Start building with Appwrite today