Show HN: Daffodil – Open-Source Ecommerce Framework to connect to any platform
Hello everyone! I’ve been building an Open Source Ecommerce framework for Angular called Daffodil. I think Daffodil is really cool because it allows you to connect to any arbitrary ecommerce platform. I’ve been hacking away at it slowly (for 7 years now) as I’ve had time and it's finally feeling “ready”. I would love feedback from anyone who’s spent any time in ecommerce (especially as a frontend developer). For those who are not javascript ecosystem devs, here’s a demo of the concept: https://demo.daff.io/ For those who are familiar with Angular, you can just run the following from a new Angular app (use Angular 19, we’re working on support for Angular 20!) to get the exact same result as the demo above: ```bash ng add @daffodil/commerce ``` I’m trying to solve two distinct challenges: First, I absolutely hate having to learn a new ecommerce platform. We have drivers for printers, mice, keyboards, microphones, and many other physical widgets in the operating s
DeepCamp AI