Custom Course Test Tool
A developer-facing web tool for testing the custom course generation pipeline without going through the full user-facing form.
Purpose
Allows developers to trigger script generation and audio conversion directly, bypassing the multi-step form wizard. Used for debugging n8n workflows, testing edge function changes, and validating the end-to-end pipeline.
Location
- Repo:
OmelasAI/hypnoelp-custom-course(intest-tool/directory) - Not deployed — local dev tool only
How It Works
Single HTML page that sends requests directly to the Supabase edge function (submit-custom-course) with hardcoded or manually entered parameters. Displays raw JSON responses for debugging.
Status
Active dev tool. Not user-facing.