Welcome
This site is built with my own custom multi-tenant CMS (content management system).
Technologies used:
- HTMX - Server side rendering the way it's supposed to be. HTML already has components. Why reinvent the wheel?
- Modern CSS - No CSS framework needed, so the HTML is smaller and faster.
- C# back end with API and database access.
- Currently using a SQLite database, but can be simply altered to use Postgres or SQL Server.
- Vanilla JavaScript for most of the interactions.
- Custom templating engine that is simple, but flexible.
It's still a work in progress, but I'm not seeing any limitations for where it might end up.