|
|
|
|
|
by blairanderson
1526 days ago
|
|
As someone that is happy paying 5-10x more for heroku, you can easily get me (and people like me) if you focus on onboarding. Automatically generate the first yaml/config file from looking at my codebase? Heroku-like CLI that generates/updates the YAML file? Heroku gives me "redis" without me needing to learn anything about AWS/YAML-config shit. One-Click starter file for 10-most popular apps... - rails/postgres/redis - create-react-app - static site generator - node/serverless |
|
I will think about it. I do agree that we could do more here. I understand that you don't like writing YAML, but to be honest, it's not that complicated, especially if you use our VS code extension (it autocompletes and suggest all the properties, validates the config file, and give you on-hover documentation). Also, it's just few lines in most cases.
> One-Click starter file for 10-most popular apps...
We do have starters for Hello, we do have starters for: - (Typescript) Express.js API with Postgres - (Typescript) Lambda API with DynamoDb - (Typescript) Lambda API with MongoDb - (Typescript) Lambda API with MySQL - (Python) Flask API with Postgres - (Java) Spring Boot API with Postgres - (Ruby) Rails API with Postgres - Vite.js website (React/Vue/...) - this is a (better) CRA alternative - Gatsby.js website - Next.js website
We'll add more in the future. Redis will be the next on the list.