logoalt Hacker News

vivzkestreltoday at 3:39 PM0 repliesview on HN

- this is one of the reasons i am building a semi deterministic production grade express backend generator https://ibb.co/dz6gQgB

- the idea is that config is deterministic at the lowest layers and managed by template engines

- business logic is powered by AI at the highest level

- the harness is the config, the project structure

- there are some insanely unique things about this project

- for starters, the dependencies auto update themselves so that you get to scaffold the latest version of eslint, biome, pg or whatever you want at all times

- all the commits are granular so that you can reorder, rebase, combine them in any order and even branch off and remove commits meaning the final project will have 500 commits instead of a 1 commit with 40000 changes like how 99% of the github templates do

- i am focused on a vertical instead of a broad set of solutions for all sorts of frameworks like pick the ones used by 80% of the people

- fully customizable semi deterministic production grade app is generated with tests run inside docker and you get a working project with 500 things set up right at point 0 before it even goes to the AI agent