Articles / Build
Build

The $15/Month Stack: What to Actually Install

You don't need $500/month in SaaS tools to build a toll position. The minimum viable infrastructure costs $15/month and takes a weekend to deploy. Here's exactly what goes in the stack.

May 01, 2026 · 9 min read

I showed a friend my entire toll position stack last month. Every tool. Every login. Every monthly charge.

He stared at the screen for a while. Then: “That’s it?”

He’d spent the previous weekend pricing out HubSpot. ActiveCampaign. Unbounce. ClickFunnels. He had a spreadsheet that totaled $623/month — and he hadn’t captured a single email yet. Six hundred bucks a month to get started.

My stack does everything his would do. Landing pages. Email sequences. Redirect tracking. Analytics. Behavioral tagging.

It costs $15/month.

A frazzled operator pushes a cart of expensive software boxes while a composed operator buys four small tools at an office supply counter
He bought the department. She bought the stack.

The gap between his $623 assumption and my $15 reality is the difference between pricing for enterprise marketing teams and pricing for solo operators who know how to configure their own stack. The same infrastructure that cost $5,000/month to operate in 2015 costs lunch money today.

The four layers of a toll position stack

Every toll position, regardless of niche or partner type, needs four functional layers. Each layer has multiple tool options at every price point. What matters isn’t which tool you pick — it’s that all four layers are present and wired together.

Layer 1: The landing page ($0-$29/month)

What it does: hosts the pre-sell page that sits between the partner’s link and the merchant’s checkout. This is the page visitors see when they click the partner’s recommendation — your trust-building layer that captures emails and routes traffic.

What “good” looks like: a single-page site with a headline, 3-5 paragraphs of pre-sell copy in the partner’s voice, an email capture form, a clear call-to-action button, and a redirect to the merchant’s site after capture. Load time under 2 seconds. Mobile-responsive. No navigation menu — this isn’t a website, it’s a conversion tool.

Build options by operator profile:

If you write code: deploy a static page on a free tier — Cloudflare Pages, Vercel, Netlify, GitHub Pages. Cost: $0/month. You control every pixel, the page loads in milliseconds, and there’s no platform branding. This is the approach for operators who think in HTML/CSS and want full control.

If you don’t write code: a landing page builder with a free or low-cost tier — Carrd ($9/year), ConvertKit’s landing page feature (included with email plan), or a WordPress install on shared hosting ($5/month). The trade-off is less control in exchange for faster build time.

What you’re optimizing for: capture rate. The percentage of visitors who enter their email before clicking through to the merchant. Industry benchmarks on warm traffic (visitors who arrived via a trusted creator’s link) range from 20-35%. If you’re below 20%, the page needs work — usually the headline, the value exchange (what does the visitor get for their email?), or the form placement.

Layer 2: The email system ($0-$19/month)

What it does: captures the email from the landing page, stores it in a segmented database, and sends automated sequences — pre-written series of emails that trigger based on subscriber behavior (opened, clicked, bought, ignored).

What “good” looks like: a welcome sequence of 5-7 emails, triggered immediately after signup, that delivers value and introduces the partner’s product recommendations in a logical order. Each email tagged by what the subscriber does with it — click, no-click, purchase — so the system knows what to send next.

The free tiers that work for the first 1,000-5,000 subscribers:

Most email platforms offer free tiers generous enough for the first 6-12 months of a toll position: MailerLite (1,000 subscribers, automation included), Brevo (300 emails/day, unlimited contacts), or ConvertKit (10,000 subscribers on the free plan, limited automation). At the scale of a first partner deployment — 200-800 new subscribers/month — you won’t hit paid tiers for months.

What you’re optimizing for: revenue per subscriber per month. A well-segmented, well-sequenced list in a commerce-focused niche monetizes at $1-3 per subscriber per month through affiliate offers. An unsegmented blast list monetizes at $0.10-$0.30. The difference is entirely in how you tag, segment, and sequence — not in which platform you use.

Layer 3: The redirect layer ($0-$20/month)

What it does: sits between every link in the system and its destination. When a subscriber clicks a link in an email, or a visitor clicks the call-to-action on the landing page, the redirect layer routes them to the merchant — while recording what was clicked, when, and by whom. If you think of this as a reverse proxy for commerce traffic, you’re not wrong: it intercepts, logs, and forwards every request.

Why this layer matters more than it looks: the redirect layer is where you run A/B tests (send 50% of traffic to version A of the merchant page and 50% to version B), where you swap merchant links without updating every email and landing page in the system (change the destination once, every link updates automatically), and where you measure which offers convert at what rates. Without this layer, you’re flying without instruments.

Tool options: a free link-management tool like Dub.co (free tier: 25 links, 1K tracked clicks/month — enough for a first partner), or a self-hosted solution if you want unlimited scale (YOURLS, an open-source link shortener you deploy on any $5/month VPS). At the premium end, tools like Replug or ClickMagick ($12-$20/month) add built-in split testing and retargeting pixel injection.

What you’re optimizing for: click-to-conversion ratio on each offer. The redirect layer tells you which merchant offers convert at what rates from which traffic sources. After 30 days, you know exactly which products are worth promoting and which are wasting email sends.

Layer 4: Analytics and tracking ($0/month)

What it does: measures everything the other three layers produce — page visits, email captures, click-throughs, conversions, revenue per visitor, revenue per subscriber. Without this layer, you’re guessing. With it, every decision is data-driven.

