๐
How this works
Edit any content here โ Save โ Visit luntian.net and refresh โ your changes are live instantly. No redeploy needed.
Admin โ Supabase DB โ luntian-cms.js โ Website DOM โ Guest sees it
Hero banner, announcement, taglines
๐๏ธ Architecture โ How to add MORE editable content
1. Add content key to Supabase:
INSERT INTO content (key, value, label, section) VALUES (...);2. Tag HTML element:
<span data-cms="your_key">default text</span>3. luntian-cms.js auto-replaces the text from DB on every page load
4. Edit here in admin โ save โ refresh luntian.net โ done โ