NEW: Free automation plan for small businesses.

Let your business run itself.

Automations that run in secure isolated microVMs.

Connect the tools you already use — like Shopify, QuickBooks, Stripe, Google Sheets, and HubSpot — then automate the busywork with real code. metaBloc runs your scripts on a schedule inside isolated microVMs, so you can handle invoicing, restocking, onboarding, and follow-ups without lifting a finger.

No servers, cron jobs, or DevOpsSecure, containerd-backed microVM isolationBuilt to scale with your business
scheduler.js
import { schedule } from '@dogma/scheduler';
import { database } from '@dogma/db';

// Example: nightly invoice reminders & low-stock alerts
const processData = schedule.every('5min', async () => {
const records = await database.getNew();
return records.map(transform);
});

// Scales from 0 to 1000+ instances
Next Run: 2 min 34s

Deploy Complete

Function is live and scaling

Our Mission

Make secure, scheduled automation effortless. We combine microVM isolation with a simple developer workflow — so you can focus on code, not infrastructure.

Secure by Default

Each run executes in a fresh, isolated microVM — no shared kernels, no residual state. Your code and data stay private, every time.

Zero DevOps

Upload a script, choose a schedule, and go. No servers to manage, no containers to patch — just dependable automation.

Built to Scale

Fast cold starts, resilient schedulers, and clear observability keep jobs on time — from a single task to millions.

Coming Soon

More automations. More integrations. Less manual work.

00
Days
00
Hours
00
Minutes
00
Seconds

How It Works

Automate your workflows in three simple steps.

script

Connect your tools & add logic

upload

