Skip to content

Changelog

  • Appwrite Sites now live for everyone.

    We’re excited to announce that Appwrite Sites is now available for everyone to use.

    You can now host your websites and web apps directly from Appwrite.

    Here is a recap of everything we’ve added to Sites:

    • Static hosting: Ideal for single-page applications (SPAs), landing pages, documentation sites, and any project that compiles to static files.

    • Server-side rendering (SSR): Full support for frameworks like Flutter, React, Next.js, Nuxt, SvelteKit, Astro, Remix, and more right out of the box.

    • Git integrations: Connect your GitHub repository to enable automatic deployments on every push.

    • Deployment previews: Get a unique preview URL for each pull request—review, test, and merge with confidence.

    • Global CDN: Distribute your content worldwide with a powerful content delivery network to ensure low-latency access from anywhere.

    • DDoS protection: Built-in protection mechanisms to help safeguard your apps from denial-of-service attacks.

    • The Appwrite Network: Take advantage of many cloud regions, Points of Presence (PoPs), and edge network capabilities, reducing latency and enhancing performance globally.

    • The Appwrite DNS: Appwrite provides a dedicated DNS (Domain Name System) service through its appwrite.zone nameservers to help you manage domain records for your applications.

    • Sites templates: We created ready-to-use customizable templates that you can deploy with one click, directly from Appwrite.

    Read the announcement to learn more

  • Pricing update to Appwrite's Free plan

    Starting September 1st, 2025, the Free plan will be limited to two projects per organization. Projects will never be paused.

    What does this mean for developers on the Free plan?

    If you have more than two projects in your organization on a Free plan, you’ll have full access to all of them until the 1st of September 2025. After that, you’ll need to reduce the number of projects to two or fewer, or upgrade to a paid plan.

    You can pick which ones to keep in your Appwrite Console as of today.

    Everyone on the Free plan has received an email with detailed information. Did you not receive this email? Let us know at billing@appwrite.io.

    Keeping Appwrite sustainable

    We built Appwrite with the help of the open-source community for all developers, from students to enterprises and everything in between. Ensuring that all developers can benefit from Appwrite will always be our priority. Appwrite’s Free plan will continue to provide the tools you need to start building real apps, without compromising on core capabilities. All the core building blocks of Appwrite, Databases, Authentication, Storage, Functions, Messaging, and Sites will remain available on the Free plan.

    If you have questions, need help planning, or want to discuss custom needs, please contact us at billing@appwrite.io. We’re here to support you through the transition and ensure you can keep building without interruptions.

    Thank you for being part of this journey with us.

  • Announcing Auto-increment support: Built-in numeric sequencing for your documents

    We're excited to introduce a new Database feature: Auto-increment support.

    This new feature automatically handles a $sequence column in your collection that increments with each new document insertion. This ensures your data remains ordered without additional manual overhead.

    Auto-increment is perfect for use cases like:

    • Paginated data sets

    • Invoice numbers and activity logs

    • Ordered timelines

    Read the announcement to learn more

  • Announcing Encrypted string attribute support: Built-in encryption for sensitive fields

    We’re adding another layer of security to the Appwrite database: Encrypted string attribute support.

    Now you can mark sensitive fields, like full names, admin notes, or IP addresses, to be encrypted at rest, without writing a single line of encryption logic.

    Key Features:

    • Server-side AES-128-GCM encryption

    • Non-queryable for added protection

    • Simple setup via Appwrite Console

    Available on Appwrite Cloud Pro and Scale plan, and self-hosted.

    Read the announcement to learn more

  • Announcing Database Upsert: Simplify your database interactions

    We're excited to introduce Database Upsert in Appwrite.

    You can now create or update a document in a single API call. If the document does not exist, it is created. If it does, it is updated. The server handles all the logic for you.

    This feature can help reduce the number of network calls and allow race-free writes, simplifying your database interactions overall.

    Read the announcement to learn more

Start building with Appwrite today

Get started

Our plans

  • Free

    $0

    A great fit for passion projects and small applications.

    Get started
  • Pro

    Most popular
    From
    $15
    /month

    For production applications that need powerful functionality and resources to scale.

    Start building
  • Scale

    From
    $599
    /month

    For teams that handle more complex and large projects and need more control and support.

    Start building
  • Enterprise

    Custom

    For enterprises that need more power and premium support.

    Contact us