Active Tenants
0
0 Free | 0 Cloud | 0 AI
Authenticate to access the CozyLife CRM management platform.
Back to workspace
CozyLife CRM Cockpit
Configure global LLM credentials saved in Cloudflare D1. These tokens drive automated NLP summary integrations for all tenants on the paid AI Magic ($7/mo) plan.
cozylife_last_local_change) in comparison with the database row state:
'rw' transaction across db.pots, db.contacts, db.meetings, db.todos, db.gamification:
await db.transaction('rw', db.pots, db.contacts, db.meetings, db.todos, db.gamification, async () => {
await db.pots.clear();
// Bulk additions...
});
This guarantees that if the network fails midway, local database consistency is preserved perfectly.
# Run schema migration on local wrangler database npx wrangler d1 execute cozylife-db --local --file=./schema.sql # Check registered user consent records locally npx wrangler d1 execute cozylife-db --local --command="SELECT email, accepted_terms, marketing_consent FROM cozylife_users" # Fetch LLM API tokens tracked on production environment npx wrangler d1 execute cozylife-db --remote --command="SELECT SUM(prompt_tokens) FROM cozylife_llm_usage"
Audit platform usage, verify legal Terms acceptance (Ts & Cs), track optional marketing consents, and manage subscription statuses for all registered tenants.
| ID | Registered Email | Level / Plan | Terms & Conditions | Marketing Opt-in | Registered On | Operations |
|---|---|---|---|---|---|---|
| Checking authentication to load tenant list... 🔄 | ||||||