"Messy Magnus" is children's picture book about a 3rd grader who can’t stop spilling.

Today, Magnus is ready to make a change. Follow him on a journey of unexpected obstacles and self-discovery as he tries to deliver dinner to the table without making a mess.

Book sales open August 2026!

Your support can publish this book!

Raised so far

$0

Goal

$5,000

0% funded$5,000 to go

$22per copy of Messy Magnus

Every purchase goes directly to publishing and illustrator fees. Book ships in September 2026

Buy through Venmo (no fees)Buy through Stripe

You'll be taken to a secure checkout page.

Be the first to back this book!

var MM_GOAL = 5000; var MM_SHEET_URL = 'https://script.google.com/macros/s/AKfycbzhW14WCWtKAv_srDMeFUFmSOmPM_PxwxWt_FzWjpASZaw68_EYoqLTCsFMRSKZjG9L/exec'; function mmUpdateBar(amount, backers) { var pct = Math.min(100, Math.round((amount / MM_GOAL) * 100)); var remaining = Math.max(0, MM_GOAL - amount); document.getElementById('mm-bar').style.width = pct + '%'; document.getElementById('mm-raised').textContent = '$' + amount.toLocaleString(); document.getElementById('mm-pct').textContent = pct + '% funded'; document.getElementById('mm-remaining').textContent = '$' + remaining.toLocaleString() + ' to go'; document.getElementById('mm-backers').textContent = backers > 0 ? backers + ' backers so far' : 'Be the first to back this book!'; } function mmFetchData() { fetch(MM_SHEET_URL) .then(function(r) { return r.json(); }) .then(function(d) { mmUpdateBar(d.raised || 0, d.backers || 0); }) .catch(function() { mmUpdateBar(0, 0); }); } mmFetchData();