HN user

khuknows

428 karma

Full-time indie hacker since 2018. Projects at rocketgems.com

Posts30
Comments69
View on HN
confidence.spotify.com 2y ago

An Experimentation Platform from Spotify

khuknows
4pts0
successfulsoftware.net 4y ago

Lifestyle Programming (2013)

khuknows
1pts0
rocketgems.com 5y ago

Selling my Micro-SaaS on MicroAcquire

khuknows
2pts0
rocketgems.com 5y ago

It’s 2021 and I don’t know Flexbox

khuknows
2pts0
rocketgems.com 5y ago

B2B SaaS marketplaces with opportunities for indie hackers

khuknows
160pts81
rocketgems.com 5y ago

Products I use to run my solo business

khuknows
2pts0
rocketgems.com 5y ago

More developers should start content businesses

khuknows
2pts0
rocketgems.com 5y ago

Finding an idea you can truly get behind

khuknows
1pts0
rocketgems.com 5y ago

Rebuilding from scratch after a cease and desist

khuknows
42pts10
screenjar.com 6y ago

Show HN: Request Screen Recordings with a Link

khuknows
5pts1
rocketgems.com 6y ago

I'm launching 6 products in 6 months

khuknows
3pts0
www.indiehackers.com 6y ago

How I gained traction and became profitable after almost quitting

khuknows
3pts0
pageflows.com 6y ago

Designing an intuitive user flow for inviting teammates

khuknows
1pts0
pageflows.com 6y ago

Onboard new users without asking them to sign up (with examples)

khuknows
4pts0
pageflows.com 7y ago

Onboarding with default content – The content as the tutorial

khuknows
2pts0
news.ycombinator.com 7y ago

Ask HN: What are you building for Startup School?

khuknows
11pts14
pageflows.com 8y ago

Show HN: Design inspiration for landing, pricing, about pages, and more

khuknows
2pts0
pageflows.com 8y ago

Show HN: A growing library of user flow design patterns

khuknows
2pts1
www.theguardian.com 8y ago

Meet the startups racing to reinvent the meal

khuknows
35pts38
pageflows.com 8y ago

Canva's delightful upgrade flow

khuknows
1pts0
letterfuel.com 8y ago

Show HN: Curate newsletters from RSS feeds

khuknows
2pts0
pageflows.com 8y ago

How Facebook handles account deletions

khuknows
283pts105
userflowpro.com 8y ago

How to make social auth less infuriating

khuknows
1pts0
userflowpro.com 8y ago

User friendly ways to handle account deletion

khuknows
1pts0
userflowpro.com 8y ago

How Dropbox handles downgrades

khuknows
69pts43
letterfuel.com 8y ago

Show HN: Grow your audience with a curated newsletter

khuknows
2pts1
jsonify.link 9y ago

Show HN: JSONify.link – get a pages HTML data in JSON

khuknows
6pts1
userflowpro.com 9y ago

Show HN: Userflow Pro – See how design problems are solved in popular products

khuknows
4pts2
news.ycombinator.com 9y ago

Lets make November “Launch an App Month” again, who's with me?

khuknows
1pts3
uimovement.com 9y ago

Show HN: UI Movement – The best UI design animations, every day

khuknows
6pts2

Hovercode | Infrastructure Engineer | Contract, part-time or full-time | Remote (EU preferred)

Hovercode is a QR code generator and analytics platform. We're a small, profitable company that's based in the UK and is trusted by hundreds of thousands worldwide. It's a pretty simple business compared to most on here!

We're seeking an infrastructure engineer to architect a setup that can handle the next level of scale reliably

More details here and how to apply here (very simple application!): https://hovercode.com/careers/infrastructure-engineer/

Hovercode | https://hovercode.com | REMOTE | Full-time or part-time | Full-stack developer

Hovercode is a QR code generator and analytics platform. We're a small, profitable company that's based in the UK and is trusted by tens of thousands worldwide. It's a pretty simple business compared to most on here and right now it's just me running it.

We're seeking a full-stack developer (mid level) who's language agnostic. Your primary focus will be improving our existing integrations and creating new ones. Integrations on our roadmap: Chrome, Figma, Airtable, Zapier, Make, and possibly more. If that works out, you will start to work on the core product, which is built with Django, Postgres and some Golang on the backend with mostly HTML, Alpine.js, HTMX, and vanilla JS on the front-end (and Tailwind).

Hovercode isn't a startup per se, but a small software business, so it's a calm working environment and part-time is an option. This makes it well suited to someone who wants more time and energy for life or to hack on their own projects etc.

More details and a short application form here: https://hovercode.com/careers/full-stack-dev/

This site is where the term came from: https://www.indiehackers.com/

People define it differently, but generally I think of indie hackers as people, usually technical, who are building or are aiming to build smaller tech businesses. They generally either bootstrap or raise small amounts of money. A lot of indie hackers are would be happy with a business that makes 5-10k USD per month per founder

There could be categories of things people want without many solutions in some marketplaces. For example, in the Hubspot marketplace, there are many WhatsApp widgets in their marketplace. Someone made one for the Pipedrive marketplace and it’s doing very well. There would be similar missing apps for Pipedrive, or there would be other platforms where a WhatsApp widget could do well.

I copied it from a previous site that had some weird scrolling requirements, so the top HTML element had width: 100%; height: 100%; overflow-y: hidden; on it, while the body element had overflow-x: hidden; width: 100%; height: 100%; on it. Getting rid of that fixed the issues (unsurprisingly!).

I can't imagine many other sites made this mistake!

Not sure if I'm going to build this yet, but I was looking into building a tool that let product designers/managers easily ask customers/user testers to record themselves trying to complete various tasks on a website.

e.g. "go to amazon.com and add an item to your wishlist"

I wanted to see if it was possible to make it so the tester didn't have to install/download anything. It is possible in modern browsers with WebRTC, but it's kinda clunky and doesn't work on mobile/Safari. A "cloud browser" was a solution I looked into a bit, but it seemed too complex for me to try implement on my own, which is why I'm excited to see this exist. Again, I'm not sure I'll end up working on this, so my feedback probably isn't useful, but I'm happy to give it anyway.

Another possible use case is recording for customer support (I run screenjar.com which uses WebRTC for this), but the main issue for this use case is customers would have to log in on the cloud browser which isn't ideal in terms of usability as well as security.

I made this tiny tool that lets you request screen recordings from users or teammates with them having to install an extension or download anything.

It's very much an MVP, but I think it can be useful for requesting design feedback or asking people for a bit more context around bugs. It works in Chrome & Firefox