Personal Automations Platform
Automation platform organized by trigger type (scheduled, event-driven, manual) with YAML-driven configuration and deployment to GCP Cloud Run Jobs and Cloud Functions.
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
Organized automations into trigger-type folders (scheduled/triggered/manual) with a YAML config system for schedules and settings
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 YAML 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.