|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "November product update: Database AI suggestions and ElevenLabs template" |
| 4 | +description: Get a full recap of products, features and programs we released in the month of November. |
| 5 | +date: 2025-12-09 |
| 6 | +cover: /images/blog/product-update-november-2025/cover.png |
| 7 | +timeToRead: 8 |
| 8 | +author: dennis-ivy |
| 9 | +category: product |
| 10 | +featured: false |
| 11 | +callToAction: true |
| 12 | +--- |
| 13 | +Welcome back to the November product update. This month is different. If you caught our Open Letter, you already know where we're heading: Appwrite is no longer just a backend. With Appwrite Sites, we're taking a real step toward the most complete cloud platform to date. |
| 14 | + |
| 15 | +And on top of that, we've shipped a stack of upgrades across Databases, plus a new ElevenLabs template to add voice to your apps in minutes. |
| 16 | + |
| 17 | +So, here's what to expect: |
| 18 | + |
| 19 | +- DB operators |
| 20 | +- Database AI suggestions |
| 21 | +- Skipping total counts for faster list queries |
| 22 | +- Disable image transformations for buckets |
| 23 | +- Next.js standalone builds support |
| 24 | + |
| 25 | +Let's dive in. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +# An open letter to Appwrite Community |
| 30 | + |
| 31 | +This month, we shared something bigger than a feature release: our vision for where Appwrite is heading. In our **Open Letter**, Eldad breaks down how Appwrite is evolving from a backend platform into a full **developers' cloud** that supports the entire product journey: imagine β build β deploy β observe β protect. |
| 32 | + |
| 33 | +If you want the full story behind why Sites matters and where the platform is going next, you should definitely give it a read. |
| 34 | + |
| 35 | +[Read the full open letter](/blog/post/the-developers-cloud) |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +# Database AI suggestions |
| 40 | + |
| 41 | +Starting with an empty table can be slow, repetitive, and time-consuming. With Database AI suggestions, you get the option to use suggested columns and indexes the moment you name your table. |
| 42 | + |
| 43 | +That means: |
| 44 | + |
| 45 | +- No more blank schemas - Appwrite suggests sensible columns you can use. |
| 46 | +- Faster setup - Go from table name to schema in seconds. |
| 47 | +- You're in control - Review, tweak, or skip the suggestions. |
| 48 | + |
| 49 | +[Read the announcement](/blog/post/announcing-database-ai-suggestions) |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +# DB operators |
| 54 | + |
| 55 | +Now you don't have to fetch an entire row just to bump a number or tweak a tag list. |
| 56 | + |
| 57 | +With DB Operators, you can now send inline, atomic update instructions directly in your Update or Upsert call. No race conditions. No bulky payloads. Now live on Appwrite Cloud. |
| 58 | + |
| 59 | +[Read the announcement](/blog/post/announcing-db-operators) |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | +# ElevenLabs Text-to-Speech template |
| 64 | + |
| 65 | +You can now add a real, human-like AI voice to your apps using Appwrite Sites with our new ElevenLabs integration. |
| 66 | + |
| 67 | +And the best part? We've shipped a ready-to-use Appwrite Sites template built with ElevenLabs Text-to-Speech API. |
| 68 | + |
| 69 | +[Check out the integration](/integrations/ai-elevenlabs-text-to-speech) |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | +# Skip total counts for faster list queries |
| 74 | + |
| 75 | +A new way to optimize your Appwrite Databases. You can now skip total counting on list endpoints with a simple `total=false` flag and get faster, lighter list responses without the extra database work. |
| 76 | + |
| 77 | +[Learn more from the documentation](/docs/products/databases/pagination#skip-totals) |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +# Next.js standalone builds are now supported on Appwrite Sites |
| 82 | + |
| 83 | +You can now deploy Next.js apps built in [standalone mode](https://nextjs.org/docs/app/api-reference/config/next-config-js/output) on Appwrite Sites, with full support for Next.js 16. In standalone mode, the build process creates a smaller package that includes only the files your app needs to run in production, leaving out development tools and unused parts of the framework. |
| 84 | + |
| 85 | +[Read the announcement](/blog/post/nextjs-standalone-support-in-appwrite-sites) |
| 86 | + |
| 87 | +# Disable image transformations for buckets |
| 88 | + |
| 89 | +Image transformations allow actions like resizing, cropping, and format conversion through the Appwrite Storage API. With this new update, you have full control to turn off these operations when they're not needed, reducing the chance of unintentional processing or costs. |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | +# Community recognitions |
| 94 | + |
| 95 | +We're excited to feature [Appwrite ORM](https://appwrite-orm.online/) as part of our Monthly Community recognitions this month. |
| 96 | + |
| 97 | +A powerful TypeScript ORM that adds type safety, automatic migrations, and smooth developer workflows on top of Appwrite. |
| 98 | + |
| 99 | +A big shout-out to [Ori Raisfeld](https://www.linkedin.com/in/ori-raisfeld-422392264/). |
| 100 | + |
| 101 | +If you'd like to participate in next month's Community Recognitions, [join our Discord server](https://appwrite.io/discord) to showcase your project. |
| 102 | + |
| 103 | +# Engineering resources |
| 104 | + |
| 105 | +Read |
| 106 | +- [Introducing the developers' cloud](/blog/post/the-developers-cloud) |
| 107 | +- [Announcing Database AI suggestions: from table name to schema in one click](/blog/post/announcing-database-ai-suggestions) |
| 108 | +- [What's new in Node.js v25.2: Web Storage, V8 14.1, permissions and more](/blog/post/nodejs-v25-whats-new) |
| 109 | +- [Remix 3: what's changing and why it matters](/blog/post/remix-3-whats-changing-and-why-it-matters) |
| 110 | +- [Next.js standalone builds now supported on Appwrite Sites](/blog/post/nextjs-standalone-support-in-appwrite-sites) |
| 111 | +- [Announcing DB operators: Update multiple fields without fetching the entire row](/blog/post/announcing-db-operators) |
| 112 | + |
| 113 | +# Conclusion |
| 114 | + |
| 115 | +That's a wrap. We've been building up the hype for a while now, and it's almost here. If you're into vibe coding or building AI applications, then we've got some massive news for you in the coming weeks. Stay tuned! |
| 116 | + |
| 117 | +Follow us on [X](https://x.com/appwrite) and check our [Changelog](/changelog) regularly, as we will release more information in the coming weeks. |
0 commit comments