Show HN: A modular Next.js CLI plugin system (next-inject.vercel.app)
Hello HN,
I am ad indie hacker, and my first SaaS, Next Inject, is available to try now.
Next Inject is a modular CLI plugin system, where you can automate the configuration of features like stripe, metadata, authentication, all in a single click to save your time.
And for certain plugins that require environment variables, you will be linked to a docs page to save even more time on configuration.
Would love some honest feedback, the metadata plugin is available to use on an empty directory with `npx next-inject add metadata`
Daniel
P.S. The code for my SaaS is available on github here:
4 comments
[ 4.4 ms ] story [ 19.0 ms ] threadEvery indie hacker here : Here is my JS/TS class calling the Stripe API. You cannot see how it looks like, it's probably poorly structured code because all I do is hacking around following YouTube videos. It will be $12.99. Because I've seen this video of this guy with a mustache charging $99.99 for a few Next.js pre-built pages and services.
Sorry, but here is honest feedback. At least, to make things a little bit less obvious, take the time to write a proper README in the Git repo, instead of the default Tuborepo README.
In any case, good luck with your project.
Thanks for your honest feedback, this is what I need at this stage as a new SaaS developer.
All developers will be able to see the code they inject (since we enforce git usage), and the code contains the bare-minimum required to setup a certain service, minus the unnecessary boilerplate.
But there is much to be done about the delivery of my product, so thanks for highlighting issues like the README.
I understand this product is still in development and not optimal, but I aim to make it more robust and powerful with more iteration.