I started working on a v2 branch for fun. It combines a lot of the ideas I had in my old stormcaster project, but is significantly more maintainable due to test driven development and some nice CI/CD tooling. If you're interested, check out the following links:
-
MapleBit SwaggerUI
- v2 branch:
https://github.com/greenelfx/MapleBit/tree/v2
I don't know if I'll end up completing this either this time around, but I guess we'll find out :)
The end goal is to have something similar to stormcaster but more feature complete / user-friendly and achieve core feature parity with MapleBit. Maybe will utilize react+SSR to be able to use React but not require users to mess around with serving a static site themselves.
currently, there is support for:
- stateless authentication, registration and session management
- roles and permissions
- Article CRUD operations
- basic user account support for disconnecting loggedin status, updating password
planned:
- comments, likes on Articles
- dynamically create static page content (kinda like MapleBit's page creator, but integrate it with "first party" pages like Download)