innovation flow was one of the first software projects where the work felt bigger than just making a page look good. it was an internal feedback board for brueggli medien, built so people could post feedback about processes, strategy, and everyday work instead of letting it disappear into random conversations.

what was in it
- react frontend
- graphql via apollo
- strapi backend
- login and user handling
- posting, editing, deleting, liking, and commenting on feedback
- hosting on my own server
the interesting part was not only the ui. it was the whole shape of the system: accounts, content flow, moderation concerns, and making something that had to stay usable once real people started putting data into it.

structure and documentation
one thing i still like about that project is that i tried to think about structure early. not perfectly, but clearly enough that i documented the component tree and the larger app shape instead of only hacking until it worked.

why it still belongs here
because it was already close to the kind of software work i still like: data with some mess in it, a real workflow behind the interface, auth, backend structure, and enough scope that system thinking started to matter.