<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andrew Roache</title>
    <description>The latest articles on DEV Community by Andrew Roache (@lanternpathbooks).</description>
    <link>https://dev.to/lanternpathbooks</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3994816%2F3e52ebfa-1618-438f-81e6-ed0f125769a1.jpg</url>
      <title>DEV Community: Andrew Roache</title>
      <link>https://dev.to/lanternpathbooks</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lanternpathbooks"/>
    <language>en</language>
    <item>
      <title>A free, no-sign-up worksheet generator that runs entirely in the browser</title>
      <dc:creator>Andrew Roache</dc:creator>
      <pubDate>Sun, 21 Jun 2026 03:10:15 +0000</pubDate>
      <link>https://dev.to/lanternpathbooks/a-free-no-sign-up-worksheet-generator-that-runs-entirely-in-the-browser-36ko</link>
      <guid>https://dev.to/lanternpathbooks/a-free-no-sign-up-worksheet-generator-that-runs-entirely-in-the-browser-36ko</guid>
      <description>&lt;p&gt;Teachers and parents lose a surprising amount of time hunting for printable practice sheets, then hitting a sign-up wall or a paywall.&lt;/p&gt;

&lt;p&gt;So I built a small set of free tools that make the sheet you need in a couple of clicks, with no account and no email. They run entirely client-side in the browser, so nothing is uploaded or stored, and every sheet prints straight to paper or saves as a PDF.&lt;/p&gt;

&lt;p&gt;What is in the set so far:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A maths worksheet generator (addition, subtraction, multiplication, division, mixed) with an answer key&lt;/li&gt;
&lt;li&gt;A name-tracing sheet generator for early writers&lt;/li&gt;
&lt;li&gt;A spelling worksheet generator&lt;/li&gt;
&lt;li&gt;A word search maker&lt;/li&gt;
&lt;li&gt;Routine and chore chart makers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The hub is here: &lt;a href="https://lanternpathbooks.com/free/tools/" rel="noopener noreferrer"&gt;Free printable tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A few build notes for anyone making something similar:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keeping it fully client-side meant zero backend cost and instant load, which matters when a teacher opens it on a school tablet on a slow connection.&lt;/li&gt;
&lt;li&gt;The fiddly part was the print layout. A dedicated print stylesheet with CSS page breaks gave a much cleaner result than forcing a PDF library.&lt;/li&gt;
&lt;li&gt;Removing the sign-up step takes out all the friction, which is the whole point for a busy classroom.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I run a small Brisbane children's book imprint, &lt;a href="https://lanternpathbooks.com" rel="noopener noreferrer"&gt;Lantern Path Books&lt;/a&gt;, and these started as a side project to help the parents and teachers who read our picture books. They are free to use and share.&lt;/p&gt;

&lt;p&gt;Happy to talk through the print-layout approach if it is useful to anyone.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>education</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
