License: CC-BY-4.0
Code: MIT
100 templates
7 formats
Free, open-source printable
chore chart templates.
100 chart designs as JSON. Render to SVG with our zero-dep TypeScript library, or download 50 ready-to-print PDFs. Use them anywhere — credit printablechorechart.com.
100
Templates
7/8
Chart formats
50
Print-ready PDFs
CC-BY
4.0 license
Featured templates
A handful of the highest-quality designs across our 8 chart formats. See all 100 →

Blue Pup Adventure Chart

Burgundy Executive Daily Agenda

Charcoal Modern Task Board

Cobalt Daily Office Checklist

Copper Tone Daily Routine Planner

Creature Catcher Quest

Espresso Monthly Duty Calendar

Executive Navy Weekly Planner

Midnight Skull Bunnies

Graphite Workspace Planner

Harmony Holiday Open Template

Mellow Holiday Calendar Board
Quick start
Pick a template, render it with the kit, or grab the PDF.
npm install chore-chart-kit
# (not yet published — use the GitHub repo directly for v1)
import { renderChart } from 'chore-chart-kit';
import template from './templates/chore-charts/dinosaur-weekly.json';
const svg = renderChart(template);
// → SVG string, ready to inject or convert to PDF