Atelier is an ATProto productivity suite comprising Atelier, Atelier Notes, Atelier Mail, Atelier Calendar, and Atelier Tasks. This monorepo contains the web, Apple, Android, backend, protocol, collaboration, documentation, and deployment sources for the suite.
The repository currently contains a buildable bootstrap foundation, not the finished MVP or a public beta. See implementation status for the live boundary between landed foundations and required product work.
Important
Until ATProto Permissioned Spaces are supported and enabled, first-party Atelier records written to a standard PDS are public and readable. The apps must disclose that fact at onboarding and on affected records. Provider credentials, Gmail content, and external-calendar details are never written to public PDS records by default.
apps/web— five Next.js product applicationsapps/marketing— static Astro marketing siteapps/docs— Astro Starlight documentationapps/status— public status surfaceapps/apple— five universal SwiftUI applicationsapps/android— five Android Compose applicationsservices— Swift services, sync workers, Notes anchor, and MCP backplanepackages— shared contracts, editors, clients, design tokens, and Rust codeinfra— Railway, Marque, GCP, observability, and local infrastructure
Install the pinned toolchains with mise install, then:
bun install
bun run verify
bun run verify:swift
bun run verify:rust
bun run verify:android
bun run verify:databaseLocal infrastructure is defined under infra/docker. Provider integrations
remain disabled until their environment-specific credentials and approvals are
present.
Feature branches merge into protected dev. Railway Development deploys from
dev. Production deploys, provider callback cutovers, and Marque production
DNS changes require explicit approval and never follow automatically from a
Development success. The eight-surface foundation-preview Production rollout
was explicitly authorized, deployed, and activated in Marque on 2026-08-31;
certificate verification remains an independent Railway gate. That approval
does not cover the unfinished API, MCP, sync, data, or provider-callback
services.
Atelier is available under the MIT License. Imported and extracted
source provenance is documented under docs/provenance; third-party license
boundaries are recorded in THIRD_PARTY_NOTICES.md.