cottage-garden
A small, growing toolbox of plain-spoken helpers for the home gardener — feed your beds, pair your plants, and tend a cottage border with a little more confidence.
The Cottage Garden Companion is a collection of browser tools for feeding beds, pairing plants, and tending a cottage border. The Fertilizer Plot turns any N-P-K ratio into a generative, hand-drawn plant and then works out feed dose, timing and cost, while The Companion Bed covers 139 plants with ranked companion and “keep apart” relationships, explains why each pair works, and deep-links a recommended feed straight into the Fertilizer Plot. Every tool is a self-contained, single-file HTML page dressed as a pressed-herbarium specimen sheet, with warm recycled-paper surfaces, deep botanical ink, and an old-press serif over a clean grotesque. There is no build system, no dependencies, and no backend: each tool is one .html file that opens directly from disk, and the only network request is the Google Fonts link for Fraunces and Hanken Grotesk. More tools are taking root, including a sowing calendar and a watering guide.
Getting started
There is nothing to install. Pick whichever suits you:
-
Open directly — double-click
src/index.html, or openfile:///…/src/index.htmlin any modern browser. The pages are designed to work fully fromfile://. -
Serve the folder (only if a browser blocks something over
file://) — any static server works:npx serve src # or npx serve docs # the built/published copyThen visit the page in your browser.
The only network request is the Google Fonts <link> (Fraunces + Hanken Grotesk); everything else — logic, data, and SVG artwork — is inline. Offline, the pages still work with fallback fonts.