Upload your Rust, Bash, Python, or JavaScript script, or start from a template. (C#, Go, Java coming soon)

or click to browse

PythonJavaScriptShell
time

Set your schedule

Each workflow step runs in a fresh, isolated microVM with encrypted secrets and integrations baked in.

script

We run it in a secure microVM

backup_database.pySuccess
send_reports.jsRunning
cleanup_logs.shQueued

Each workflow step runs in a fresh, isolated microVM with encrypted secrets and integrations baked in.

Choose Your Plan

Start free. Automate more as your business grows.

No credit card required

Free

$0/month

Perfect for testing automations, simple workflows, and solo founders.

  • Unlimited workflows and tasks
  • Flexible scheduling with cron
  • 3,600 execution credits per month
  • Built-in secret store for API keys and credentials
  • 7 day log retention
  • Supports Rust, Bash, Python, Go, JavaScript
  • 24 hour response SLA
Most Popular

Pro

$10/month

For growing teams automating finance, inventory, CRM, and operations.

  • Everything in Free
  • 2 hour response SLA
  • 20,000 execution credits per month
  • Pre-built workflow templates for invoicing, restocking, onboarding, and reporting
  • Deeper integrations with Shopify, QuickBooks, Stripe, HubSpot, and more
  • Priority support and onboarding help
  • 30 day log retention

Enterprise

Custom

For organizations standardizing on metaBloc for business-wide automation.

  • Everything in Pro
  • Custom execution credit limits and dedicated infrastructure options
  • SLA-backed uptime and compliance support
  • SSO & SAML integration
  • Team & multi-user collaboration, approvals, and roles
  • Custom implementation and migration of existing automations
  • Dedicated account manager
upload

Enterprise-Grade Security

Each automation runs in an isolated microVM with encrypted secrets.

upload

99.9% Uptime SLA

Your automations run when they should — every time.

upload

24/7 Support

Get help from real humans when you need it.

Our Roadmap

What’s next for metaBloc automation.

Example Automations

A few concrete examples of what you can automate with metaBloc.

Nightly Finance Rollup

Combine Stripe, PayPal, and Shopify transactions into one summary email.

Every night at midnight, metaBloc pulls the day’s transactions from Stripe, PayPal, and Shopify, groups them by source, and emails a simple report to your finance inbox.

Low Stock + Supplier Email

When an item is low, email your supplier with a prefilled reorder.

A scheduled workflow checks your SKUs in Shopify or your database. If any fall below threshold, it prepares an email with item details and sends it to your supplier for reorder.

New Client Intake

Standardize how you onboard each new client.

When a new client is added to your CRM, metaBloc creates a folder in Drive, a board in your project tool, sends a welcome email, and schedules a kickoff reminder.

Weekly KPI Digest

One email with your sales, traffic, and churn metrics.

Pulls metrics from your analytics, CRM, billing system, and exports a compact summary to founders and stakeholders every Monday morning.

Support Ticket Triage

Use AI and rules to triage incoming support tickets.

Runs a script that labels tickets by urgency, topic, or customer tier, and routes them to appropriate Slack channels or queues on a schedule.

Key Features

Automation power with the safety of microVMs.

Scheduled Automations

Scheduled Automations

Run workflows on your schedule — every minute, hourly, daily, weekly, or using custom cron expressions.

Multi-step Workflows

Multi-step Workflows

Chain multiple steps together: check inventory, update your CRM, send emails, write to Sheets — all in one automation.

Secure MicroVM Execution

Secure MicroVM Execution

Every step runs in a fresh, isolated microVM with no shared runtime. Once your job completes, the environment is destroyed.

Multi-language Support

Multi-language Support

Use the languages your team already knows: Rust, Bash, Python, Go, and JavaScript out of the box (C# and Java coming soon).

Integrations with Your Tools

Integrations with Your Tools

Connect to accounting, CRM, e-commerce, messaging, and storage tools like QuickBooks, Shopify, Stripe, HubSpot, Slack, Google Sheets, and more.

Secrets & Configuration

Secrets & Configuration

Store API keys, tokens, and passwords securely and inject them into your workflows as environment variables.

How metaBloc compares

Built for teams that outgrow no-code tools — but don’t want to run their own infrastructure.

Zapier

Great for simple, no-code automations.

Limitations:

  • Limited when business logic becomes complex.
  • Custom behavior often requires clunky multi-step hacks.
  • Harder to work with APIs that don’t have native Zapier apps.

metaBloc advantage:

  • Write real code in Python, JS, Rust, Bash, and more.
  • Work with any API that has HTTP access.
  • Run scripts in isolated microVMs with secrets and config built in.

Make (Integromat)

Powerful visual flows and branching.

Limitations:

  • Complex logic still requires custom scripting and external services.
  • Maintaining advanced scenarios can get hard to reason about visually.

metaBloc advantage:

  • Code-first workflows with optional visual orchestration.
  • Perfect for technical teams who prefer Git + code reviews.
  • No extra infrastructure to host your scripts.

n8n

Open-source, highly extensible workflow engine.

Limitations:

  • Requires hosting, scaling, and maintaining the platform.
  • Security and isolation are your responsibility.

metaBloc advantage:

  • Fully managed SaaS — no hosting or ops.
  • Each run isolated in a microVM by default.
  • Focus on logic; we handle the infrastructure.
shield

Reliability & Security

Automate confidently without exposing your data.

MicroVM Isolation

MicroVM Isolation

Each automation runs in a fresh microVM with no shared kernels or containers, reducing the blast radius of every task.

Multi-Factor Authentication

Multi-Factor Authentication

Secure your metaBloc account with 2FA and strong authentication practices.

Encrypted Variables

Encrypted Variables

Secrets are encrypted at rest and only available to the workflows that need them.

Zero-Trust Execution

Zero-Trust Execution

Fresh VM for every run

256-bit Encryption

256-bit Encryption

Enterprise-grade protection for your data

99.9% Uptime

99.9% Uptime

Your workflows run reliably, day and night

Ephemeral Jobs

Ephemeral Jobs

Nothing persists after execution unless you choose to store it

Loved by Small Teams & Builders

See how businesses use metaBloc to automate real work.

"

We automated low-stock alerts, invoice reminders, and a weekly sales report using metaBloc. What used to take hours every week now just… happens.

Sarah Chen

Sarah Chen

Operations Manager, DTC Brand

"

We replaced our cron servers and duct-taped scripts with metaBloc. Now our automations run in microVMs and we don’t worry about infrastructure at all.

Marcus Rodriguez

Marcus Rodriguez

Lead Engineer, SaaS Startup

"

It feels like Zapier for developers — but better. I can write Python or JS, hit deploy, and let metaBloc handle the rest.

Emily Watson

Emily Watson

Full Stack Developer

Community

Join Our Automation Community

Active Users

0+

Active Users

Automations Run

0T+

Automations Run

Countries

0+

Countries

Uptime

0.0%

Uptime

"

Because each workflow runs in an isolated microVM, we’re comfortable automating finance-related tasks that touch sensitive data.

David Kim

David Kim

CTO, Accounting Firm

"

We started with a simple Google Sheets → QuickBooks automation and ended up automating half our back office.

Lisa Thompson

Lisa Thompson

Founder, Small Agency

Open Source

Core libraries and examples will be open-sourced soon so you can extend metaBloc even further.

0.0k

Stars

0.0k

Forks

0

Contributors

Contact

Let's Talk Automation

Tell us what you’d like to automate — we’ll help you design the workflow.

Email

info@metabloc.net

Phone

305-814-3979

Response Time

Under 24 hours

We only email you about this request.