EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,508+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. TinyCld
    TinyCld icon

    TinyCld

    Team Collaboration
    Featured

    A self-hosted, open-source productivity suite and developer platform offering mail, calendar, contacts, drive, documents, and spreadsheets in a single Docker container.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free forever, self-hosted on your own server. No per-seat pricing, no premium tiers.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Team CollaborationDocument CollaborationCloud Computing Platforms

    Alternatives

    ZeplinMindMeisterDwixel
    Developer
    TinyCldHolts Summit, MOEst. 2026

    Listed May 2026

    About TinyCld

    TinyCld is a self-hosted productivity suite and developer platform that packages email, calendar, contacts, file storage, collaborative documents, and spreadsheets into a single Docker container. It is open source, free per user forever, and designed to be running in about fifteen minutes on any Linux VM with Docker. The project targets two audiences simultaneously: teams that want to ditch SaaS subscriptions and developers who want a foundation to build new apps on top of.

    What It Is

    TinyCld is a ground-up implementation of a team productivity stack — not a wrapper around third-party services. It ships six tightly integrated apps (Mail, Calendar, Contacts, Drive, Text, and Calc), each speaking its native open protocol (IMAP/SMTP, CalDAV, CardDAV, WebDAV). The same codebase also serves as an extensible developer platform: drop in a manifest.ts file and the scaffolding generator wires routes, typed schemas, auth, real-time data, push notifications, audit logs, and more into a running app shell for both web and native (iOS/Android via Expo Router).

    Integrated Apps and Native Protocols

    The six built-in apps cover daily team productivity:

    • Mail — threaded conversations, labels, attachments, delivery tracking; IMAP (:993) and SMTP (:465) compatible with Apple Mail, Thunderbird, Outlook, and mutt
    • Calendar — recurring events, guest management, RSVP, reminders; CalDAV sync with Apple Calendar, GNOME Calendar, DAVx5
    • Contacts — shared org directory, favorites, notes; CardDAV sync
    • Drive — versioned file storage, share links, role-based permissions, thumbnails; WebDAV mountable from macOS Finder, Windows Explorer, and Linux Nautilus
    • Text — rich document editor with live CRDT collaboration, .docx and Markdown round-trips, mobile-native editing (listed as Beta, "feature complete · lightly battle-tested")
    • Calc — spreadsheets with formulas, named ranges, snapshots, real-time co-editing, CSV and .xlsx import/export (listed as Beta, "feature complete · lightly battle-tested")

    Developer Platform and Package Architecture

    For developers, TinyCld provides twelve pre-built primitives that every package inherits: auth, multi-org routing, live reactive queries (TanStack DB), optimistic mutations, transactional email, file handling, in-app notifications, Expo push (iOS + Android), an append-only audit log, typed forms (Hook Form + Zod), theming with light/dark and color palettes, and a shared web-and-native codebase via Expo Router. A package is a folder with a manifest.ts that points at existing directories; the generator stitches routes, types, server code, and migrations into the running app at build time. The scaffolding CLI (npx @tinycld/bootstrap) sets up a sibling repo with a working manifest and a live route in under sixty seconds.

    Privacy and Deployment Model

    TinyCld's homepage states it never phones home when self-hosted — no analytics, no crash pings, no metered usage reports. HTML email images are proxied server-side with a scoped token so senders cannot track IP addresses or read receipts. Signup is invite-only with no public account creation. The entire state lives in one SQLite file. The project also offers a hosted option alongside self-hosting on a VPS, homelab, or Dokku one-liner; Let's Encrypt certificate acquisition is baked into the startup sequence.

    Migration from Google Workspace

    TinyCld includes a built-in Google Takeout importer. Users download a Takeout archive, drop the ZIP into TinyCld, and a web worker parses .mbox, .ics, and .vcf files off the main thread. Contacts deduplicate by vCard UID, calendar events merge by ICAL_UID, and Drive files are restored to their original folder hierarchy. The importer is described as idempotent, so re-imports are safe.

    Update: v0.0.1 and iOS App Launch

    The GitHub workspace repository shows a first release tagged v0.0.1, published on 2026-05-22, with the repository created on 2026-05-21 and last pushed on 2026-05-25. The official iOS app (supporting iPhone, iPad, and Mac via Designed for iPad) launched on the App Store concurrently, providing native push from a user-controlled server with no middleman analytics. The project is early-stage but actively moving, with 61 stars and contributions open across six separate package repositories (mail, calendar, contacts, drive, text, calc), each with its own issues and PRs.

    TinyCld - 1

    Community Discussions

    Be the first to start a conversation about TinyCld

    Share your experience with TinyCld, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Self-Hosted

    Free forever, self-hosted on your own server. No per-seat pricing, no premium tiers.

    • All six apps: Mail, Calendar, Contacts, Drive, Text, Calc
    • IMAP/SMTP/CalDAV/CardDAV/WebDAV support
    • Multi-org with per-org roles
    • Real-time collaboration
    • iOS app with native push

    Capabilities

    Key Features

    • Self-hosted in a single Docker container
    • Six integrated apps: Mail, Calendar, Contacts, Drive, Text, Calc
    • IMAP/SMTP email server
    • CalDAV calendar sync
    • CardDAV contacts sync
    • WebDAV file storage
    • Live CRDT collaborative document editing
    • Collaborative spreadsheets with snapshots
    • Native iOS app with push notifications
    • Google Takeout importer (mbox, ics, vcf)
    • Multi-org support with per-org roles
    • Real-time updates via server-sent events
    • Server-side HTML email image proxy
    • Invite-only signup
    • Let's Encrypt auto-provisioning
    • Single SQLite file state
    • Developer platform with manifest.ts package system
    • Typed end-to-end schemas
    • Expo Router web and native codebase
    • Append-only audit log
    • Optimistic mutations with rollback
    • In-app notifications and toasts
    • Light/dark theming with color palettes
    • No telemetry or tracking

    Integrations

    Apple Mail
    Thunderbird
    Outlook
    mutt
    Apple Calendar
    GNOME Calendar
    DAVx5
    Apple Contacts
    GNOME Contacts
    macOS Finder (WebDAV)
    Windows Explorer (WebDAV)
    Linux Nautilus (WebDAV)
    PocketBase
    Expo
    TanStack DB
    Hook Form
    Zod
    Google Takeout
    Docker
    Dokku
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate TinyCld and help others make informed decisions.

    Developer

    TinyCld Team

    TinyCld builds an open-source, self-hosted productivity suite and developer platform that ships mail, calendar, contacts, file storage, collaborative documents, and spreadsheets in a single Docker container. The project targets both teams replacing SaaS subscriptions and developers building new apps on a pre-wired foundation of auth, real-time data, push notifications, and typed schemas. TinyCld implements standard protocols (IMAP, SMTP, CalDAV, CardDAV, WebDAV) from the ground up rather than wrapping third-party services, and publishes each app as a separate open-source package repository. The platform is free per user forever with no telemetry, no per-seat pricing, and no lock-in.

    Founded 2026
    Holts Summit, MO
    10 employees

    Used by

    SafeInsights (indicated by developer's…
    Read more about TinyCld Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Zeplin icon

    Zeplin

    Zeplin is a design delivery platform that bridges the gap between designers and developers by providing structured, finalized design handoff outside the design canvas.

    MindMeister icon

    MindMeister

    MindMeister is a free online mind mapping tool that lets individuals and teams visually brainstorm, organize ideas, and collaborate in real time.

    Dwixel icon

    Dwixel

    All-in-one workspace for student teams combining collaborative writing, project management, chat, and video calls in a single platform.

    Browse all tools

    Related Topics

    Team Collaboration

    AI-enhanced platforms for team communication and collaboration.

    48 tools

    Document Collaboration

    Tools for collaborative document editing and management.

    10 tools

    Cloud Computing Platforms

    AI-optimized platforms for cloud computing (AWS, GCP, Azure, etc.).

    51 tools
    Browse all topics
    Back to all tools
    Discussions