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.

Browse all 100 templates View on GitHub
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 →

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