Creating with Clicks: The Story Behind My Free Web Drawing App!

I am thrilled to share with you the exciting journey behind my latest creation - a free web based drawing app that will unleash your artistic potential. Inspired by popular drawing apps like Microsoft Paint and Procreate on iOS, this painting app is designed to let your creativity flow freely. And guess what? You can start using it right now, directly in your browser!

A screenshot of the Brush Ninja drawing app - sorry about the dreadful artwork.

A screenshot of the Brush Ninja drawing app - sorry about the dreadful artwork.

A Passion for Painting Apps

I have a long history of building painting apps and programs. It all started about 25 years ago when I crafted my very first one using Visual Basic. It wasn’t the most mind-blowing app out there, but hey, it got the job done (kind of). Since then, I’ve been dabbling in creating these digital art tools on and off. There’s no big reason behind it; I simply enjoy the process of bringing ideas to life.

My latest app uses vanilla JavaScript with Reef.js to create a simple, speedy tool for painting in your web browser. It comes with an array of brushes that will allow you to draw whatever you like, and save your images as pngs. It couldn’t be simpler.

AI: Accelerating Creativity

Like many of my recent creations, this drawing app owes its speedy development to AI magic. Without AI, I might not have built this gem at all; certainly not as quickly as I did. Drawing upon my experience of crafting paint tools in the past, I knew exactly what I wanted and how to build it but using AI helped me to do it 100x quicker, and add features I had only dreamed of before.

I feel really excited about AI, at least from a coding perspective. It truly sets me free. I’ve never really considered myself a programmer. Instead, I inhabit this uncomfortable middle ground between designer and programmer. But thanks to AI, the boundaries have blurred, and possibilities increased! While my programming knowledge is needed for editing and improving the code, combining the snippets, and fixing bugs, AI fills in all the gaps in my expertise.

The biggest thing I am learning from this is how to express my thoughts. I feel that if I ever went back into the workplace I would be a much better team player since using AI I have to clearly explain my requirements so that the AI can understand them. I have to be very specific about what I want, and how I want it to work. This is a skill that I think will be very useful in many areas in the future.

There’s More to Come

Currently, my drawing app is all about creating new artworks from scratch. However, one of the first additions on my to-do list is allowing users to load images and edit them! I also want to add tools for adding annotations and a highlighting brush, along with a bunch of other features that will make the tool more powerful and enjoyable. But the core functionality is there and user-friendly. I’m excited to see what people create with it!

Looking ahead into the future, my ultimate goal is to allow embedding this app on other websites. This is a new idea for me and I’m excited to see how it is used. I will start by adding it to some of my sites eventually opening it up to anyone to use. There will be a WordPress plugin, and script embeds for other sites. I think it will be a fun feature to add, with some added customisations (that I am still planning) that will make it useful for a wide range of sites.


It would be great if you would head over to Brush Ninja and give it a try.

Let me know what you think on Mastodon, or BlueSky (or Twitter X if you must).

Link to this page

Thanks for reading. I'd really appreciate it if you'd link to this page if you mention it in your newsletter or on your blog.

Related Posts

25 Jun 2018

Brush Ninja

4 years ago I uploaded a video of an animation creator website I was building called Brush Ninja. Then mostly forgot about it. A video of the original version of Brush Ninja from over 4 years ago. The project was...
24 Nov 2022

Brush Ninja Members

In 2018 I launched Brush Ninja and the feedback has been fantastic. Over the course of the last 4 years, through the pandemic and all, it’s been found and used by educators to teach.I think teachers like Brush Ninja for...
05 Oct 2021

Randomness with PHP

When I was making my generative art I needed to generate a lot of random things. The simplest way to do that with PHP is to use the rand() function.The rand() function selects a random integer (whole number) between 0...
04 Sep 2012

7 Uknown Mac Apps You Might Find Helpful

I converted to Mac a couple of years ago – and am now a bit of a fanboy. Over the last couple of years I’ve been scouring the interwebs looking for the best apps to make my Mac usage even...
28 Sep 2021

Creating Generative Art with PHP

These last few weeks I’ve been experimenting with Generative Art, using PHP. You can see the evolution of my latest series on Twitter. Generative Art is creating artworks through programming. Generative art has a few different names, Procedural art and...
12 Aug 2023

Learning to Enjoy Building for the Web (Again)

A few years ago, I fell out of love with building for the web. I still did it but it felt like a constant struggle to keep up with the ever-evolving technologies and complex frameworks. I always felt behind, and...