<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Lantern Path Books]]></title><description><![CDATA[Lantern Path Books]]></description><link>https://lanternpathbooks.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>Lantern Path Books</title><link>https://lanternpathbooks.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 23:37:21 GMT</lastBuildDate><atom:link href="https://lanternpathbooks.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Building free, no-backend classroom printables that just print]]></title><description><![CDATA[A lot of free worksheet sites still make teachers create an account, sit through ads, or hit a paywall at the print button. I wanted the opposite. Open the page, pick your options, print. No account, ]]></description><link>https://lanternpathbooks.hashnode.dev/building-free-no-backend-classroom-printables-that-just-print</link><guid isPermaLink="true">https://lanternpathbooks.hashnode.dev/building-free-no-backend-classroom-printables-that-just-print</guid><category><![CDATA[education]]></category><category><![CDATA[JavaScript]]></category><dc:creator><![CDATA[Andrew Roache]]></dc:creator><pubDate>Sun, 21 Jun 2026 03:51:22 GMT</pubDate><content:encoded><![CDATA[<p>A lot of free worksheet sites still make teachers create an account, sit through ads, or hit a paywall at the print button. I wanted the opposite. Open the page, pick your options, print. No account, no email, nothing uploaded.</p>
<p>So I put together a small set of browser-only generators that make a clean printable in a couple of clicks:</p>
<ul>
<li><p>A maths worksheet generator (addition, subtraction, multiplication, division, mixed) with an answer key</p>
</li>
<li><p>A name-tracing sheet generator for early writers</p>
</li>
<li><p>A spelling worksheet generator</p>
</li>
<li><p>A word search maker</p>
</li>
<li><p>Routine and chore chart makers</p>
</li>
</ul>
<p>They live here: <a href="https://lanternpathbooks.com/free/tools/">https://lanternpathbooks.com/free/tools/</a></p>
<p>The engineering bits worth sharing:</p>
<ul>
<li><p>Everything runs client-side, so there is no backend to host and nothing leaves the browser. That keeps it instant and private, which matters on a locked-down school device.</p>
</li>
<li><p>The print output was the real work. A dedicated print stylesheet with CSS page-break rules produced far cleaner pages than generating a PDF in JavaScript, and it stays crisp at any printer setting.</p>
</li>
<li><p>Removing the sign-up step takes out the single biggest drop-off point. For a teacher with five minutes before class, friction is the enemy.</p>
</li>
</ul>
<p>I run a small Brisbane children's book imprint, Lantern Path Books. More about it here: <a href="https://lanternpathbooks.com">https://lanternpathbooks.com</a></p>
<p>If you are doing browser-side printing, I am happy to compare notes on the page-break approach.</p>
]]></content:encoded></item></channel></rss>