AutoBlocksCalm automation for everyday life

Getting started journeys

These journeys describe how you go from curious visitor to someone with a running AutoBlock. For developer machine setup, see the repo root README.md — this guide stays on the product path.


Journey A — Curious visitor (5 minutes)

StepActionURL
1Read the home pageautoblocks.pro
2Compare Starter vs Plusautoblocks.pro/pricing
3Ask the help chat a questionHelp button (bottom of marketing pages)
4Skim a doc articleautoblocks.pro/docs

Outcome: You understand what AutoBlocks does and whether Phase 1 fits your needs.

flowchart LR
  Home["Home"]
  Pricing["Pricing"]
  Help["Help chat"]
  Docs["Docs"]
  Decision{"Ready to try?"}

  Home --> Pricing --> Decision
  Home --> Help --> Docs --> Decision
  Decision -->|Yes| Signup["Journey B"]
  Decision -->|Not yet| Docs

Journey B — Start free trial (10 minutes)

StepActionURL
1Click Start trialautoblocks.run/signup
2Create accountSignup form
3Complete onboarding/onboarding
4Activate first AutoBlockOnboarding final step
5View your dashboard/routines

Outcome: One enabled AutoBlock tied to your workspace.

Onboarding choiceRecommended if…
Beginner + templateYou want the fastest path
Technical + templateYou plan to use webhooks soon
AI pathYou can describe your goal in a sentence

Detail: Templates and onboarding.


Journey C — Template power user (15 minutes)

StepActionURL
1Browse templates/templates
2Open Webhook forwarder/templates/webhook-forwarder
3Create AutoBlock/routines/new?template=webhook-forwarder
4Copy inbound webhook URLRoutine detail
5Send test POSTcurl or your tool
6Confirm in Activity/activity

Outcome: Event-driven automation with verified webhook trigger.


Journey D — Scheduled daily habit (10 minutes)

StepActionURL
1Pick Morning summary template/templates/morning-summary
2Set schedule time + timezoneWizard (desktop for cron)
3Customize notification messageWizard step
4Enable AutoBlockActivate
5Wait for first tickCheck /activity

Outcome: Recurring notification without manual runs.

Requires worker service in production (autoblocks-worker on Render).


Journey E — Upgrade after trial (5 minutes)

StepActionURL
1Review usage meters/billing
2Compare limitsautoblocks.pro/pricing
3Choose Starter or Plus/billing checkout
4Complete Stripe CheckoutStripe hosted page
5Return to app/billing — plan active

Detail: Billing and plans.


Journey F — Fix a failed run (5 minutes)

StepActionURL
1Open Activity/activity
2Find failed runRed status badge
3Read plain-language errorRun detail
4Open AutoBlock/routines/[id]
5Fix config or use AI repairWizard / AI panel
6Re-run manuallyRun button (manual trigger)

Detail: Troubleshooting.


Journey map (all paths)

flowchart TB
  Visitor["Visitor on .pro"]
  Trial["Signup + onboarding"]
  Active["Active user"]

  subgraph paths [Common paths]
    T["Templates"]
    AI["AI assist"]
    WH["Webhooks"]
    SCH["Schedules"]
  end

  Visitor --> Trial --> Active
  Active --> T
  Active --> AI
  Active --> WH
  Active --> SCH
  Active --> Billing["Billing / upgrade"]

Quick reference — first week

DaySuggested action
1Complete onboarding with one template
2Run manually once; check Activity
3Adjust notification or schedule
4Browse second template
5Enable email-on-failure in Settings
6Review trial usage on Billing
7Decide Starter vs Plus before trial ends

Where to get help

NeedResource
Product questions (logged out)Help chat on autoblocks.pro
How-to articlesautoblocks.pro/docs
Account issues (logged in)Activity + Settings
Full manualThis docs/user/ series

Related reading