Hi, I would like to request adding schematra to the egg repo. Schematra is a (somewhat opinionated) web app framework built on top of Spiffy and heavily inspired by the simplicity of Sinatra. It also includes a couple of extensions to add support for oauth2, csrf and HTML building facilities based on sxml-transforms. I did a small release a few weeks ago, got some early feedback and now decided to get even more feedback from the larger Scheme community. I'm a new scheme dev, so I'm trying to figure out the way to follow best practices here and there so feedback is welcomed.
Schematra is still an early exploration project, the API is unstable but it's usable and I don't think it will change much, so you should be able to build a web app easily and quickly. Schematra is available at <https://github.com/schematra/schematra> Release info: https://raw.githubusercontent.com/schematra/schematra/refs/heads/main/schematra.release-info Docs: http://wiki.call-cc.org/eggref/5/schematra Full docs: https://github.com/schematra/schematra/blob/main/docs/docs.md Thanks! Rolando