Work
All projects
LiveSep 2026 — ongoing· Sole Full-Stack Developer

A weekly advertising and classifieds magazine for readers across Canada. One new edition every week — businesses, services, property, jobs and offers gathered into a single issue, free to read with no sign-up, readable on any phone.

0
technologies
0
shipped features
0
screens
0
decisions logged

No public repository for this project

vaaram.ca
Vaaram Magazine - Weekly Publication screenshot

4 sections below

01Overview

Vaaram Magazine publishes one edition a week. Everything inside it is an advertisement, which is the point: people open Vaaram because they are looking for something, and what they find is a business ready to hear from them.

The site is built around the edition itself — the current issue is readable in the browser or downloadable as a PDF, and every past issue stays available in the archive. Advertisers submit what they want to run and it goes into the next edition; a banner system places sponsored slots around the reading experience, and enquiries from interested readers are captured and routed back to the business.

A weekly email list sends one message per edition: the link, and nothing else. Built on Next.js with the App Router and React Server Components, with Supabase behind it — row-level security on every table — and deployed on Vercel.

02What it does
the parts worth the work
  • Built a weekly publishing cycle around PDF editions: current issue, full archive, in-browser reading and download.
  • Implemented a sponsored banner system placing advertiser slots around the reading experience.
  • Wired reader enquiries straight through to advertisers, turning a printed advertisement into a phone call.
  • Added a one-email-per-edition subscription list with unsubscribe, and row-level security on every table.
03Calls I made
and what each one cost

The section above says what this does. This one says why it is built the way it is — including the parts that did not come free.

  1. Website reads the PDF as the edition, with structured data layered on topoverPDF only, website just links to itWebsite re-renders every ad individually as HTML
    Because

    The PDF is what advertisers already understand — it's a magazine, and magazines have pages. Keeping it authoritative meant the print layout advertisers expect never had to be recreated as HTML, while the site still gets structured banners and enquiry routing around it.

    What it cost

    Nothing inside the PDF is searchable or individually linkable — a reader can deep-link to an edition, not to one ad inside it.

  2. An enquiries table routed through the backendoverPrint the advertiser's phone number on the pageA contact form that emails the advertiser directly
  3. Row-level security on every tableoverHandle authorization in the API route codeOne shared service-role key for all server requests
04Screens

Seen enough?

There are more where this came from — or skip the browsing and just say hello.