Two Years on the App Store: Where Simply Customize It Started

Two Years on the App Store: Where Simply Customize It Started

A month or so ago I was going though old photos and stumbled across a shared album called SimplyKyra Device App (a really great name huh).. and discovered several photos of Simply Customize It ranging mostly from October 2021 to June 2022. Looking through them was a weird sort of time capsule.

Once I started looking at dates I realized I didn't even release the app until May 2024 making these images two to three years pre-release... then I realized it's been almost two years in the App Store! Happy Birthday (now belated) to Simply Customize It!

Considering I'm currently now typing... with no photos decided and no plan... and it's already May 7th... and the bus alarm just went (let's pause) I don't think I'll make this post in time for Simply Customize It's birthday tomorrow. That said.. I may make it this month. So let's go!

Pinterest geared image showing my post title, images from below, and my main URL.
💕 Pin this post to come back to later.
Just a heads up. All app-related photos are showing the iPhone version of this app... that said it is available on both the iPad and Mac as well.

Before It Went Live

Last year I shared a post on how a sleep screen image on my reMarkable sparked Simply Customize It... though it ignored the coding side of the project and instead focused on the reMarkable tutorial blog posts and how their feedback created this app.

How a Sleep Screen Sparked an App: The Story Behind Simply Customize It
What started as a curiosity about changing my reMarkable’s sleep screen led to a rabbit hole of templates, blog posts, bash scripts, and eventually a full app. Here’s how Simply Customize It came to be... and why I’m still building it today.

If you want the general blog-side of the story check it out here! I just realized it was published about a year ago.

That said, there was a development side to the process where I took years getting up to speed on Apple development first with books, then 100 day challenges, and then finally purchased a membership with Hacking with Swift in November of 2021. That said, I'm not patient with long tutorials... and so quickly turned to what would become Simply Customize It first to see if it was possible and then later to share with you all.

Those found images made me realize I wanted to share this journey with you. A journey where I created ugly lists just to see if I could get SSH working, confirmed the SCP was possible, and then watched the new Apple announcements at WWDC just to rewrite the whole thing... this rewrite happened two or so times. But each time I rewrote I was able to take what I learned, combine it with what I now knew I wanted, and create something better kind of like a phoenix. Though eventually I realized I couldn't keep doing that... I wanted it in your hands.. and so I polished it up, created an LLC, and finally released it to the world.

Starting

The start was messy. It consisted of figuring out if the individual elements I needed to be successful to justify making this app could in fact be done. I created quick and ugly lists to easily navigate each puzzle piece as I built it. I hardcoded terms to speed up the testing. Muddled through trying to figure out how to connect to the reMarkable and luckily found Citadel (an API built around NIOSHH making it much more accessible) to both connect, execute commands, and transfer the images. I figured if I couldn't get this part working then the app itself wouldn't work and there was no point making it look pretty.

Getting Going

My earliest images I found were from July 2021... I'm assuming these were the result of a June WWDC let's start over session after that messy earlier start. Here I was still working on a main list backbone while testing the bare functionality letting me quickly add new test cases and pivot more quickly.

By this time my husband had bought himself a reMarkable 2 too so I realized that although all the reMarkable interactions needed to be connected to a single reMarkable... I (and you) might want to switch whose reMarkable it connects to. So I'd changed the main entry of the app... it depended on a user (a reMarkable) and, at this point, you could change the user from an optional list of people.

Image collage of how the app looked in July of 2021.
Mainly still a basic list to quickly pivot and test but the device selection is sketched in... though at this point still thought of as a person and not a device... that came after publishing the app when the reMarkable Paper Pro came out.

The Spark

A full circle moment was being able to go from an image on the iphone simulator to that very image being on the reMarkable as a custom sleep screen image and seeing it there in black and white. The custom sleep screen was what made me first customize my reMarkable and now I could do it from a simulated app!

Two images showing the sleep screen image on both the iphone simulator with the reMarkable showing the black and white version in front of it.
From August 2021 I have these two images taken 10 days apart showing first the default simulator photo and then later my kids playing with LEGO. It was so exciting being able to do it at a touch of a button!
The reMarkable 2 on its side on my desk showing my kids on swings.
Later I was still using photos... first of my kids and later I switched it to landscapes I loved. Some worked better on the black and white reMarkable 2 and some were perfect for that pop of color the Paper Pro provided! I then set it up as a photo frame when I wasn't using it.

Plus this proved I could connect and transfer data from one to another. Next... more complicated things... like templates!

Planning the Next Steps

While coding this I'd sometimes need to take a moment, step back, and write out what I was thinking so I had a clearer vision when I went back to the computer. I found at the keyboard I'd get into the small minutia or be stuck in the big idea but miss the other side of it. This way I could take whatever started feeling fuzzy and jot it down so I didn't miss it later. Often it was raw steps, sometimes a simple todo note, and sometimes what I wanted the app to actually look like.

Collage of the steps for custom templates (on reMarkable) and interesting questions I felt I needed to solve.
I'd sometimes grab paper or a post-it note but often I snagged my reMarkable.
Photo of my computer showing my todo notes and console logs when walking through.
And the odd time. When it felt overwhelming and my kids and life often interrupted... I started taking advantage of the TODO and FIXME tags I'd just read about and would write them directly in the code so I couldn't miss it when I returned.

Instead of spending time making things look good for the user interface (UI) I'd instead confirm using quick print statements to write out what the computer knew and get a picture of what I had and needed to know to continue. Once I had that I then spend the time adding it to the UI, removing the print statements, and then make it look nicer.

While coding I found myself manually typing in the connection credentials for my reMarkable so many times that I paused the main work to play with image processing and see if I could add something for both me while testing and for anyone in the future to get it filled out faster. It worked! And I added a photo to my iPhone simulator for quicker entry.

Collage of three images of the phone screen showing dark mode and the image processing for the username, password, and IP address.
Snapped the photos while testing dark mode and image processing for the credentials.

Redesigning

At least two or three times I virtually attend the yearly WWDC talks and decided, with all the new features, to completely redo my app.... starting fresh and manually moving over the code I still needed while building it up... again. These photos are from the redesign back in June of 2022 already showing bare bones of the future app coming through.

Collage of two side by side pages exported from my reMarkable 2.
Used the reMarkable to both jot down the overall design while adding in simple squares to show what I was thinking and designing a simplistic ER diagram showing how the data worked together.
Four pages from my reMarkable 2 showing my sketches.
Along with the text layout I sketched out a phone and kept duplicating it to show how different aspects of the app could look.

Letting Go

Not everything was constant growth. Several times I added in features both larger and smaller before deciding it worked best to remove.

During this whole time I had a more complicated picture in my head on how templates would work. In addition to the categories (this was kept) I also pictured directories allowing people to dictate where their template's PNG images would be saved on their reMarkable. I also, while making the app, allowed the file name to be edited while also changing out the template's icon image.

Before publishing Simply Customize It I realized just how complicated the process had become and so simplified it so the templates would be easier to edit and harder to mistakenly change their name and disconnect their reMarkable notebook pages. I also wanted to make sure everything was above board so I removed anything that might be considered proprietary leading to the blank icon codes that are now shown for the custom templates.

Other directions I chose to explore but didn't seem feasible to keep were:

Screenshots of the views of the older pre-published app.
I dabbled with a backup and restore system but between trying to track what was a custom template and what wasn't I realized it was too complicated for what I was picturing and didn't want to offer any guarantees on edge cases that may not hold up.
Image shows the template library with four solid templates next to the example of the solid black one.
I also considered adding a template library and even created four custom templates to play around with. I then realized all the templates I used were from purchased PDF files and with all the cool templates on Etsy realized it might not be worth keeping. That said, the black template wasn't forgotten and was instead moved to the later created onboarding flow so you can still get that one while testing out the app.

Not all things removed stayed removed. One example are the SVG images that I was having trouble displaying at the time and thought we wouldn't need... in a future update I realized they were needed and added them back while also making them viewable and editable.


The Last Two Years

Two years ago I realized rather than continue the dance of fixing Simply Customize It up, watching WWDC, and then redoing it all again... I needed to simply publish it.

Over the years of developing the app I'd stopped using the manual way I'd been sharing in my blog posts and wanted to share this simpler way of updating the reMarkable rather than just the blog post themselves. I'd been feeling that way for a while... and so I distributed the iOS version of Simply Customize It on the App Store the second it was approved and then shared the macOS version eight days later. And then, just when I took a breath, the reMarkable Paper Pro was announced... and the updates began. With my Paper Pro purchased I was able to release an update that worked on both devices by October 15th. The following two years then consisted of updates responding to your emails (thank you), reMarkable updates, and fixing friction I noticed while using my app.

In case you're curious and want more I've linked the entire version history and the ever constantly updating FAQs.


A Look Back

With each iteration I was able to pin down how Simply Customize It should look and simplified the app to make it, hopefully, easier to use. Looking back at all the images I realized it would be fun to compare the earlier 2021/2022 images with today's 2026 version.

App Entry

At the beginning I used lists to easily access each aspect of the app I wanted to get working. This changed over the years as I added more and it became more and more complicated.

Collage of the main entry from July 2021, November 2021, and June 2022.
The main entry was first made for quick checks and turnabouts.

Now it's been split into three tabs: templates, screens, and profile (general settings).

Templates

As mentioned above in Letting Go the template and the entire section used to be more complicated with directories that had been set up similarly to categories.

Two screenshots on the left showing the pre-published way and four on the right showing how it now looks.
The category and directory views simply wrote out all the templates assigned to it. Although we no longer have directories the categories have been updated so you can more easily add templates from it.

In addition the template display and editing system was more customizable but also way more complicated making it easier to mistakenly disconnect a custom templates from all the notebook pages it had been used in.

Screenshots of the template view over the pre-published years from October 2021 to June 2022.
Over the year more functionality was added as I tested what was possible.
Four screenshots from 2022 showing how the template browns, new template, and editing a template used to look.
At this time, with all the functionality added (and shown here), I next tried to simplify it to make it easier regardless of whether you'd previously customized your reMarkable's templates or not.
Image shows a collage matching the one before but now showing what the app looks like two years after publishing and updating.
There are now more ways to filter, group, and sort the templates in the browse while also keeping the template editing itself simple yet still adding functionality of going beyond PNGs to also include SVG or .template files too.

Screens

The screen process is simpler than the templates with simple download or upload from or to the reMarkable. That said, when designing Simply Customize It, several people were designing sets of screens at the same time and sharing them to Facebook. As such, both then and now, you can choose to work with individual screens or create groups of screens for quicker uploads.

Two screenshots on the left showing the pre-published way with screen browse and screen edit... and four on the right showing how it now looks.
Back then I still had quick debug features like delete all and button permissions. Now it's hopefully simpler while also more navigable.
Two screenshots on the left showing the pre-published way with group browse and screen edit...  and four on the right showing how it now looks.
Going beyond screens you can also set a group of screens and upload it all at once making recovering from a reMarkable update much quicker.

Profile & Settings

The profile area became both a place to see if the app is right for you while also offering customizations and tutorials. Here at the top you can see your devices (used to be called users), onboarding, new information, settings, and support.

One screenshot on the left showing the pre-published way and four on the right showing how it now looks.
I started out with allowing multiple people then later renamed it to devices once the Paper Pro came out. Regardless you can still connect with ease... and I've since added more help and customizations.
One screenshot on the left showing the pre-published way and four on the right showing how it now looks.
Settings started out simple with accent colors and color schemas and then slowly got more and more customizations added over the years.

And More

From the very beginning I added a learn more to the bottom of each tab explaining how that section all worked and linking back to my website if needed. The profile section also had an added onboarding and a bit more information for anyone needing it.

One screenshot on the left showing the pre-published way and four on the right showing how it now looks.
The learn more used to be simple text which I upgraded with photos and learn more sheets before publishing. The onboarding was added to walk you through the process and the FAQs post on my website is ever evolving.
One screenshot on the left showing the pre-published way and four on the right showing how it now looks.
Early on I started a simple set of tasks with links... then before finalizing the app I moved all the buttons you needed to the top of each tab for easy access. Now when your reMarkable updates it's simple to go in and return your device to how you want it. Let me know if you want this more streamlined in the future.

I loved stumbling across these photos that I forgot I took and loved being able to share them with all of you. I hope you enjoyed this story whether you've enjoyed Simply Customize It in the past, are now looking to check it out now, or are simply looking into other apps' journeys.

And, like always, I hope you’re truly having a great day!

I'm Kyra. An indie Apple developer and founder of SimplyKyra where I build calm tools that reduce mental load. If you want to check out all my Apple apps click here! If you’d like to keep up with future posts like this I usually share them on my Facebook page and Instagram account.

Plus, if you become a free member on the site you can sign up for my newsletters and join the conversation on any of my posts.

Did this save you time?




Related Posts

Latest Posts