22 lines
728 B
Markdown
22 lines
728 B
Markdown
# Coaching Workspace — Client Portal & AI Session Memory
|
|
|
|
A prebuilt coaching SaaS workspace with a public coaching site, client CRM,
|
|
session notes, consent-aware AI summaries, follow-up drafts, next-session prep,
|
|
action items, reminders, intake, and a client portal.
|
|
|
|
## Stack
|
|
|
|
- Frontend: Next.js and React
|
|
- Backend: Node.js and Express
|
|
- Database: PostgreSQL
|
|
- Styling: Tailwind CSS
|
|
|
|
## Development
|
|
|
|
Run the backend and frontend from their respective directories. Runtime database,
|
|
project, domain, and AI proxy settings are supplied by AppWizzy when a project is
|
|
created from the template.
|
|
|
|
Do not add provider API keys to the repository. AI features must use the existing
|
|
AppWizzy proxy integration through the backend.
|