The public front door for Cronsole — one pane of glass for every scheduled task.
A single, self-contained static page served on GitHub Pages.
Live Site · Report Bug · Request Feature
This repository serves Cronsole's public front door — the site for Cronsole, a local-first control plane for scheduled tasks across Windows Task Scheduler, Claude Code / Codex routines, AI-agent jobs, and more. It doubles as the template gallery (see the maintenance note below).
It is a single self-contained index.html (inline CSS + vanilla JS — no build step, no
external CDN or fonts), served as static files over GitHub Pages at:
https://cronsole.mikesailab.com
The page pitches Cronsole and points visitors to the three public pieces of the project (below).
| Piece | What it is |
|---|---|
| 🧠 Cronsole app | The full stack — React dashboard, Node/Postgres backend, the .NET Windows agent, and the MCP server. (Private during build; public at launch.) |
| 🗃️ Template registry | The public, versioned catalog — index.json + one JSON file per template, content-addressed with sha256 and served over a CDN. |
| 🖼️ Template gallery | Browse, filter, and import the whole template catalog into your local Cronsole. |
| File | What it holds |
|---|---|
index.html |
The entire page — markup, inline styles, and the theme-toggle script. Self-contained and offline-capable. |
CNAME |
The custom domain (cronsole.mikesailab.com). GitHub Pages reads this on build. |
.nojekyll |
Tells GitHub Pages to serve the files raw (no Jekyll processing). |
This repo is a published mirror. The source of truth is registry-site/index.html in the
Cronsole app repo; a publish script (scripts/publish-frontdoor.ps1) copies the page here and
pushes, and GitHub Pages rebuilds within about a minute.
Important
This is the same page as the template gallery, published to a second host. The standalone
marketing landing page was retired on 2026-07-28 and the gallery absorbed its product pitch,
quick start, and project links into its Home view. publish-frontdoor.ps1 copies
registry-site/index.html here; publish-registry.ps1 copies the identical file to
cronsole-registry. Run both, or the
two hosts silently drift.
Note
Content here is generated from the source folder — an edit to index.html in this repo would
be overwritten on the next publish. This repo does own its own README.md, so this file is
safe from the publish step. To change the page, edit it at the source and re-publish.
Tip
The page uses only relative asset references and links out to absolute URLs, so it renders identically whether it's served from the custom domain or a local static server.
| Live site | The front door this repo serves. |
| Cronsole app | The application the site is about. |
| Template gallery | Browse and import automation templates. |
| Issues | Report a problem with the site. |
Landing site for Cronsole · served via GitHub Pages · Apache-2.0