Static Web App Demos

I primarily use this site to test ideas and make demos... it could change at any time.

These demos use static web forms (no backend rendering) to send input to a REST API in order to illustrate complete separation of a GUI from logic. More examples incoming...

This is purely for demo purposes to show how to architect back-end and front-end separately in an API Architecture to increase parallel development, separation of concerns, and facilitate automated testing. Security is handled by a signed JWT that is validated on the back-end of every call (session tokens are optional). The backend APIs are isolated Azure Functions separated by end user-client and admin. There's no interface for an end user to get to the admin APIs like when exposing everything through GraphQL.

NO FULL STACK JS frameworks were used! STOP the madness!

nuget Packages