Demo Apps
There are 2 different "demo" apps online, described below:
Wutta Demo
username: chuck
password: admin
See also:
source code: https://forgejo.wuttaproject.org/wutta/wutta-demo
This is a very minimal app; it is basically the starting point when you generate a new project. The point here is only to show what one gets out of the box.
Some features (e.g. user maintenance) are available to the server admin but not to the public. Perhaps the "most interesting" thing one can do with this demo is to create/edit records in the People table.
Sideshow
username: chuck
password: admin
See also:
source code: https://forgejo.wuttaproject.org/wutta/sideshow
documentation: https://rattailproject.org/docs/sideshow/
test coverage: https://buildbot.rattailproject.org/coverage/sideshow/
This is an app for tracking case/special orders in a retail context. It is based on WuttaWeb but adds various features (and DB schema) specific to its purpose.
The point here is to show an example of a custom app, but also to provide an online demo for Sideshow itself, for interested retailers etc.
(And please note that this app is not yet complete!)