I built this app for one reason: I'm cheap and lazy_.
(_really because I try to do too much, and will disrupt my sleep patterns to get it done.)

Most AI clients have a free plan that resets every hour or day, and I refuse to set an alarm just to paste my next prompt at 3:00 AM. So I made a tool that does it for me.

It started as "type a saved message at a set time." It has since grown into a small routine runner: a list of steps that run in order, on a schedule, while you sleep.

**What it does\

**

A routine is a name, a schedule, and an ordered list of steps:

Chain them however you like: focus Claude → click the prompt box → type the prompt → Return. Each step has its own Test button so you can check a click position without running the whole thing, and steps can be toggled off or dragged into a new order.

**Scheduling\

**

Have as many routines as you want. Each has its own enable switch, the sidebar shows a live "Next in 15 minutes" countdown, and the scheduler re-arms itself the moment you edit a schedule.

**The "I don't want to wake up" features\

**

**Built for Mac (SwiftUI)\

**

Native macOS 14+ app, ~3 MB, no dependencies. A few of the interesting bits:

**Why not use a cron job or Automator?\

**

Because I wanted a GUI, and I wanted to click "Capture Position" without scripting coordinates. Also, I'm lazy, remember? (Actually because I can just send the built app to non-technical friends who asked for it.)

**One-line disclaimer\

**

You'll need to grant Accessibility permission in System Settings → Privacy & Security → Accessibility. The app shows a banner with a button that takes you straight there. That's the only setup.

**Download / build from source\

**

It's all SwiftUI, open source, and free.

Build it yourself (macOS 14 or later to run, Xcode 26 to build):

**Download:
**

https://drive.google.com/drive/folders/1eYo68r-QWkj7PWHtEjjYH4S_dmNdqxmN


The download is signed but not notarized, so on first launch macOS will complain. On macOS 15+ go to System Settings → Privacy & Security → Open Anyway; on macOS 14 right-click the app → Open.