- HTMX + Thymeleaf (replacing need for any SPA framework)
- Bootstrap
- Vanilla JS when needed
- Postgres
- Deploy on Ubuntu server with a deploy.sh that just does cd => git pull => gradlew build => systemctl restart X.service :)
Why? I have been convinced that most web application can and should be created without JS frameworks :P
- HTMX + Thymeleaf (replacing need for any SPA framework)
- Bootstrap
- Vanilla JS when needed
- Postgres
- Deploy on Ubuntu server with a deploy.sh that just does cd => git pull => gradlew build => systemctl restart X.service :)
Why? I have been convinced that most web application can and should be created without JS frameworks :P