Frequently Asked Questions

What is Mavo and why use it?
Mavo turns any HTML page into a dynamic, editable app with persistent storage. It works perfectly with GitHub, allowing you to manage FAQs like a database without backend code.
How do I log in as patrick-sang?
Click the red "Login" button in the top bar, then authorize using your GitHub credentials. Make sure you log into the GitHub account "patrick-sang". Once logged in, edit controls (➕ Add FAQ, ✏️ edit, 🗑️ delete) will appear automatically.
Is editing really restricted to logged-in users?
Yes! Mavo + GitHub ensures that only authenticated users with write access (patrick-sang) can modify data. Anonymous visitors see a read-only version without any add/edit/delete buttons. Your data remains safe.
Where is the FAQ data stored?
All FAQs are stored in a GitHub repository named "mavo-faqs-data" under the user patrick-sang. Mavo automatically creates a data.json file. You can view the history or revert changes via GitHub.
Can I add new FAQs after login?
Absolutely! Once logged in, you’ll see a green "➕ Add FAQ" button. Click it, fill in question & answer, and it will instantly be saved to GitHub. You can also reorder, edit inline, or delete any FAQ.
-->