Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

531–540 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#533
I've been building a simple time tracking app. I wanted to learn Next.js, React, TailwindCSS more thoroughly so took this opportunity to build a website I actually wanted to use. I found all the existing time trackings apps to be so bloated with features like invoicing, billing, teams, etc. I wanted something for myself to be able to keep track of how long I was spending at work and on various tasks.

I'd love any feedback!

https://forty.app

Re: Ask HN: What's your quarantine side project?

#534
I've been building a Controleo3 reflow oven kit (https://www.whizoo.com/controleo3). It had all been going well until yesterday when I broke one of the heating elements. Now I'll have to get another toaster oven and do a transplant.

The end goal is to generally improve my ability to prototype PCBAs in my home lab, starting with a CAN gateway module that I've been designing. I'm hoping to be done with quarantine before I get to actually use the reflow oven.

Re: Ask HN: What's your quarantine side project?

#535
I added watermarks to my video tools iOS app, and changed the name to Clippy: https://apps.apple.com/us/app//id1281825133

It's one of my smaller apps but seemed to be gaining a bit of traction. Looks like this update has not helped gain new users as the last small update did... shrug

Re: Ask HN: What's your quarantine side project?

#538
My friend and I got really frustrated by the available third-party authentication platforms like Auth0, so we began building our own instead.

https://feather.id

It's a RESTful server-side API for adding user authentication and authorization flows to your apps.

We've been taking a lot of inspiration from Stripe and mostly just wanted to use an auth service with docs like Stripe :)

(Please note this is still pre-pre-pre beta. The docs are incomplete and we have yet to even integrate it with our own apps, so please don't try to build an app with it yet!)

Post reply on HN