Guides

Dive deeper with opinionated playbooks based on how agencies and growth teams deploy AdSculptor across their organizations.

Launch a new client in 30 minutes

Collect brand assets, configure modules, and invite collaborators without leaving the dashboard.

Read guide

Measure module adoption

Use usage events to understand which teams rely on Docs Sculptor, Image Analyzer, and more.

Read guide

Enable impersonation safely

Audit who impersonates whom, use the preview admin panel in staging, and roll back sessions.

Read guide

Client onboarding in 5 steps

  1. Create the client record and assign at least one admin membership.
  2. Run the Project Wizard to collect brand voice, product catalog, and campaign goals.
  3. Toggle modules via Settings → Modules to match the client plan.
  4. Invite collaborators with the proper roles (admin, manager, staff).
  5. Enable usage tracking for the modules you want to monitor.

Usage analytics checklist

  • Ensure the `/api/usage` route is reachable and RLS policies reference active memberships.
  • Drop the UsageTracker component into every module view you want to monitor.
  • Build Looker Studio or Metabase dashboards on top of the `usage_events` table.
  • Export usage logs via Supabase or direct SQL for billing automation.

Impersonation best practices

Limit superadmin access to a short list of team members, require a reason when impersonation starts, and audit the admin_impersonations table regularly. Always end sessions via the banner once debugging is complete.