Hello friends,
I'm currently working on a small side project that grew out of the many technical discussions over the past weeks.
The goal is to capture important solutions, snippets, and concepts in a compact, searchable format so they don’t “disappear” once a thread moves on.
For this purpose, I built a lightweight FAQ module (PHP + JSON, no external libraries) that focuses on doing a few things well:
Entries stored as JSON
Case-insensitive live search
Inline edit functionality directly in the browser
Accordion-style display with smooth animation
JSON-safe editing (no escaping issues)
The whole module is intentionally minimal because it will later serve as a building block inside a larger DMS — essentially a technical “knowledge sheet” that can be reused across projects.
If this is useful to anyone or if you have ideas, feedback is welcome.
Best regards,
Otto

