Concepts
Free browser studio for muralists — design a wall at real-world scale, then align, measure, and trace it from your phone
A free, no-signup browser studio for muralists, and the first of many artist tools on artistlocker.com. Draw your wall in real feet, cut it into paintable regions, and size lettering with painted measurements down to the ¼ inch. On site, photograph the wall, pin four corners, and the design locks onto the bricks — warped grid, trace view, and cell-by-cell zoom for transfer day. Built for my own practice and pressure-tested on a live commission days after shipping.
The wall-transfer alignment is a closed-form homography I wrote in-house after the popular npm library silently failed under ESM bundling. The grid is pre-warped in code and drawn as flat 2D SVG to sidestep a Chrome GPU bug that drops thin strokes inside perspective transforms. Zero backend: projects autosave to your device as vectors, and "send to phone" compresses the whole project into a QR-encoded URL — wall photos never leave the device.