Syrup is a browser extension that automatically finds and applies coupons while you shop online. The core idea was sparked by discussions around the popular extension Honey, particularly Hexium’s YouTube video “Honey is a SCAM… so I made my own” and the original “Exposing the Honey Influencer Scam” video. These highlighted concerns about data privacy, transparency, and the business models of existing coupon tools. Funny enough, I’d been thinking about a similar concept myself just days before seeing Hexium’s video.
The main problem Syrup addresses is the lack of a truly open-source, community-driven, and privacy-respecting coupon finder. Existing tools often feel like black boxes, potentially collecting more data than necessary or prioritizing certain retailers for profit. My motivation was to contribute to building a better alternative – one that puts users first. Hexium’s initial version was a proof-of-concept, and seeing the need for a robust backend, I offered to build it. While others initially showed interest, my motivation kept me going, and I dove into creating the API. This project is for anyone who wants an effective coupon tool they can trust and potentially even contribute to.
My first step was focusing on the backend API, aiming for something reliable and efficient. I decided on the following tech stack:
With these tools, I built the DiscountDB-API, an open-source backend to manage coupon data. I also created a simple frontend, DiscountDB, to interact with it. Seeing my commitment and the functional backend, Hexium added me as a maintainer for the main Syrup browser extension project, which now uses the DiscountDB-API.
The project continues to evolve. We are currently planning and discussing a new V2 API standard. The goal here is decentralization and flexibility. We want users to be able to host their own backend instances or even develop entirely new backends conforming to the standard, simply by changing the API URL in the extension settings. This supports the vision of a truly public, free, and anonymous coupon database ecosystem.
The biggest initial hurdle was performance. Calculating the best coupon involved potentially complex scoring and filtering logic across many coupons. Early versions of the API could take up to 4 seconds for some requests, which is far too slow for a good user experience.
Another significant challenge is coupon management. Currently, adding new coupons and managing existing ones effectively within the database is difficult.
On a personal level, tackling this project meant learning Go from scratch. While a challenge initially, it was incredibly rewarding. I quickly grew to appreciate the language’s simplicity, performance, and tooling, which made building the API an enjoyable process.
Syrup and its backend (DiscountDB-API) are functional and actively used, but development is ongoing. As an open-source project maintained by volunteers (like me, Hexium, and others) in our free time, progress can sometimes be slow, but it’s steady.
We haven’t fully realized the V2 vision yet, but the current version successfully provides an ethical, open-source alternative, achieving the core initial goal.
Key Learnings:
I’m most proud of successfully learning Go through this project and becoming a maintainer alongside Hexium, contributing meaningfully to a project I believe in.
Potential next steps include finalizing and implementing the V2 API standard, building better tools for coupon management, and continuing to grow the Syrup user and contributor community.