The free stack that does 90% of what you need:

Plausible or Umami (privacy-focused, lightweight analytics — either self-hosted for $0 or hosted for $9/month) on the landing page. Your email platform’s built-in analytics for open rates, click rates, and sequence performance. Your redirect layer’s click tracking for offer-level conversion data. A simple spreadsheet that aggregates the three data sources weekly.

The Meta Pixel (free) and Google Tag (free) installed on the landing page if you plan to run retargeting ads — these are the tracking snippets that let advertising platforms show follow-up ads to visitors who didn’t convert on their first visit. They cost nothing to install and start accumulating audience data from day one, even if you don’t plan to run ads for months.

What you’re optimizing for: a unified view of the funnel from click to capture to conversion to revenue. The specific number that matters most: revenue per visitor — total revenue divided by total landing page visitors. This tells you, in a single metric, whether the toll position is working.

The weekend build

Given four layers and a budget of $15/month, here’s how a technical operator deploys the full stack in a weekend:

Saturday morning: landing page. Build a single-page site for the partner’s first product recommendation. Static HTML on Cloudflare Pages (free). Email capture form connected to your email platform via API or embedded form. Redirect button pointing through your link manager to the merchant. Time: 3-4 hours, including copy.

Saturday afternoon: email system. Set up the email platform. Create a welcome sequence of 5 emails: email 1 delivers the promised value (guide, checklist, recommendation), emails 2-4 introduce related products, email 5 asks for engagement (reply, share, or review). Wire each email to tag subscribers based on behavior. Time: 3-4 hours.

Sunday morning: redirect layer and analytics. Set up your link manager. Create tracked links for every merchant destination. Install analytics on the landing page. Install Meta Pixel and Google Tag if applicable. Test the full path end-to-end: click landing page → capture email → redirect to merchant → verify email sequence triggers. Time: 2-3 hours.

Sunday afternoon: quality assurance and documentation. Test on mobile. Test the email sequence timing. Verify that tracking fires correctly at every step. Document the stack configuration (which tools, which accounts, which credentials) so you can replicate the build for your next partner without starting from scratch. Time: 2-3 hours.

Total build time: 10-14 hours across a weekend. Total monthly cost: $0-$15 depending on tool choices. What exists on Monday that didn’t exist on Friday: a complete, functional toll position infrastructure ready to process its first visitor.

What you’re NOT building this weekend

The weekend build produces a minimum viable toll position. It is deliberately missing things that you’ll add later — but only after data proves they’re needed:

No retargeting ad campaigns. You installed the pixels, but you won’t run ads until you have 500+ pixel events (typically 2-4 weeks of operation). Running ads on a thin pixel audience wastes budget.

No advanced segmentation. The email system tags behavior, but you won’t build segment-specific sequences until you have 500+ subscribers and enough behavioral data to know which segments exist in this audience. Premature segmentation is over-engineering.

No multi-product landing pages. Start with one product, one landing page. Add the second and third products after you’ve proven the model works on the first. Scale what works; don’t diversify before you’ve validated.

No dashboard automation. The spreadsheet is manual. That’s fine. You’re not managing 10 partners yet — you’re managing one. The automation comes after the manual process proves the metrics are worth tracking.

The cost comparison that matters

Most technical operators have, at some point, considered building a SaaS product. Here’s a useful comparison:

  SaaS MVP Toll Position MVP
Build time 2-6 months 1 weekend
Monthly infrastructure cost $100-$500 $15
Time to first revenue 3-12 months 30-60 days
Ongoing development required Continuous Minimal (optimization, not development)
Customer support burden Ongoing Near zero (the partner is your only “customer”)
Revenue per user $10-$100/month $5,000-$7,500/month (per partner)

The toll position isn’t better than a SaaS in every dimension — a SaaS can scale to millions in revenue if it works. But the toll position has a dramatically faster path to meaningful income, a dramatically lower ongoing cost, and a dramatically simpler operational burden. For a technical operator who wants to build assets that earn while they sleep, the toll position is the highest-leverage first move.

What does AI change about the stack?

AI collapses the build time by roughly half and the optimization time by more.

Copy generation: the pre-sell page and email sequence need to sound like the partner’s voice. AI trained on the partner’s published content — transcripts, blog posts, social captions — drafts landing page copy and email sequences that pass the partner’s voice test in one revision cycle instead of three. That saves 3-4 hours on the weekend build alone.

Sequence optimization: after the first 500 subscribers, AI can analyze which emails drive clicks, which drive unsubscribes, and which drive purchases — then suggest specific changes to subject lines, send times, and content ordering. Manual optimization requires checking dashboards weekly and forming hypotheses. AI optimization runs continuously and tests hypotheses automatically.

Analytics synthesis: instead of checking three separate tools and updating a spreadsheet, an AI agent can pull data from your landing page analytics, email platform, and redirect layer, then produce a weekly summary: “Revenue per visitor is up 12% this week, driven by a 23% improvement in email 3’s click rate after the subject line change on Tuesday.” The operator reads one paragraph instead of three dashboards.

Fifteen dollars a month and a weekend. That’s the gap between “I should build something” and “it’s live.” The stack isn’t the hard part. The hard part is deciding this is the weekend you actually do it.

Build

More on building toll infrastructure?

This article covered one piece of the build dimension. The newsletter delivers a new install pattern every week.

Newsletter coming soon.

Unsubscribe in one click. No cross-promo. Ever.