Happy Monday, everyone!

We made it to Issue #72! Thank you to everyone who read last week’s issue ❤️

Personal Update. This past Tuesday was my last week owning and working at RokkinCat 😔 I started RokkinCat with some friends back in 2011 as a way for us to get out of our corporate jobs. We all had a passion for making cool things and wanted to help others build their cool things. I learned so much from being a business owner from business development to accounting to marketing to networking to employee management and more. But after 10 years, I have decided to part ways and take a different path. It is time for me to move on but I will miss my (former) business parters and employees greatly ❤️ I’m taking it easy and hanging out with my little homie (his first birthday is this Friday) before I start the new adventure next week 💪

New Month. It’s a new month which means new sponsor! But I’d first like to thank Tower for sponsoring November 🙌 This month’s sponsor is Morpho is a super useful and speed conversion app! I get a lot of use out of it and my favorite conversion app. I’m so happy to have them sponsor Indie Dev Monday so please give them a look 👇

Today’s Spotlighted Indie Dev

📆 Today I’m featuring David Haydl.

David is the creator of LinkBin. LinkBin is an app to save links in a few seconds and get back to them at any time. It’s something I’ve personally been needing and I’m so glad I’ve discovered it! I tend to open a lot of links in Safari with the intention of doing something with them. It could be for reading later, adding to my Indie Dev Monday queue, or sending to a friend. It’s really bad of me to keep Safari tabs as my bin because it’s a mess. But LinkBin to the rescue! I send all my links to LinkBin right away and then process them later (whether its for reading or for processing of some sort). I can even organize my links by categories and use LinkBin’s widgets to see what’s in my bin. LinkBin can be great for anyone’s workflow so you should definitely check it out 💪

👉 Please make sure to follow them or support them anyway you can! 😇 I’m excited to share their indie dev stories.

Indie Dev

David Haydl

Graz, Austria

Student at a technical college, tech blog writer, and creator of LinkBin


David Haydl

Q&A

1) What is your name? Where do you live?

My name is David Haydl and I live in Graz. Graz is located in the southern part of Austria.🏞

2) Introduce yourself. Education? Background? Main job? Interests outside of tech? Interests inside of tech?

I’m a student at a technical college and I worked as a Salesforce developer on the side about a year ago.🔧 Additionally, I am writing for two different German tech-blogs on the internet: TechnikNews.net and Apfelpage.de.

In my free time, I like to go on a run or walk in the city, do Fitness+ workouts or just listen to music and podcasts or watch some TV. Cooking is also one of my favourite activities, preferably with my girlfriend.🙂

3) Have you ever considered yourself an indie developer?

Definitely. I can do the work for my app whenever I want and how often I want; this is my definition of being an indie.😇

4) What got you started/interested in creating your own applications outside of your “normal” job?

I need to save links for TechnikNews and Apfelpage, but also for personal stuff, on a regular basis.👨‍💻 I have used Pocket for a long time to accomplish this task, but it has some characteristics I do not like. So I figured: Why should I not build my own app?😁

5) How do you balance your time between friends/family, work, hobbies, and indie dev?

Actually, I do not really have an answer for this😂 Every Sunday, I plan my week in Fantastical and then I see how much time is left for all the ToDos that have to be done, which live in Things 3. I am usually very good at estimating how much I can achieve in empty time blocks, so that everything gets to be done until evening. Then, I have time to relax or work on my app.😃 And weekends are usually reserved for friends and my girlfriend.🥰

6) LinkBin - LinkBin is the app my phone has been missing for so long! I tend to just leave tabs open in Safari for myself to go back to later to do stuff with… and I never do 😅 I now just quickly add things to LinkBin instead 💪 When did you start working on LinkBin? What problems were you facing?

That’s great to hear, I’m glad that you like it.☺️

I started working on LinkBin back in June before the summer holidays and the first version went live at the end of September. All in all, the process went quite smooth, but there were also some rabbit-holes (as it is always with any programming work😂). Figuring out how link metadata can be fetched efficiently was a big point, also the iCloud sync took a little time. Additionally, there was some extra work that needed to get done in order to port the app over to macOS. I needed more time that I originally thought for the latter, because I expected this to go a lot quicker with SwiftUI.🤔

Widgets just came with the big v1.1.0 that I dropped about two weeks ago. All widgets were planned by myself and they turned out pretty well I my eyes. Regarding the action widget, I thought it would be useful to perform a few actions directly from the Home Screen or the notification center on macOS. I haven’t got much feedback on widgets yet, but it seems that users enjoy them so far.😊

