ACMCP
Tutors only — manage promotional course cards on the public Academy tab.
Data lives in the Postgres server named by DATABASE_URL (e.g. Neon), not inside this repo.
Use the same URL in .env locally and in Vercel to preview what production will show.
Open main site → Academy tab (same DB = same published courses)
Uses the Teachable Public API. The school owner creates an API key under
Teachable → Settings → API. The key is stored only on the server as
TEACHABLE_API_KEY — tutors do not paste secrets here.
Optional: set TEACHABLE_COURSE_URL_TEMPLATE on the server (e.g.
https://yourschool.teachable.com/p/{id}) so the primary CTA links to the correct enrolment URL. Replace the numeric id with the literal {id}.
Loading…