Version 01 archive · View the current site
← All chapters
CHAPTER 08 / 12

Build the way to maintain it.

An app becomes more useful when its owner can update it without requesting a code change every time.

Start with a small maintenance task

An editor might update links, change a colour or archive a checklist item. THE NEST taught Rolly the value of a CMS and admin area. Ask who will maintain your app and what they need to change.

A working editor, honestly described

TRY THIS PROMPT

Propose a small editor for [content or setting]. Explain where changes are stored, whether they survive refresh and who can make them. For this fictional prototype, label any local-only editor clearly. Do not present a public editor as a protected admin system. Show a plan for proper authorization before private school use.

Test the result

Check off as you go · resets when you leave this page0 / 5 ready

Statistics should mean something

If you add stats, explain exactly what is counted and where the data comes from. Label illustrative figures as demo data. Do not present invented numbers as real usage.

A route name is not protection

Calling a page /admin does not secure it. Sensitive edits need verified identity and permission checks on the server. Plan recovery as well: archive or restore content where appropriate rather than making every mistake permanent.