---
layout: post
title: "June product update: React library, Password strength, BAA and more"
description: Catch up on Appwrite’s June product updates, including the React library, self-serve BAA, Password strength for Auth, Claude Code support, and resources.
date: 2026-07-10
cover: /images/blog/june-product-update-react-library-password-strength-baa-and-more/cover.avif
timeToRead: 5
author: aishwari
category: product
featured: false
faqs:
  - question: What is the Appwrite React library?
    answer: The Appwrite React library helps developers manage Appwrite Auth in React apps with less boilerplate. It includes an AppwriteProvider and authentication hooks for sign-up, sign-in, sign-out, OAuth, and current user state
  - question: Does the Appwrite React library support Next.js?
    answer: Yes. The Appwrite React library supports client-side React apps, with SSR support for frameworks like Next.js and TanStack Start
  - question: What is self-serve BAA in Appwrite?
    answer: Self-serve BAA lets eligible Pro organizations enable a HIPAA Business Associate Agreement directly from the Appwrite Console without going through a manual sales or legal process
  - question: What is the Appwrite plugin for Claude Code?
    answer: The Appwrite plugin for Claude Code helps developers use Claude Code with Appwrite projects. It includes agent skills for the Appwrite CLI and major SDKs, plus MCP servers for the Appwrite API and documentation.
  - question: What are Password strength controls in Appwrite Auth?
    answer: Password strength controls let teams set minimum password length and require uppercase letters, lowercase letters, numbers, and special characters for user passwords. These rules are enforced during sign-up and password changes.
---
June brought new updates across Appwrite Auth, compliance, React development, and AI-assisted workflows.

This month, we shipped Password strength controls for Auth, self-serve BAA for eligible Pro organizations, the Appwrite React library, and Claude Code marketplace support.

Here is a quick overview of what shipped in June:

* Appwrite plugin for Claude Code in the official Claude marketplace
* Self-serve BAA for eligible Pro organizations
* Password strength controls for Appwrite Auth
* Appwrite React library for Auth in React apps

Let's dive in.

# Appwrite plugin for Claude Code is now in the official Claude marketplace

![Appwrite plugin for Claude Code is now in the official Claude marketplace.jpg](/images/blog/june-product-update-react-library-password-strength-baa-and-more/Appwrite_plugin_for_Claude_Code_is_now_in_the_official_Claude_marketplace.avif)

The Appwrite plugin for Claude Code is now listed in the official Claude marketplace.

Developers can now install the plugin directly and start using Claude Code with Appwrite without adding a separate marketplace first.

The plugin includes agent skills for the Appwrite CLI and major SDKs, plus MCP servers for the Appwrite API and documentation. This helps Claude Code better understand Appwrite projects, docs, SDK usage, and common development workflows.

[Read more](/docs/tooling/ai/agents/claude-code)

# Introducing self-serve BAA

![introducing self-serve baa.png](/images/blog/june-product-update-react-library-password-strength-baa-and-more/introducing_self-serve_baa.avif)

Eligible Pro organizations can now enable a HIPAA Business Associate Agreement directly from the Appwrite Console.

Organization owners can open the Settings tab, select Enable BAA in the BAA section, and accept the agreement from the Console.

This helps teams building healthcare apps, patient portals, telehealth platforms, and PHI-related workflows move faster with the agreement in place.

[Read the announcement](/blog/post/announcing-self-serve-baa)

# Introducing Password strength for Appwrite Auth

![Password Strength](/images/blog/june-product-update-react-library-password-strength-baa-and-more/Password_Strength.avif)

Appwrite Auth now lets you enforce Password strength on every project.

You can set a minimum password length and require any combination of an uppercase letter, lowercase letter, number, and special character.

These rules run at sign-up and whenever a user changes their password, so weak passwords are rejected before they land in your project.

Password strength works alongside existing Appwrite Auth protections like password history and the password dictionary, giving teams more control without custom password validation logic.

[Read the announcement](/blog/post/announcing-password-strength)

# Introducing the Appwrite React library

![Introducing the Appwrite React library](/images/blog/june-product-update-react-library-password-strength-baa-and-more/Introducing_the_Appwrite_React_library.avif)

The Appwrite React library helps developers manage Appwrite Auth in React apps with less boilerplate.

It ships with an `AppwriteProvider` and a small set of authentication hooks for sign-up, sign-in, sign-out, OAuth, and current user state.

The library supports client-side React apps, plus SSR support for Next.js and TanStack Start.

Install it with:

`npm install @appwrite.io/react`

[Read the announcement](/blog/post/announcing-appwrite-react-library)

# Community Recognitions

![Community Recognitions](/images/blog/may-product-update-presences-api-rust-runtime-7x-faster-storage-uploads-and-more/community-recognitions.avif)

We are excited to feature Arhan Ansari as part of our monthly Community Recognitions for June 2026. Arhan built [HRMate](https://github.com/ArhanAnsari/HRMate), a cross-platform HR management app built with Expo and Appwrite. It helps companies manage employees, attendance, leave requests, payroll, payslips, and company announcements from one place. Appwrite handles authentication, databases, storage, and realtime updates across the app. Keep in mind that this is a community-backed project and is not maintained by Appwrite.

If you would like to participate in next month's Community Recognitions, [join our Discord server](https://appwrite.io/discord) and showcase your project.

# Engineering resources

* [What is CI/CD? A complete guide for developers](/blog/post/what-is-cicd-a-complete-guide-for-developers)
* [Appwrite Arena: June 2026 update](/blog/post/arena-june-2026-update)
* [Best AI productivity stack for developers in 2026](/blog/post/best-ai-productivity-stack-for-developers-in-2026)
* [What is Docker? A simple guide for developers](/blog/post/what-is-docker-a-simple-guide-for-developers)

# What's next

We are continuing to improve Appwrite across Auth, developer experience, compliance, frontend development, and AI-assisted workflows.

Follow us on [X](https://x.com/appwrite) and check our [Changelog](/changelog) regularly, as we will release more information in the coming weeks.
