TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scratched my own itch and built something

2 pointsby airpodsman9 months ago

1 comment

airpodsman9 months ago
Nothing super crazy -- a very simple tool to find Global Entry Appointments.<p>A couple months ago, I was struggling to find Global Entry Appointments in my area. Being a developer I naturally opened up the Network Tab to see how the Scheduler on the website retrieved availabilities and to my surprise it was an open endpoint. I built a script around it to notify me of availabilities as they opened up. I was like yo why not just build this as a service and see if people find it useful<p>Upon doing research I was quick to learn what I was doing nothing new but had been done others as well -- but my main goal wasn&#x27;t to make money. It was to scratch my itch and just build a product around it. Even if I could make a few bucks, I would have been proud of myself and that what I wanted to validate.<p>I spent hours dissecting the API, built my own API Docs around the endpoints, hosted it on Notion so I can refer to them and eventually launched Snapslot. Through this process, I got very familiar with: - Next.js App Router - MongoDB &#x2F; Mongoose - Tailwind CSS and DaisyUI<p>I&#x27;ve gotten a few online customers from complete random strangers which is a rewarding feeling and now I think I&#x27;ve caught the indiehacking &#x2F; project bug. Thinking of writing a full featured blog in the future on my experience to cover all technical and marketing efforts.<p>My Lessons Learned: - Just ship it. Who cares what happens. Through this I learned that the lessons you learn will just compound on your experience and you&#x27;ll be able to ship faster. You&#x27;ll also run into other problems and if the initial idea doesn&#x27;t work out, you can go back to your those problems you solved and maybe productize that.