Coming from laravel php land it's crazy to me that JS devs pay to have basic Full Stack operations included.
Show HN: I created a Next.js CLI to ship code like a hacker
11–19 of 19 posts
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#12the argument is that it saves time. i counter that it takes more time to fix things when issues arise or when you're trying to make it fit more complex use cases.
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#13Been using this for full stack projects and it’s been great.
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#14chuckled at "100% Secure - The CLI is listed on the npm registry"
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#15Wow so the competitor ship-fast is charging 299 for basically setting up your next js project? I checked it out and apparently people are paying enough for the dev to earn 5 figures every month. JS devs really are something.
Our service is 5x cheaper, and you have 100% modularity.
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#16I am curious how well this tool works compared to create-t3-app: https://create.t3.gg/ Been using this for full stack projects and it’s been great.
However, we are not a starter boilerplate (although we offer this as well), rather we give the developers power to choose what integrations they need in the form of composable plugins, e.g. `next-inject add stripe` will integrate stripe in one click!
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#17i never understood this affinity with paid boilerplates. i mean, the information to get started are there, for free! the argument is that it saves time. i counter that it takes more time to fix things when issues arise or when you're trying to make it fit more complex use cases.
We do offer a free boilerplate, but this only contains a popular folder structure + extra components that you can use or omit.
What we actually offer is specific integrations for services like stripe, next-auth, all in a single click.
We don't want to confine you to using a specific tech stack or specific implementation because that is wrong, like you pointed out.
Our only goal is to help you save time, and do the bare minimum to automate mundane setup code for you.
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#18Coming from laravel php land it's crazy to me that JS devs pay to have basic Full Stack operations included.
It seems like it’s that much extra work in JavaScript
Re: Show HN: I created a Next.js CLI to ship code like a hacker
#19Earlier quoted context omitted.
It seems like it’s that much extra work in JavaScript
I know right? I sometimes get jealous of laravel PHP folks, but then again JavaScript is the only language I have advanced proficiency with, so what can I do.
ECMAScript inspired languages (of which JS is one) are plenty.
Laravel is awfully a funny joke that any devs who follow opinions f what they heard about what was "good" or "bad" totally miss out on what's going on there.
I find it's hard to keep things simple, and easy to let things get complex. That's before complexity arrives from the user's needs on it's own.