How I Built a "Serverless" Student Portfolio Platform for $0 Where GitHub IS the Database
dev.to·5h·
Discuss: DEV
🐙GitHub API Automation
Preview
Report Post

The Problem

Every student needs a portfolio link for their resume. But let’s be honest:

  • Hosting costs money. (Even $5/mo adds up for a student).
  • Configuring DNS is annoying. (CNAME records, propagation, SSL certificates...).
  • Maintenance is a pain.

I wanted to build a platform that gives every student a professional yourname.isat.college subdomain instantly, without me paying for a database or managing a complex backend.

So I built isat.college, a Student Identity Platform where "User Signup" is literally a GitHub Pull Request.

Here is the breakdown of how I built a production-ready SaaS architecture for exactly $0 monthly cost.

The Architecture: "Open Data, Private Engine"

Instead of a traditional SaaS where I own the code and the datab…

Similar Posts

Loading similar posts...