AutoBlocksCalm automation for everyday life

Product overview

AutoBlocks (AutoBlocks.ai) is a multi-tenant self-serve SaaS that helps ambitious individuals automate routine personal tasks. You build AutoBlocks — guided automation units — instead of wiring a blank canvas. Marketing lives on autoblocks.pro; the running product lives on autoblocks.run.

AutoBlocks is not a general-purpose scripting platform, integration marketplace, or team collaboration suite in Phase 1. It is calm, template-first automation with bounded AI assist and visible value quickly.


Core product pillars

PillarWhat it means for you
Visible value firstTemplates and onboarding get you to a working AutoBlock in minutes
Trust over magicEvery step is reviewable; AI suggests, you accept or reject
Guided by defaultWizard-led creation; no unrestricted user code
Mobile usefulSummary editing and dashboard on phone; richer schedule controls on desktop
Structured flexibilityTriggers, steps, and rules within Phase 1 constructs
AI assists, you controlDraft, refine, repair, explain — never silent auto-changes

Who AutoBlocks is for

PersonaTypical use
Ambitious individualDaily reminders, inbox nudges, personal check-ins
Solo operatorWebhook relays, payment alerts, lead capture forwarding
Small team (light)Standup pings, status checks — not full team RBAC

Phase 1 optimizes for individuals first, then solo operators, then small teams with simple shared patterns.


Logged out vs logged in

StateWhereWhat you can do
Logged outautoblocks.proHome, pricing, docs, changelog, legal, help chat
Logged outautoblocks.run/signupCreate account, start free trial
Logged inautoblocks.runDashboard, wizard, templates, activity, billing, settings

Compare plans on .pro; manage subscription and usage on .run/billing.


Phase 1 — included

CapabilityUser-facing termNotes
Manual triggerRun on demandFrom dashboard or routine detail
Scheduled triggerRecurring timeCron on desktop; simple schedules on mobile
Inbound webhook triggerExternal POST starts a runPersonal endpoint per AutoBlock
NotificationsEmail + in-appResend in production; preferences in Settings
Outbound webhooksStep actionPOST payload to your URL — not a trigger
Storage / loggingStep actionPersist run output for Activity review
Template library/templates9+ catalog entries in packages/template-catalog
Wizard-led creation/routines/newTemplate or AI-guided alternate path
Bounded AI assistIn-product onlyAuth required; tenant-scoped API
BillingStarter + Plus14-day trial; monthly or annual
Activity history/activityEvery run with status and plain-language failures

Phase 1 — explicitly excluded

Not availableWhy
Custom user scriptingTrust and tenant safety
Unrestricted code generationAI maps only to supported constructs
Broad integration marketplacePhase 1 is template + webhook patterns
White-label architectureConsumer brand focus
Advanced team collaborationDeferred past Phase 1
Persistent chat-first product modeAI assists setup, not daily chat ops
Book a call / sales schedulingRemoved — /book redirects to /docs

Plans at a glance

PlanMonthly (USD)Annual/mo (USD)AutoBlocksExecutions/moWebhooksSchedules
Trial (14 days)Free310012
Starter$12$10550023
Plus$24$20255,0001015

Full billing detail: Billing and plans. Source: packages/billing/src/plans.ts.


Design principles (consumer)

  1. Visible value first — pick a template, activate, see Activity.
  2. Trust over magic — review AI output before save.
  3. Guided by default — wizard validates as you go.
  4. Mobile useful, not compromised — bottom nav, card editing.
  5. Structured flexibility — triggers + steps + optional rules.
  6. AI assists, users stay in control — reject anything you do not trust.

System snapshot

flowchart LR
  User["You"]
  Pro["autoblocks.pro"]
  Run["autoblocks.run"]
  API["api.autoblocks.run"]

  User --> Pro
  User --> Run
  Pro -->|"CTA: Start trial"| Run
  Run --> API

Related reading