Ask HN: Want to build something open source on nights and weekends together?
Linux started Linux by himself, then others came along if they are inspired.
I know it is hard to do at first but that hard first step is what is usually needed.
I would suggest you do some internal reflection and very honest introspection to find the root cause of your dissatisfaction - are you not doing your projects because some other vice is getting in the way? Or maybe the answer is you just need rest and theres only so many hours in the day.
Because it’s all bundled in 1 Next app, it’s very easy for businesses to pick up and adapt to their business. In fact, this is how we are building the different openfronts. Like when we added payment providers like Stripe and PayPal to e-commerce, we told AI to look at how we did that and add it to restaurants, etc. Down the line, we want to allow users to create custom Openfronts by remixing existing ones. Like if you’re a restaurant and want to sell merch, you can bring in those features from e-commerce to the restaurant software.
made all opensource today, 25 projects.
http://github.com/prettydiff/aphorio
It is a dashboard for docker, web servers, os data, and more. It exposes most of Node's APIs to a browser front-end in a very low level (low as in as low as you can get with Node). It's internal components should allow you to tinker with almost any non-graphical idea without excess dependencies.
My current effort is to make the application self-documenting and self-descriptive by starting with expose the TypeScript definitions for the app's internal services to the UI as documentation. I am thinking about the best way to go about this.