Skip to main content

v0.0.3

Organization-backed workspace management release for the Next.js application template.

SectionHistory / Releases
UpdatedJul 6, 2026
AuthorTemplate Maintainers
Versionv0.0.3
Reading time2 min

v0.0.3

v0.0.3 replaces the early workspace-only foundation with Better Auth Organizations while preserving "Workspace" as the product-facing term. It adds organization-scoped routing, workspace settings, invitations, member management, role-aware permissions, and zero-workspace onboarding.

Highlights

  • Added Better Auth organization support for workspace collaboration.
  • Introduced organization-scoped routes under /w/:organizationKey/....
  • Added active and fallback organization resolution for /dashboard.
  • Added workspace settings pages for details, users, invitations, teams, and roles.
  • Added invitation creation, listing, link copying, accept, reject, and pending-invitation entry points.
  • Added member directory, direct member add, and owner/admin/member role management.
  • Added onboarding for users without accessible workspaces.

What changed for template users

Workspace URLs now prefer /w/:organizationKey/..., where the key can be an organization slug or id. Workspace switchers update active organization context through explicit user actions and preserve matching base workspace routes when possible.

Users can create and update workspaces, manage members and roles where permitted, create invitations, and review personal pending invitations from account or welcome surfaces.

Upgrade notes

  • Workspaces are backed by Better Auth organizations instead of a standalone workspace model.
  • Existing deployments should run the new Prisma migrations before using organization and invitation flows.
  • Invitation acceptance requires the invitee's verified primary email to match the invitation.
  • Workspace permissions follow Better Auth organization permission checks and built-in role rules.

Quality

The release adds tests for organization route guards, slug generation, repository cache tags, workspace creation, updates, deletion, member management, role assignment, invitations, settings pages, onboarding guards, sidebar switchers, account invitations, and localized metadata consumers.