Hi HN,<p>I built a site where you can find links to drawing references, sorted by topic (e.g. hands, people, cars, ...). Clicking on a link opens a random resource.<p>You can check out the site here: https://inspirationbot.art/versions/collage/main.html<p>I know HN isn't an art community, but since one aim of the project was to keep it as vanilla and plain as possible (HTML & CSS, no frameworks, no backend as such) I thought it may be of interest.<p>Another intent of the project is to use it to try out different web design styles, so if the link above is a bit too gaudy for your taste, you may enjoy the plain HTML version: https://inspirationbot.art/versions/plainhtml/main.html<p>The project is also open source (as well as free, no sign-up, no ads), see repo here: https://github.com/koljapluemer/inspirationbot<p>This is the first time I am trying to properly open source something (as opposed to code-dumping on GH), so: Please tell me what you think; technical feedback and any input in regards to the open source part is especially welcome.<p>Thanks!