Now in early access

One workspace.
Every app you need.

Microcessor is an ecosystem of small, powerful productivity apps. Each works alone. Together, they form the only workspace you'll ever need.

Free forever for small teams. No credit card required.
Mail Calendar Vacations Microcessor Feeds Chat Drive

Apps that work alone — and better together

Start with one app. As you grow, connect more. They sync seamlessly through a shared event bus.

Feeds

Your social hub. See what's happening across your workspace, celebrate birthdays, share recipes and news.

Always free
Vacations

Leave management with approval workflows. Syncs with People for manager routing.

Per user
Mail

Lightweight email client with hosted mailbox. Send and receive without leaving your workspace.

Per user
Calendar

Full RRULE support. Automatically reflects approved vacations and team schedules.

Per user
Chat

Team and direct messaging with channels, threads, and real-time delivery.

Per user
Calls

Voice and video calls with your team. Crystal-clear audio powered by dedicated media servers.

Per minute
Audio Rooms

Persistent drop-in audio rooms for casual team collaboration. Like hallway conversations, but remote.

Per user + minutes
Signatures

Send, sign, and track documents. Legally binding e-signatures with full audit trails.

Per document
Drive

Cloud file storage and sharing. Organized by workspace, accessible everywhere.

Per GB
People

People management and HR workflows. Onboarding, offboarding, and everything between.

Per user
Tickets

Personal and team tasks with Kanban boards, assignments, and due dates.

Per user
Wiki

Internal knowledge base. Write, organize, and share documentation with your team.

Flat monthly

Start simple, grow endlessly

Each app is a micro-utility that does one thing exceptionally well. Connect them when you're ready.

1
Sign up and pick an app

Create a free workspace. Install any app — it works instantly as a standalone tool. No setup, no dependencies.

2
Connect more apps

Install a second app and they automatically sync. Vacation requests route to managers from People. Calendar shows approved leave. Events flow through the bus.

3
Your workspace, your rules

Every app lives on its own subdomain. Access them individually or switch between them from account.microcessor.com. Install as PWAs for a desktop-native feel.

Simple, transparent pricing

$2/user/mo per app, or get all apps from $7/user/mo. First 5 users free on every app.

See pricing & calculator
For developers

Build apps, earn revenue

Microcessor is an open platform. Build a Heaven plugin, publish it to apps.microcessor.com, set your price, and earn 80% of every dollar.

  • Ship as a Heaven plugin — standard handler signature (req, res, ctx)
  • Use the event bus — listen to core events, emit your own with ext.you.app.*
  • Multi-tenancy for free — workspace isolation is handled by the platform
  • Flexible pricing — per seat, per minute, per document, or any combination
Read the developer guide
# manifest.py
manifest = {
    "name": "Invoices",
    "publisher": "acme",
    "subdomain": "invoices",
    "events": {
        "emits": ["ext.acme.invoices.invoice.created"],
        "listens": ["core.people.member.created"],
    },
}

# plugin.py
from heaven import App

app = App()
app.GET("/", "handlers.index")
app.POST("/invoices", "handlers.create")

class InvoicesPlugin:
    def install(self, host_app):
        sub = host_app.subdomain("invoices")
        sub.mount(app)

Ready to simplify your workspace?

Start with one app. Add more when you need them. Free forever for small teams.

Get started free