t3-oss / create-t3-app

The best way to start a full-stack, typesafe Next.js app
https://create.t3.gg
MIT License
24.06k stars 1.1k forks source link

feat: remove planetscale cli option #1810

Open MrEmanuel opened 3 months ago

MrEmanuel commented 3 months ago

Is your feature request related to a problem? Please describe.

Since planetscale has axed their free tier (https://planetscale.com/blog/planetscale-forever), I think it's reasonable to remove the option from the list when starting a project using create-t3-app. I think it's safe to say that most people using create-t3-app are hobbyists and are not interested in paying ~$40 per month for their database.

I suggest that planetscale is immediately removed as an option so as not to trick anyone in to getting stuck with planetscale.

If the maintainers of this package still think it's a viable option to keep, I would suggest to explicitly mark the option as (not free) or similar. But I think it should be removed from the list completely.

What say ye?

I have a PR ready to go that is literally just 1 line of code removed to eliminate the cli option. I looked through the code base and I don't feel qualified to remove all the code associated with planetscale. Even so, I would love to get that PR in and ax them off the list, if you'd let me. A quick and dirty way to not lure anyone into using their services.

Yay/nay?

Thanks! :)

Describe the solution you'd like to see

remove the cli option to pick planetscale

Describe alternate solutions

add (not free) next to the option. Or similar information.

Additional information

No response

connordinnadge commented 2 months ago

I like having the option for Planetscale when starting a create-t3-app project, maybe just adding (paid option) would be useful.