Ask HN: What have you built this year that you are proud of?

20 points by yen223 ↗ HN

17 comments

[ 3.1 ms ] story [ 46.1 ms ] thread
Mockaton. A mock server for developing and testing frontends.

The mock files follow a specific file name convention similar to the URL paths.

For example, the following file will be served for:

/api/user/1234

my-mocks-dir/api/user/[user-id].GET.200.json

https://github.com/ericfortis/mockaton

We're a french company who designed a repairable and fireproof e-bike battery, which is more sustainable (up to 60% CO2 emission reductions compared to a buy-and-throw-away battery)

We've gone from design to production and crowdfunding and the journey so far has been a blast!

Here if some of you are interested and want to get it for their e-bike (compatible with 90% of bikes on the market): https://www.gouach.com

Not just me, but our team is building: https://github.com/swirlai/swirl-search

We are trying to build an AI metasearch engine that does RAG and Chat based on your office documents. Without any ETL or a vector database.

Nothing. I'm not proud of anything from this year. A lot of the stuff is still half built due to time constraints.
Half built stuff still counts =)

I don't think anything is ever truly finished anyway

I spent the last 18 months working on BoltAI.com. It’s a native AI chat client for Mac.

I didn’t have experience with Swift and Swift UI before building it. I spent most of the time asking ChatGPT to teach me SwiftUI.

It generates enough revenue for me to work on it full time.

A job search app that scrapes job listings directly from company websites.

Tech stack: Ruby on Rails, ReactJS, TailwindCSS, PostgreSQL

https://www.unlistedjobs.com/

I corrected and committed an error related to the ssl module in cpython.