Skip to content
In ProgressJanuary 2025 - Present

Personal Automations Platform

Automation platform with frontmatter-driven deployment to GCP Cloud Run Jobs, enabling rapid development of scheduled automations.

PythonCloud Run JobsCloud SchedulerDockerPushoverPrompt Engineering

Challenge

I wanted a simple way to deploy personal automations without repeating infrastructure setup for each new task. It should write the logic and let the platform handle scheduling and deployment.

Solution

Built a frontmatter-driven deployment system that parses Python docstrings to automatically create GCP resources

Integrated with my Personal API Gateway for access to Google services (Calendar, Gmail, Tasks)

Designed for extensibility—adding a new automation is just adding a Python file with frontmatter config

Currently running daily and weekly AI context briefings as the first automations on the platform

Result

A personal automation framework where new scheduled tasks can be deployed by writing a single Python file. Currently powers AI-generated briefings, with more automations planned.