We build and operate reliable software, cloud infrastructure, and AI workflows.
Live service status · GitHub organization
Projects with observable usage are listed first. Projects without public usage data follow them.
Obsidian Community Plugin for selective Git synchronization.
A visual dashboard for controlled note-level push and pull operations with GitHub, GitLab, and Gitea.
- Published in the Obsidian community plugin directory
- Released through shared CI and release workflows
Identity and application platform on Cloudflare's edge.
Provides OAuth and check-in services, serving approximately 80 daily visits.
- Built with Cloudflare Workers, D1, React, and pnpm workspaces
- Deployed through shared workflows
- Operational visibility through the public status page
Obsidian plugin for image watermarking and storage delivery.
Adds watermarks and uploads pasted or dropped images to S3-compatible storage, including Cloudflare R2.
Public technical blog and personal knowledge hub.
A multilingual Astro site deployed on Cloudflare Pages, with D1-backed features.
- Visit the blog
- Built and deployed through shared delivery workflows
- heavenfortress.com — continuously operated public WordPress website
Some production services are publicly accessible, while their source code and infrastructure repositories remain private by design for security.
Where appropriate, we provide public product links, documentation, and operational status—without exposing implementation details or privileged access.
Open-source fork with maintained product extensions.
Adds Kilo Code support, multi-home analysis, personality insights, OpenAI-compatible API analysis, and work-log generation to a local-first AI coding-session analytics tool.
- Open the app
- Upstream: melagiri/code-insights · Firstsun extensions are maintained in this fork
Multi-cloud infrastructure and operations backbone for Firstsun services.
Terraform and Ansible manage cloud and self-hosted environments.
- Provisions and configures production and self-hosted services
- Manages backups, scheduled automation, and notifications
- Manages service access and deployment workflows
- Provides visible operational evidence through uptime.firstsun.org/status
Public-facing repositories use shared workflows from .github for automated testing, release, and deployment. This keeps delivery practices consistent across plugins, applications, and infrastructure-backed services.
Personal applications deployed on Cloudflare.
Includes notification tools and a diet-tracking application that combines AI food analysis with FatSecret nutrition data. CI and deployments use shared repository templates and workflows.
A personal news-intelligence pipeline.
Collects RSS sources, applies deterministic scoring and Gemini analysis, then publishes curated information through GitHub Pages.
- heaven-video-summary — YouTube → Whisper → Markdown → Google Drive knowledge pipeline
- windmill-flows — scheduled automation for books, health, backups, and notifications
- books-mgmt — Kavita collection automation and Google Drive export
Developer tooling, reusable foundations, and experiments.
- ai-governance — centralized AI tooling and configuration management
- skills — reusable skills for coding agents
- firstsun-bot — provider-agnostic bot that turns approved GitHub issues into AI-agent-implemented PRs
- obsidian-plugin-template — shared plugin CI/CD template
- my-apple-health — Apple Health-related personal tooling
- kestra-flows — workflow orchestration experiments
flowchart LR
classDef platform fill:#0F172A,stroke:#334155,color:#F8FAFC,stroke-width:1.5px
classDef public fill:#F0F9FF,stroke:#38BDF8,color:#0C4A6E,stroke-width:1.5px
classDef personal fill:#F0FDF4,stroke:#4ADE80,color:#14532D,stroke-width:1.5px
classDef evidence fill:#FFF7ED,stroke:#FDBA74,color:#7C2D12,stroke-width:1.5px
Workflows([".github<br/>Shared CI · test · release · deploy"])
Infra(["infra-config<br/>Multi-cloud infrastructure · operations"])
Governance(["ai-governance<br/>AI tooling · configuration"])
Public(["Public services<br/>Plugins · identity · blog · website"])
Personal(["Personal systems<br/>Apps · news · automation"])
Status(["Public status<br/>uptime.firstsun.org/status"])
Workflows --> Public
Workflows --> Personal
Infra --> Public
Infra --> Personal
Governance --> Personal
Status -. monitors .-> Public
class Workflows,Infra,Governance platform
class Public public
class Personal personal
class Status evidence