Amatya

Put live tutor profiles on your website

One line of HTML — no account, no key, free. Widgets are iframe-isolated (your CSS and ours can’t clash), size themselves automatically, and stay current: a tutor updating their profile or earning a review updates your page too.

1 · A single tutor card

For a tutor’s own website or blog. Replace TUTOR-SLUG with the slug from the profile URL (https://siddhixsys.com/tutor/tutor-slug).

HTML — paste where the card should appear
<script src="https://siddhixsys.com/embed.js" data-tutor="TUTOR-SLUG" async></script>
Live demo

2 · Many profiles — one widget

Integrating 10, 50 or 100 profiles? Don’t paste 100 cards — one script tag renders the whole live directory for a city (optionally filtered by subject) in a single auto-sizing iframe. New tutors appear automatically as they publish.

HTML — whole city, up to 100 tutors
<script src="https://siddhixsys.com/embed.js" data-city="patna" data-limit="100" async></script>
HTML — one subject in a city
<script src="https://siddhixsys.com/embed.js" data-city="patna" data-subject="maths" data-limit="50" async></script>
Live demo

3 · Your own design — free JSON API

Building something bigger — a portal, an app, native cards in your own style? Skip iframes and read the public API directly: public profile fields only, no key required, rate-limited, cache-friendly. Paginate with limit (≤50) and offset.

Public read-only endpoints
GET https://siddhixsys.com/api/v1/tutors?city=patna&subject=maths&limit=50&offset=0
GET https://siddhixsys.com/api/v1/tutors/{slug}
GET https://siddhixsys.com/api/v1/tutors/{slug}/reviews
GET https://siddhixsys.com/api/tutor-public/photos/{slug}/profile

Fair-use notes

  • Free for any website, including institute and school sites. Attribution stays on the widget.
  • Widgets show only what tutors chose to publish — never contact numbers or ledger data.
  • Every card links to the tutor’s full profile, where enquiries are verified and free.

Are you a tutor? Get your free profile · browse the directory at Find a tutor.