8) LinkBin - I’m also a pretty big user of shortcuts so I was excited to see LinkBin also has support for those! I don’t have any shortcuts made with LinkBin yet but I’m hoping to soon! What kind of automations have you made or seen with LinkBin’s action?

As you may have noticed, in LinkBin it is all about saving links quickly. So Shortcuts support was a must-have feature for me💯

I haven’t really come across any user automations yet. Only a guy told me on Twitter one day that he had built a shortcut to import links from another service into LinkBin. This is a very nice example, because I haven’t had the time to build an import feature, but my users have the ability to do this themselves in the meantime.🙌

9) LinkBin - I love the in-app purchase for “LinkBin Club” 🥰 It caught my attention right away because I wanted to be in the club. Not a question but have this 🏆 for great naming! You converted this user 😉

Thanks!🙂 I wanted something that sounds welcoming for everybody who is about to pay for the work I do. The name is actually inspired by the Pro model of the Timery app. The pricing model came together really quickly and was inspired by Zachary Lineman’s Jellycuts. Thanks to this, everybody gets to pay the amount they like for extra features and I receive some extra pennies; a win-win situation😇

10) LinkBin - What’s been the hardest thing to do with LinkBin? What has been the most fun thing to work on?

The hardest thing was probably implementing iCloud sync, because the CloudKit framework is HUGE and there are a lot of different aspects and mechanisms😅 Nevertheless, the sync engine works very good and there haven’t been much issues with it for my users.😎

The most fun things to work on are system integrations, like widgets or shortcut actions. I also like designing new icons (even if I am very new to this topic) and enhancing existing features in a meaningful way for my users🤓

As I said in the beginning, I am also writing articles for two tech-blogs and I do this in Ulysses, an extraordinary Markdown app for bloggers and writers of all kinds and therefore I have to handle links regularly. So the idea for this feature came together relatively quickly.😝 I’ve also implemented HTML for the occasions where I have to paste links into the site’s backend editor and having Rich-Text as an option was a user request.

Currently, there are no additional ways of copying planned, but I happily take suggestions🙃

12) LinkBin - What’s next for LinkBin?! Do you have any future features planned that you can share with us?

Now it is all about improving things that my users or I notice from the v1.1.0 release. This also includes cleaning up the source code so that new features can be implemented and tied together with existing infrastructure more easily.🤟

For a v1.2.0, I’ll build the Safari extension with new features from the ground up and I’ll also deploy it on iOS. So stay tuned😉

13) What’s been the hardest part of being an indie dev? What is the most fun part of being an indie dev?

Often the hardest part for me is that LinkBin cannot have a higher priority in my time management. Sometimes it occurs that I want to get something done for the app, but have to finish other more important duties first.😞

The most fun parts are the indie dev community and receiving feedback from people who tried out my app.😊

14) Is there anything else you’d like to tell the indie dev community about you?

If you have an idea for an app or a piece of software, just build it the way you imagine it and release it. I also had some self-doubts with LinkBin at first, because the App Store has to offer a lot of apps that have similar features. But things turned out great for me, because the people who use my app apparently find it more appealing than the contenders. I am sure that my experience can also apply to many others!💯🙌

16) Do you have any other indie devs that readers should follow / lookout for?

Yes, I have some! First up is @joshdholtz, a guy who can be a huge inspiration for anybody in the space (that’s my real opinion, not a joke😉). I also like Charlie Chapman (@_chuckyc), he always brings on awesome people to his Launched podcast. I am also a big fan of @jamesthomson; he did something truly amazing with PCalc and Dice!


Newly Released and Updated Indie Apps

Here are some newly released and newly updated apps from this past week! If you would like to possibly see your app in this list, please submit your app to the look at me form 👀

Test and mess around with the different Dualsense trigger effects.
Advanced Screen Share Newly Released
Advanced Screen Share helps you to share a portion of your screen! Video conferencing solutions offer window sharing – what they normally do not offer is sharing a portion of your screen. It's the perfect addition for every screenshare-heavy user.
Speedium Newly Released
Load Medium articles much faster. Every Medium page will be processed, but if you find a website that doesn't, you can add it to the black list. If you want to always load the Medium UI for a specific website instead, you can add it to the white list.
New version 4.0 is out with a new redesigned screen that brings audio recording to the iPhone & iPad App.
Launched a new Apple Watch companion app to shuffle through past happy memories and rate or tag the current day with an emoji

Thank you to everybody who made it to this footer! You either spent the time to read or took the effort to scroll 😊

Make sure to visit https://indiedevmonday.com/subscribe to get an email of future issues!

And go to Twitter and give @IndieDevMonday a follow… or multiple follows if you manage more than one Twitter account 😜