Projects
All Projects
Before working on any SONAN project
Read that project's Context, Current Dev, and AI Handoff pages first. This prevents wasted work, wrong-folder pushes, and lost session context.
This section is the AI continuity system for all SONAN projects. Each project has three lightweight pages: permanent context, current state, and the latest session handoff. Update the handoff and current dev pages at the end of every meaningful session.
| Project | What it is | Live URL | Pages |
|---|---|---|---|
| SONAN DIGITAL CRM | Full-stack agency CRM — leads, proposals, contracts, invoicing, client portal | sonandigital.com | Context · Current Dev · AI Handoff |
| Docs Portal | This site — HTML documentation and AI context hub for all SONAN projects | docs.sonandigital.com | Context · Current Dev · AI Handoff |
| Location Launchpad | Internal app for managing SONAN TECH store location onboarding — tasks, budget, reminders | launchpad.sonantech.com | Context · Current Dev · AI Handoff |
How to Use This System
- Starting a session — Read Context + Current Dev + AI Handoff for the project you're about to work on. Takes 2 minutes and prevents hours of lost context.
- Ending a session — Update AI Handoff (replace, don't append) with what changed, what was decided, and exactly what to do next. Update Current Dev to reflect new state.
- Adding a project — Create 3 pages using the
proj-{name}-context.html/proj-{name}-current.html/proj-{name}-handoff.htmlnaming pattern. Add to nav via Python bulk replace. Add row to the table above.