Real apps, running on WordPress

These are two apps I built and use myself. They're the reason App To Page exists — I was tired of running a whole server just to keep two small tools online. Both are live below; try them.

The Very Large Calendar app: a full-year wall calendar laid out on one page, with size and style controls.
React appPDF export

Very Large Calendar

A year-at-a-glance wall calendar you can print.

Pick a year, drag in your events from an .ics file, and it lays the whole year out on one page. Adjust the dimensions, fonts, and colors, then export a huge, high-quality PDF you can print anywhere. Mine's 48×26 inches — I had it printed at the local library for $12 and stuck it on the wall with painter's tape.

It's just a browser app — a folder of HTML, JavaScript, and assets. Exactly what App To Page serves from a dropped .zip.

Try it live
The Voronoi Wall Designer app: a colorful Voronoi tile pattern with controls for tile size, mesh width, and connectors.
3D / WebGLSTL export

Voronoi Wall Designer

Design a tiled wall panel and 3D-print it.

A tool for makers: it generates a Voronoi pattern, splits it into tiles that fit your printer bed, adds connectors so the pieces lock together, and exports STL files ready to 3D print into one big panel. Everything renders live in 2D and 3D as you adjust it.

Live 3D rendering and STL downloads — the asset-heavy kind of build most “paste-it-in” tricks choke on. App To Page serves it with the right file types, automatically.

Try it live

The story behind these two apps

Two small tools, a whole server to maintain, and a WordPress site sitting right there. That gap is why I built App To Page.