DEV Community

Jakub Mikita
Jakub Mikita

Posted on

How a stupid idea became a startup aka. #YetAnotherNotepadApp

It's not a story of "ohhhh, I have an idea", then release, then millions of $ of revenue. This is a story of "we can do it better", a struggle to release, and a small new business.

I'm a developer (duh), and I like writing on my keyboard more than writing with a pen. But at the same time, I like that a piece of paper and a pen can always be there, right on the spot, contrary to an app which I need to open, wait until it boots, and then I can start writing. No one has time for that bulls*it.

I needed something as quick as grabbing a pen. And I found it. A browser extension that replaces new tab with a blank canvas - a notepad. How cool is that?

All good, I've been working with it for a couple of months and loved the experience. But there's always a "but". It was just a single note, so I often had 38 kilometers of a document to scroll, and it didn't sync to other devices ๐Ÿ‘Ž

This is where I jump out of my office and scream "let's create own app!!!11oneone".

The idea was simple, I found a decent markdown editor lib and asked my wife - a graphic designer - to make it beautiful. It was just a matter of installing an NPM package, throwing a couple of lines of CSS, and making it available across all of my devices using Chrome sync storage.

But we started brainstorming this idea more and more. That, in no time, became a "let's make it public" idea. And then "make it public and create a pro version for a silly price". And then... here we are.

We went through a full branding, designing, and coding process, spending over 200 hours as a team for a dumb app like many others. And we're not even finished. But what keeps us rolling is that we believe in it. I still want a great-looking and working notepad, even if I'd be the one and only user. But maybe there are others like me ๐Ÿค”

We worked on the App in the meantime of doing the client work. That was tough. We had to drop the ball for several days straight, multiple times, to be able to come back to it and continue working for a few hours. But we finally did release a demo version!

If you're keen to see what we're up to, check out MadNotes, that's the name.

I thought maybe I could share some personal insights with dev.to community if anyone would be interested in how we do it, what problems we're facing and how we resolve them. Let me know if you do! I'm also happy to answer any questions.

Top comments (0)