TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Scratched my own itch and built something

2 点作者 airpodsman9 个月前

1 comment

airpodsman9 个月前
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.