
- Database Overhead
- 0 MB
- Mobile Speed
- 98%
- WhatsApp Leads
- 3.4x
Summary
Built a website for an O/L tuition class covering Maths, Sinhala, and Science. Stack: HTML, CSS, PHP, SQLite.
The site lists class schedules by subject and time slot, plus teacher profiles with their qualifications and years of experience. Students enroll through an online form that writes straight to an SQLite database — no phpMyAdmin, no separate database server to babysit.
I went with SQLite over MySQL here because it's one file, easy to back up, and there's no real need for a heavier setup at this scale. It also loads fast, which matters since most parents check tuition sites on their phones with average mobile data speeds.
Key features:
- SEO targeting subject-specific searches like "O/L Maths tuition" and "O/L Science classes near me"
- WhatsApp click-to-chat button instead of relying on phone calls, since that's how most parents actually reach out
- Responsive layout, tested on mobile first since that's where most traffic comes from
- Admin panel to check new enrollments without touching a database tool directly
Built with
Want something like this?
Tell us what the business needs to do and we will come back with an architecture proposal, a timeline and a fixed quote.