DEV Community

gan liu
gan liu

Posted on • Originally published at plantingcalendar.net

I Built a Planting Calendar for Every USDA Zone (365 Pages of Data)

I kept searching "when to plant tomatoes zone 7b" every spring. So I built a tool that tells you the exact planting dates for any vegetable in any USDA zone.

What it does:

  • 365 static pages covering all 13 USDA zones
  • Each page lists optimal indoor and outdoor planting dates by vegetable
  • No sign-up, no ads, just clean planting data

Tech stack: Next.js static site generation + Cloudflare Pages. All 365 pages are pre-rendered at build time. No database, no API calls, no moving parts.

?? Check it out: plantingcalendar.net

Built it over a weekend with AI coding tools. The real work was verifying the planting data against university extension sources. That took longer than the code.

Top comments (0)