Search Results

type to search across all content

HQ Navigator — click any node to jump there  · keys 1–8

You Have ₹0 and 60 Days.
Here's Exactly What To Do.

This HQ has everything you need: a step-by-step survival plan, every client source, all 14 pipeline channels, 12 copy-paste templates, 35+ free tools, and the math. Start here — this tab tells you the sequence. Every other tab is your reference library.

🚦 The Only Rule That Matters

Non-Negotiable
Ship first. Sell second. If Week 1 is "planning and setting up tools," the 60-day timeline is dead. The portfolio project goes live on GitHub before Day 8. No exceptions.

⚡ First 24 Hours — Do These Now

1
Set up Wise account

Accept USD/EUR from international clients with no US bank. Verification takes 24–48 hrs — do it immediately or payments will block you later.

wise.com · Free
2
Create GitHub profile with a strong bio

"Systems engineer. I use AI to ship 3–5x faster. Currently: [project]." Add India location. This is your silent salesperson 24/7.

github.com · Free
3
Sign up: Railway + Supabase + Upstash + Groq + Qdrant

All free tier. These are your production tools — not toys. Groq gives you LLaMA 3 at 500 tok/sec for free. Qdrant is your vector DB for RAG.

All free · Day 1
4
Install draw.io with C4 shape library

diagrams.net → File → Shapes → C4. This is your architecture diagram tool. Professional C4 diagrams at ₹0. Enable it now before you need it.

diagrams.net · Free
5
Set up Cal.com booking link

Add to GitHub README and LinkedIn. "Book a free 30-min architecture call" removes all friction from your audit offer. People who would DM you will book directly.

cal.com · Free
6
Create your pipeline tracking spreadsheet

Google Sheets: Name | Company | Channel | Sent | Response | Stage | Revenue | Notes. Review every morning, update every evening. This is your business dashboard.

Google Sheets · Free

📅 Day-by-Day: First 30 Days

Days 1–7 · Build Phase

Ship the Portfolio Project

  • Write Architecture Decision Records before any code (why each tech choice)
  • Draw C4 Level 1 + Level 2 diagrams in draw.io before coding
  • Build: RAG system for Indian legal docs — Python + FastAPI + Qdrant + Groq
  • Run cost analysis: ₹ per 1000 queries, compare 3 embedding options
  • Write README with business framing — problem → decisions → cost → load test
  • Day 7: Publish on GitHub + LinkedIn + r/developersIndia
Days 8–10 · Setup Phase

Build Target List + Setup Channels

  • Build 100 Indian founders list from Surge + Antler + 100X.VC portfolios
  • Set up Contra.com profile (0% commission, Wise-compatible)
  • Create IndieHackers profile + intro post (seeds international funnel)
  • Join Arpit Bhayani, Kernel (Blume), Striver's Discord — lurk for 3 days first
  • Check HackerNews "Who's Hiring" (first Monday) — apply to 5–10 posts
Days 11–30 · Outreach Phase

The Daily Non-Negotiable Routine

  • 20 cold LinkedIn DMs/day to Indian founders — lead with their problem
  • 3 system design answers/day on r/developersIndia — pin GitHub in comments
  • 3 IndieHackers/r/forhire applications/day for international work
  • Week 2: Post Zepto architecture breakdown on Reddit (trigger post)
  • Week 2 + 4: Publish LinkedIn technical articles with C4 diagrams
  • Community: 5+ helpful replies before any self-promotion in Discords
Days 31–60 · Convert Phase

Turn Pipeline Into ₹

  • Follow up every responder: offer free architecture audit (Cal.com link)
  • Close first paid project: even at ₹8,000–15,000 — proof of ability to close
  • Apply for AWS Activate credits via NASSCOM/T-Hub (₹85K+ value)
  • Post on r/forhire on 1st of month — target EU founders for timezone overlap
  • Close first international project: $500–1,000 via Contra or IndieHackers
  • After any successful project: pitch retainer and ask for referrals

🧠 The Positioning Rules

You Are Not a Cheap Coder
Title: "AI-Accelerated Systems Engineer" — not a prompt monkey, not a cheap coder. You architect the system. AI writes boilerplate, tests, docs. You own edge cases, production hardening, and every architecture decision.
The Anchor Pitch
"₹30K/week for system design + AI-accelerated build vs. ₹3L/month senior hire." Never compete on price. Never quote hourly to Indian clients. Always value-based. Quote the audit first (₹8–12K) — it converts at 60–70%.
Business Language Always
Every deliverable needs one business outcome sentence: "Reduced API response time 60%, enabling 3x traffic at same infra cost." Not "refactored the ORM." This language is your Fractional CTO unlock at Month 6.
The EU Timezone Edge
1:30–4:30 PM IST = 9 AM–12 PM CET. This is a genuine advantage over US-focused Indian freelancers. Target EU founders specifically and mention this overlap explicitly in every international pitch.

90-Day Survival Plan

Check tasks as you complete them · progress saves in your browser

Interactive Checklist
0Done
0Remaining
0%Complete
60Days to ₹
Phase 1

Days 1–7 · Build the Proof Layer

Ship one deep portfolio project. Everything depends on this week.

0%0/0
Non-Negotiable
If Week 1 is "planning and setting up tools," the 60-day timeline is dead. Ship first. Sell second. RAG project must be live on GitHub before Day 8.
Day 1 — Setup (4 hours max)
Create GitHub profile with a strong bio
Bio: "Systems engineer. I use AI to ship 3–5x faster. Currently: [project]." Add India location. Pin nothing yet — wait for portfolio project.
Critical
Set up Wise account — no US bank needed
wise.com · free · accepts USD/EUR/GBP · converts to INR · verification 24–48 hrs. Do Day 1 or payments will block you later.
Money
Create accounts: Railway, Supabase, Upstash, Groq, Qdrant, Together AI
All free tier. Railway + Supabase = production backend at ₹0. Groq = LLaMA 3 at 500 tok/sec free. Qdrant = vector DB for RAG. Real production tools.
Infra
Install draw.io — enable C4 shape library (File → Shapes → C4)
diagrams.net · free · exports PNG/SVG · professional C4 diagrams · your architecture proof tool from Day 1.
Tool
Set up Cal.com — add booking link to GitHub README and LinkedIn bio
"Book a free 30-min architecture call" — removes all friction. People who would DM you will book directly instead. Free, open source.
Tool
Days 2–6 — Build the RAG Portfolio Project
Write Architecture Decision Records (ADRs) BEFORE coding
ADR-001: Why recursive character splitting over sentence transformers for legal text. ADR-002: BGE-M3 (free HF) vs OpenAI ada-002 — actual ₹ cost per 1000 queries. ADR-003: Chunking strategy for multi-page Indian legal sections. This document IS your proof of depth.
Critical
Draw C4 Level 1 + Level 2 diagrams in draw.io before writing code
L1: User → RAG API → Legal Doc Store → LLM. L2: FastAPI service, Qdrant vector DB, BGE-M3 embedding service, Groq inference, query router. Export PNG, commit to /docs.
Design
Build the RAG system — AI writes boilerplate, you own architecture
Stack: Python + FastAPI + Qdrant + BGE-M3 + Groq. Deploy Railway. AI generates: chunking, retrieval, endpoints. YOU write: query router, edge cases, rate limiting, error recovery.
Build
Run cost analysis — ₹ per 1000 queries, compare 3 embedding options
BGE-M3 self-hosted (₹0) vs OpenAI ada-002 (actual ₹) vs Cohere (actual ₹). One table with real numbers impresses founders more than 500 lines of code. "I think like a CTO" proof.
Analysis
Write README with business framing — not just technical docs
Format: Problem → Architecture Decisions (C4 diagram) → Cost Analysis Table → Load Test → "What I'd do at 10x scale." Add Cal.com link at top. End with: "Designed and shipped in 5 days."
Ship
Day 7 — Publish
Pin repo on GitHub · Post architecture breakdown on LinkedIn
LinkedIn: "Built a RAG system for Indian legal docs in 5 days. Architecture + cost breakdown →" Attach C4 diagram as image. First founder profile visits within 24 hours.
Publish
Post on r/developersIndia — project breakdown, not self-promotion
Title: "Built a production RAG system for Indian legal docs in 5 days — architecture + cost analysis." Show ADRs, cost math, design decisions. Pin GitHub in comments.
Distribute
Phase 2

Days 8–30 · Client Acquisition Machine

20 DMs/day minimum. Numbers game. Do not personalize your pain.

0%0/0
The Math
20 DMs/day × 22 days = 440 outreach. 10–15% response = 44–66 replies. 30% take a call = 13–20 calls. 25% convert = 3–5 clients. You need 1–2 to survive.
Days 8–10 — Setup Target List
Build a target list of 100 Indian startup founders
Sources: surgeahead.com/portfolio + antler.co/india + 100x.vc/portfolio. Filter: SaaS, fintech, devtools, AI. Founders 1K–10K LinkedIn followers. Build in Google Sheets with contact + notes columns.
Critical
Set up Contra.com profile — 0% commission, Wise-compatible
Title: "AI-Accelerated Systems Engineer." Add RAG project as case study. Rate: $35–40/hr explicitly stated. Contra = 0% vs Upwork's 20%.
Setup
Create IndieHackers profile + post introduction
Post: "Systems engineer from India using AI to ship backends 3–5x faster. Looking for first international project. Built last week: [GitHub]." Seeds international funnel from Day 8.
Setup
Days 11–30 — Daily Non-Negotiable Routine
Send 20 cold LinkedIn DMs daily to Indian founders (Templates tab)
Lead with their specific technical problem. Name one concrete risk in their product. Offer free 30-min call. Zero financial ask in message 1. Track every DM. Do this 22 days straight.
Daily
Answer 3+ system design questions daily on r/developersIndia
Proper answers, not one-liners. End with: "Built something similar: [GitHub]." Passive inbound that compounds for months.
Daily
Apply to 3 IndieHackers + r/forhire posts daily (international)
Filter: "small team + remote." EU founders first for timezone overlap. Use international pitch template. Respond to any reply within 1 hour.
Daily
Post Zepto architecture breakdown on Reddit (Week 2)
"I analyzed how Zepto's dark store inventory system probably works — architecture + what I'd redesign." 800+ words, C4 diagram, post r/developersIndia + r/ExperiencedDevs. Pin GitHub in comments.
Critical
Join Striver's Discord, Arpit Bhayani's community, Kernel (Blume)
5+ genuine helpful replies before any self-promotion. Answer hard technical questions publicly. DM founders ONLY after 3–5 visible contributions.
Community
Post 2 LinkedIn technical articles (Week 2 and Week 4)
Week 2: "Why most startup backends break at 10K users." Week 4: "I built a production backend in 3 days with AI — here's how I stayed in control." 600–800 words, C4 diagram embedded.
Content
Check HackerNews "Who's Hiring" on first Monday — apply to 5–10 posts
Search "remote + backend + AI." Apply in under 100 words. Lead with GitHub, not CV. Best international high-signal channel available.
Monthly
Phase 3

Days 31–60 · First Cash Flow

Convert pipeline to paid. ₹20K by Day 45, ₹40K by Day 60.

0%0/0
Pricing Rule
Never quote hourly to Indian clients. Always value-based. Quote audit first (₹8–12K) — converts at 60–70% to a build contract.
Days 31–45 — Convert Pipeline
Follow up with every Day 8–30 responder — offer free architecture audit
"I looked at [product] more carefully. There's likely a [specific issue] that becomes a problem at [scale]. Free 30-min architecture review — no charge. Cal link: [link]"
Critical
Close first paid project — even at ₹8,000–15,000
First paid project = proof of ability to close. Frame deliverables in business outcomes: "This API handles 10x load without additional infra cost."
Money
Apply for AWS Activate credits via NASSCOM/T-Hub (₹85K+ value)
Search "AWS Activate India [your city] incubator partner." Entry: NASSCOM 10K Startups, T-Hub, CIIE.CO. AWS credits = use on client projects → you look more valuable.
Resources
Attend one Hasgeek or The Product Folks meetup
Contribute technically — answer from the floor, not the DMs. Follow up on LinkedIn within 24 hours. One good meetup contact = 2–4 referrals.
Network
Days 46–60 — International Crack
Post on r/forhire — 1st and 15th of each month
"[For Hire] Systems Engineer (India/Remote) — AI-accelerated backend, $35/hr, first 5 hours free." Body: stack, GitHub, Wise payment. Respond within 1 hour of any reply.
Critical
Target EU founders for timezone overlap advantage
1:30–4:30 PM IST = 9 AM–12 PM CET. Real edge over US-focused Indian freelancers. Search IndieHackers for UK, Germany, Netherlands founders. Mention overlap in pitch.
Strategy
Close first international project — target $500–1,000
Scope tightly: "backend audit + one feature." 5 free hours → paid continuation. "$35/hr that delivers $150/hr value." Receive via Wise.
Money
Phase 4

Days 61–90 · Scale to ₹1L+

Retainer stability → Fractional CTO positioning → ₹2L/month path.

0%0/0
Days 61–75 — Retainer Push
Pitch retainer to best project client (use template)
"For ₹50K/month I'm your on-call architect — 20 hrs/week, architecture decisions, code reviews, sprint planning. Cheaper than senior hire. Faster than new contractor each time."
Critical
Reframe ALL case studies in business outcome language
"Reduced API response time 60%, enabling 3x traffic at same cost" not "refactored codebase." Every deliverable needs one business sentence. This unlocks Fractional CTO at Month 6.
Positioning
Apply for Google for Startups ($200K GCP) + Microsoft for Startups ($150K Azure)
startup.google.com + startups.microsoft.com. Apply with RAG project + client case studies. Microsoft includes GitHub Copilot + OpenAI credits. 30-minute applications worth doing.
Resources
Ask every happy client for a referral (use referral template)
"Do you know any other founders building backend-heavy products?" Referral conversion = 3–5x cold outreach. Best channel from Month 3. One startup network client = 4–8 warm leads.
Pipeline
Days 76–90 — Path to ₹2L+
Begin Fractional CTO positioning for pre-seed startups
"Architecture review, hiring plan, AI integration strategy — ₹1–1.5L/month." Need 2–3 business-language case studies. 2 clients × ₹1.25L = ₹2.5L/month.
Scale
Apply to Toptal (long game — $60–120/hr)
Screening is hard (2–3 weeks). Apply Month 3+ with 1–2 case studies. Toptal clients are serious, pay fast, and refer. Worth investment once you have proof.
Long game
Make the Month 12 decision: Own product vs. join AI startup as first engineer
Option A: DevTools SaaS — "AI-powered API doc generator" — 30-day MVP. Option B: Wellfound "first engineer" roles, negotiate 1%+ equity + cash. Decide Day 90, act Month 4.
Decision

Client Sources

Every channel — 45+ sources, Indian + international + niche

45+ sources

🇮🇳 Indian Startup Ecosystem

Days 8–30
Job Board · India-first

AngelList India / Wellfound

Filter: engineering + remote + contract. Message founders directly — not HR. Target 5–20 person companies (faster decisions). Search "backend engineer" at Seed/Pre-Seed stage.

FreeDirect DM
wellfound.com ↗
Forum · 200K+ members · Inbound

r/developersIndia

Don't post "jobs wanted." Answer system design questions deeply. Post architecture case studies. Every quality post = 5–15 profile visits. Pin GitHub in every comment. Compounds over time.

FreeInbound
reddit.com/r/developersIndia ↗
Events · Founder-heavy · Warm leads

Hasgeek

Technical meetups where founders show up. Contribute — answer questions from the audience. These are the warmest leads because shared context already exists before you DM.

FreeWarm
hasgeek.com ↗
Events · India's largest product community

The Product Folks

Founders, PMs, engineers. Attend talks, contribute to discussions. Post architecture case study in their Slack — gets traction from technical founders fast. Free membership.

FreeWarm
theproductfolks.com ↗
Discord · Blume Ventures · Curated

Kernel by Blume

Mix of founders, operators, engineers — India-focused. 5+ genuine helpful replies before self-promotion. DM founders after real contributions. High signal, lower volume.

FreeHigh Signal
Discord · System Design · Technical

Arpit Bhayani's Community

System design focused. Engineers AND startup founders. Answer advanced questions — positions you as the expert. People DM you. The positioning you want: "the person who thinks about architecture."

FreeTechnical
LinkedIn · High volume · Active founders

LinkedIn Founder Outreach

Search: "CTO OR founder" + "SaaS" + "India." Filter 500–5K connections. Post architecture articles — founders who engage are warm leads. DM within 24 hrs of their activity.

Free20/day
linkedin.com ↗
Reddit · r/IndiaStartups · Underused

r/IndiaStartups + r/startupIndia

Founders venting about technical problems = perfect clients. Search "backend," "scaling," "slow," "engineer needed." Comment with useful answer → DM with audit offer. Less competition than LinkedIn.

FreeUnderused
reddit.com/r/IndiaStartups ↗

🌍 International Sources

Month 2–3 focus
Freelance · 0% commission

Contra

Zero commission vs Upwork's 20%. US/EU founders use it. Add explicit $35–40/hr rate. Accepts Wise. Best platform for Indian freelancers targeting international clients.

0% feeWise OK
contra.com ↗
Community · Solo founders

IndieHackers Job Board

Solo founders and small teams. Filter "remote + contract." Look for "messy backend," "need to scale," "adding AI features." 3 applications/day. EU founders preferred.

FreeEU/US
indiehackers.com/jobs ↗
Reddit · Direct hire · Post 2x/month

r/forhire

Post on 1st and 15th. "[For Hire] Systems Engineer — AI-accelerated, $35/hr, first 5 hrs free." Include GitHub + Wise payment details. Respond within 1 hour of any reply.

FreePost 2x/mo
reddit.com/r/forhire ↗
HN · Technical founders · Monthly

HackerNews "Who's Hiring"

First Monday of every month. Search "remote + backend + AI." Technical founders value depth. Apply under 100 words — lead with GitHub. Highest signal international leads.

FreeHigh signal
news.ycombinator.com ↗
Remote-first · US/EU · Contract

We Work Remotely

US/EU companies actively hiring remote. Filter "contract + part-time." Small companies can't afford US rates — your India pricing is compelling. Apply 3–5/day.

Free to apply
weworkremotely.com ↗
YC portfolio · 4000+ companies

YC Work at a Startup

4000+ YC portfolio companies. Well-funded, move fast, value quality. Filter "contract + backend." Apply with GitHub, not CV. These companies have remote hiring figured out.

Free
workatastartup.com ↗
Twitter · Build in public · Compound

Build in Public (#buildinpublic)

Reply to founders tweeting about technical problems — give a useful answer publicly. DMs from Twitter convert well because they're pre-sold on your thinking style. 20 min/day.

FreeCompounds
ProductHunt · Makers · Right now

ProductHunt Ship

Makers launching products need backend help RIGHT NOW. Comment on 500+ upvote launches (small teams) with technically useful observation → DM with audit offer.

Free
producthunt.com ↗

⚡ Niche High-Signal Channels

less competition, better quality

Reactiflux Discord

100K+ JS/React devs. #jobs channel. Startups post here before mainstream boards. Node.js backend work frequently posted.

reactiflux.com ↗

Toptal (Long Game)

Pass hard screening (2–3 weeks) → $60–120/hr access. Apply Month 3+ with 1–2 case studies. Every Toptal client is serious and pays fast.

toptal.com ↗

Lemon.io

EU-focused for startups. Vetted devs get 3–5 client intros/month. $45–80/hr range. Apply Month 2 with portfolio ready.

lemon.io ↗

Gun.io

High-end remote for US clients. Vetted only. $50–100/hr. Screening 1–2 weeks. Apply with your RAG project as proof of depth.

gun.io ↗

Braintrust

Decentralized talent network. 0% platform fee. US enterprises and funded startups. Backend engineers in demand. Strong portfolio required.

usebraintrust.com ↗

r/ExperiencedDevs

Hiring managers lurk here. Post architecture case studies (not "hire me"). Quality technical posts get DMs from hiring managers within days.

r/ExperiencedDevs ↗

Upwork (Strategic)

Only apply to "AI integration," "system design," "backend architecture" jobs with $500+ budgets. Propose value-based pricing, not hourly. Ignore everything under $50/hr.

upwork.com ↗

GitHub Issues

Find active OSS projects with "help wanted" issues. Fix something impactful — maintainer remembers you when they need paid work. Highest-quality leads, slowest build.

github.com/explore ↗

Slack Communities

Mind the Product, Rands Leadership, Online Geniuses, SaaS Alliance. Each has #jobs or #freelance channels. Much less crowded than Reddit/LinkedIn.

📧 Cold Email List Sources

build your own lead lists

Crunchbase Free

Recently funded Indian startups. Filter: "India + Seed + last 6 months." Just got money = need engineers NOW. Free tier has enough data.

crunchbase.com ↗

Tracxn

Indian startup database. Find by vertical (fintech, SaaS, devtools). Lists technical co-founders with LinkedIn profiles. More India-focused than Crunchbase.

tracxn.com ↗

YourStory Database

India startup news + database. Find recently covered startups → find founders on LinkedIn → DM within 24 hours while they're in spotlight mood.

yourstory.com ↗

Clutch.co

B2B ratings platform. Create company profile as freelancer. Clients searching "backend developers India" find you. Reviews = social proof. Build Month 2–3.

clutch.co ↗

GoodFirms

Strong India presence. List as "AI/ML developer" or "backend architect." Clients here are often mid-market with real budgets.

goodfirms.co ↗

Hunter.io

Find founder email addresses. Free: 25 searches/month. Enough for targeted cold email alongside LinkedIn DMs.

hunter.io ↗

Build Your Pipeline — All 14 Methods

Every acquisition channel, ranked by speed of first revenue

14 channels
01
Awareness
Reddit/LinkedIn/GitHub — they know you exist
02
Interest
They check your GitHub, read your README
03
Conversation
30-min architecture call via Cal.com
04
Proof
Free audit or 5 hours — low-risk entry
05
Paid
First invoice ₹8K–40K or $500–1K
06
Retain
₹40–60K/month retainer pitch
Pipeline Math
20 DMs/day × 22 days = 440 outreach. 10–15% response = 44–66 replies. 30% call = 13–20 calls. 25% convert = 3–5 clients. You need 1–2 to survive. Works only if you do 20/day every day.

All 14 Acquisition Channels

ranked by speed to first revenue
📧

1. Cold LinkedIn DM — Indian Founders FASTEST · Days 1–14

Lead with their specific technical problem — not your resume. Name one concrete risk in their product. Offer free 30-min call. Zero financial ask in message 1. Most DMs are generic — yours is specific. Win rate: 10–15%.

Volume: 20/dayResponse: 10–15%First ₹: 2–3 weeksSee: Templates tab
🎯

2. Free Architecture Audit → Upsell HIGHEST CONVERSION

Offer free C4 diagram + 5-page design doc. Find 3 real specific problems. Conversion to paid build: 60–70%. Best close rate of any channel. Use aggressively after first 20 DMs.

Close time: 3–5 daysConversion: 60–70%Follow-on: ₹25–40K
📝

3. Reddit Architecture Posts (Inbound) 1 week build · passive forever

800-word breakdown of Zepto/Swiggy/Razorpay architecture. Post r/developersIndia + r/ExperiencedDevs. Each good post: 500–2K views, 3–8 DMs. Pin GitHub in comments. Works once or twice max — then switch to answering others.

DMs per post: 3–8Frequency: 1x/2 weeks maxType: Inbound (warm)
🌍

4. r/forhire + IndieHackers — International Month 2 target

Post r/forhire on 1st and 15th. Apply to 3 IndieHackers jobs daily. EU founders first (1:30–4:30 PM IST = 9 AM CET). First $500–1000 project typically from here by Month 2–3.

Volume: 3 apps/day + 2 posts/moFirst revenue: $500–1K
🏗️

5. Discord Community Contribution 2–3 week warm-up

Striver's, Arpit Bhayani, Kernel (Blume), Reactiflux. 5+ genuine helpful replies before any self-promotion. Warm community DMs convert 3x better than cold outreach.

Daily effort: 30 minConversion: 3x vs coldCompounds: Yes
📰

6. LinkedIn Technical Articles 2–3 weeks

600–800 word articles with C4 diagrams. 2x/month. Each = 200–500 views, 5–20 profile visits, 1–3 warm DMs. "Why startup backends break at 10K users" or "I built a backend in 3 days with AI."

Frequency: 2x/monthEffort: 3–4 hrs eachType: Slow inbound
🚀

7. Accelerator Portfolio Outreach Week 2–3

Surge, Antler, 100X.VC portfolios. Lead with specific product architecture observation. These companies have budgets and need engineers but can't afford ₹3L+/month FTE. Perfect fit.

Volume: 20/day from listRate: ₹40–80K/monthQuality: High
🎪

8. In-Person Meetups 1–3 months · highest quality

Hasgeek, The Product Folks, local startup events. Contribute technically during the event. Follow up on LinkedIn within 24 hours with something specific. One meetup contact = 3–4 referrals.

Frequency: 1–2x/monthQuality: Highest (in-person)Referral chain: Yes
🐦

9. Twitter/X — Reply to Founders Month 2–3

#buildinpublic, #indiehackers, #devtools. Reply publicly with useful answers when founders tweet about technical problems. DMs from Twitter convert well — they're pre-sold.

Daily: 20 minType: Slow compound
📦

10. GitHub Portfolio — Passive Inbound Set up Week 1 · works forever

Every pinned repo with deep architecture README = 24/7 salesperson. Add Cal.com booking link. Passive inbound with zero ongoing effort after setup. Check GitHub traffic analytics weekly.

Setup: Week 1Maintenance: MinimalType: Passive forever
🔁

11. Referrals from Clients Starts Month 3

After every project: "Do you know any founders building backend-heavy products?" Referral conversion = 3–5x cold. One client in a VC network = 4–8 warm leads. Best channel from Month 3 onward.

Effort: Just askConversion: 3–5x coldStarts: Month 3
📊

12. HackerNews "Who's Hiring" 1st Monday/month

First Monday each month. Search "remote + backend + AI." Apply under 100 words — lead with GitHub. Technical founders who post here respect engineering depth.

Frequency: 1st Monday/monthApplications: 5–10Quality: High
📬

13. Cold Email to Funded Startups Month 2+

Crunchbase/Tracxn → find recently funded startups → hunter.io for email (25 free/month) → 3 sentence email. Subject: "Quick thought on [Product]'s [specific system]." Response rate: 5–8%.

Emails/day: 5–10Response: 5–8%Budget: Higher than LinkedIn
🎙️

14. Build in Public on Twitter/LinkedIn Month 1+ · compound

"Day 23 of building a freelance engineering career from ₹0." Founders DM the people building in public. 1 post every 2–3 days. Takes 3–6 weeks to see traction, then compounds heavily.

Frequency: 1 post/2–3 daysCompounds: Month 2+Authenticity: Required

Daily Tracking System

Run This Every Morning (15 minutes)
Spreadsheet columns: Name | Company | Channel | Sent | Response Y/N | Stage | Revenue | Notes

Stages: Sent → Replied → Call → Call Done → Audit → Proposal → Paid → Retainer | Dead

Actions: "Call Done" 2+ days no follow-up → send audit offer. "Proposal" 4+ days → gentle nudge. "Dead" 30 days → cold re-engagement list.

Accelerators & Ecosystems

Portfolio companies hire aggressively — DM founders directly

20+ programs

🔥 India Tier 1 — Hire Most Aggressively

Sequoia · SEA+India · Series A adjacent

Surge by Sequoia

20 companies/cohort, well-funded, actively building. Pay ₹40–80K/month contract with no procurement process. Portfolio at surgeahead.com/portfolio. Filter SaaS/fintech/devtools.

₹40–80K/moActive hiring
surgeahead.com/portfolio ↗
Global VC · Day 0 · Bangalore

Antler India

20–30 teams/cohort, Day 0. Founders actively building with no engineering team. Will give you a test project — foot in the door. antler.co/india + their LinkedIn page.

Day 0First contract
antler.co/location/india ↗
India-specific · 100 startups/year

100X.VC

100 Indian startups/year at pre-seed. Capital-constrained = contractor over FTE senior. Portfolio fully public. Founders are accessible and respond to DMs with specific technical observations.

Capital-constrainedDM-responsive
100x.vc/portfolio ↗
Pan-India · Series A/B · Higher rates

Blume Ventures Portfolio

Series A/B companies with real revenue. ₹60K–1L/month contract. Use Kernel community for warm intro. Blume founders active on Twitter — engage there first, then DM.

₹60K–1L/moWarm intro needed
blume.vc/portfolio ↗
Matrix Partners India · Consumer+SaaS

Matrix Partners India

Consumer + SaaS focused. Portfolio includes Ola ecosystem, Dailyhunt adjacents. Target Seed-stage companies for highest accessibility. matrixpartners.in/portfolio

matrixpartners.in ↗
Kalaari Capital · B2C+B2B

Kalaari Capital Portfolio

One of India's oldest VCs. Seed/Series A companies actively need contract engineers. Founders approachable on LinkedIn. kalaari.com/portfolio

kalaari.com/portfolio ↗

🌐 Global Accelerators — International Clients

YC · Most prestigious · 4000+ portfolio

Y Combinator — Work at a Startup

4000+ portfolio companies. Well-funded, move fast, value quality, many remote-friendly. Apply with GitHub — not resume. Filter "contract + backend." workatastartup.com

workatastartup.com ↗
EU-focused · London+Berlin · Timezone

Entrepreneur First (EF)

UK/German founders = EU timezone (1:30–4:30 PM IST = 9 AM CET overlap). Portfolio at joinef.com/companies. Pitch EU overlap explicitly.

joinef.com/companies ↗
500 Startups · Global · India batch

500 Global Portfolio

Global accelerator with India batch. Companies at 500.co/companies. Many in fintech/SaaS needing backend help. Less competitive than YC for cold outreach.

500.co/companies ↗
Techstars · Global · 3000+ alumni

Techstars Alumni

3000+ companies globally. Find alumni on LinkedIn ("Techstars alumni" + "founder" + sector). Community-minded founders more likely to respond to well-crafted DMs.

techstars.com/portfolio ↗

💰 Free Credits — Apply All of These

Program Value How to Access Apply By
AWS Activate $1K–$25K Via incubator: NASSCOM 10K Startups, T-Hub, CIIE.CO · activate.aws Week 5
Google for Startups Up to $200K GCP startup.google.com — apply with project + any client proof Month 2
Microsoft for Startups $150K Azure startups.microsoft.com — includes GitHub Copilot + OpenAI credits Month 2
Vercel Startup Free Pro plan Email startups@vercel.com with project link Week 2
Supabase Startup $300 credits supabase.com/docs/guides/platform/going-into-prod Week 1
Groq Free 14,400 req/day console.groq.com — LLaMA 3 at 500 tok/sec Day 1
Together AI $25 free api.together.ai Week 1
Qdrant Cloud 1GB vector store cloud.qdrant.io Day 1

Templates & Scripts

12 copy-paste ready scripts — customize [brackets] only

12 templates

01 — LinkedIn Cold DM (Indian Founder)

Subject/connection note: "Saw [Company] is building [specific thing] — quick thought on the architecture" Message: Hi [Name], Noticed [Company] is scaling [specific feature]. I looked at your stack from [job post / GitHub / PH] and there's likely a [specific bottleneck — e.g. "cold start latency if your inference is on Lambda"]. I'm a systems engineer who uses AI to ship 3–5x faster than a typical hire. I can do a 30-min architecture review — no charge. If it's useful, we talk about working together. [Cal.com booking link] · [GitHub link]

02 — International Pitch (r/forhire, IndieHackers, Contra)

I'm a systems engineer based in India. I specialize in cleaning up messy backends and adding AI features to existing products. I use AI to ship 3–5x faster than a typical contractor, so my rate ($35–40/hr) delivers $100+/hr value. First 5 hours at no charge to prove fit before you commit. Stack: Python / Node.js / Go · distributed systems · RAG pipelines · LLM cost optimization Recent work: [GitHub] — read the architecture decision doc in the README Timezone: IST (UTC+5:30) · EU overlap 9 AM–12 PM CET · async for US Payment: Wise (USD/EUR → INR)

03 — Free Audit Offer (follow-up)

Hi [Name], I looked at [product] more carefully. There's likely a [specific issue — e.g. "connection pool exhaustion under concurrent writes"] that becomes a real problem at [scale threshold — e.g. "500 concurrent users"]. I can do a 30-min architecture review: C4 diagram + 3 specific risks — no charge. If it's useful, we talk about fixing it together. If not, you keep the free system map. Book here: [Cal.com link]

04 — Retainer Pitch (after successful project)

Hi [Name], Glad [specific outcome — "the payment webhook went live cleanly"]. I have one retainer slot open this month. ₹50K/month — 20 hrs/week: architecture decisions before you build them wrong, code reviews, sprint planning. Cheaper than a senior hire (₹3L+/month). Faster than finding a new contractor every time. Want to try 30 days?

05 — Referral Ask

Hi [Name], glad [project outcome]. Quick ask: do you know any other founders building backend-heavy products who might need similar help? Even a warm intro means a lot. I'll offer them the same free audit to get started.

06 — HackerNews / r/ExperiencedDevs Application

Systems engineer, India (remote). Python/Go/Node · distributed systems · RAG architecture. Use AI to ship backends 3–5x faster. Recent: production RAG system for legal documents in 5 days — architecture doc, cost analysis, load tests included in README. Rate: $35–40/hr. Wise for payment. UTC+5:30 (EU overlap 9 AM–12 PM CET). GitHub: [link]

07 — Reddit Architecture Post (trigger post)

Title: "I analyzed how [Zepto/Swiggy/Razorpay]'s [system] probably works — architecture + what I'd redesign" Structure (800 words): 1. The Problem (2 para) — why this system is hard to build at speed 2. How it probably works (300w) — inference from public info, job posts, tech blogs 3. Hardest specific sub-problem (200w) — e.g. oversell prevention, real-time routing 4. What I'd redesign (200w) — concrete alternative with explicit trade-offs 5. C4 Container diagram (embed image from draw.io export) 6. "What would you do differently?" — invite discussion Pinned comment: "Built a similar system. Architecture docs + code: [GitHub]"

08 — LinkedIn Article Hooks

Hook A: "Why most startup backends break at 10,000 users (and 3 decisions that prevent it)" Para 1–3: 3 bottlenecks. Para 4–9: each bottleneck + solution. C4 before/after. CTA: "I do architecture audits. DM me." Hook B: "I built a production backend in 72 hours using AI. Here's what I own vs what AI owns." AI = boilerplate, tests, docs. You = architecture, edge cases, production hardening. End: deliverable list + GitHub + Cal.com link.

09 — Build in Public Post (every 2–3 days)

"Day [N] of building a freelance engineering career from ₹0. This week: [what you shipped / who you talked to / what didn't work]. [One specific technical thing you learned] [One honest reflection — what worked, what failed] Currently: [pipeline status anonymized — '2 leads in discovery, 1 audit in progress']" // Post every 2–3 days. Authenticity > polish. Founders DM you because they relate.

10 — Cold Email (3 sentences max)

Subject: Quick thought on [Product]'s [specific system] Hi [Name], Noticed [Product] recently [milestone — raised funding / launched / posted backend engineer job]. I looked at your stack from [source] and there's likely a [specific bottleneck] that will become painful at [scale]. I do free 30-min architecture reviews. Worth a quick call? // 3 sentences max. Specific > generic. Never mention rate in email #1.

11 — GitHub README CTA Section

## Working with me Available for architecture audits, MVP builds, and AI infrastructure projects. If you're building something backend-heavy and want a second pair of eyes before you commit to the architecture — book a free 30-min call. → [Book a free architecture review](cal.com/yourname)

12 — Scope Definition (before every project)

Project Scope — [Client Name] — [Date] Problem: [1 sentence — their problem in their words] Deliverables: 1. [Specific deliverable 1] 2. [Specific deliverable 2] 3. Architecture doc (C4 diagram + ADRs) Business outcome: "This system will handle [X] load, reducing [Y] cost by [Z]%" Timeline: [N] days Price: ₹[X] fixed (not hourly) Out of scope: [What is explicitly NOT included] // Send before every project. Protects you. Sets professional expectations.

Tool Stack — ₹0 to Production

Every tool you need, all free tier, 35+ organized by category

35+ tools

🏗️ Backend Infrastructure

Day 1 setup
🚂

Railway

Deploy backends in 60 seconds. Free $5/month credits. Postgres, Redis, custom Docker. Default deployment platform until revenue hits ₹40K.

Free tier railway.app ↗

Supabase

Postgres + Auth + Storage + Realtime. Free: 500MB DB, 50K MAU. Better than rolling your own auth every project.

Free tier supabase.com ↗
🔴

Upstash Redis

Serverless Redis. Free: 10K commands/day. Caching, rate limiting, session storage, pub/sub. Pay-per-use after free tier.

Free tier upstash.com ↗
🐳

Coolify (Month 3+)

Self-hosted Railway/Vercel on Hetzner CX21 (€3.79/mo ≈ ₹350). Better margins. Only activate once revenue hits ₹40K.

coolify.io ↗
🔧

Render

Railway alternative. Free tier for web services (spins down after 15min inactivity — fine for demos). Good fallback when Railway credits run low.

Free tier render.com ↗
☁️

Cloudflare Workers

Edge computing free: 100K requests/day. Use for API gateways, auth middleware, rate limiting. Pairs with D1 (SQLite at edge, free).

100K req/day workers.dev ↗

🤖 AI / LLM Stack

your competitive moat

Groq

LLaMA 3 at 500+ tok/sec. Fastest inference available. Free: 14,400 req/day. For RAG responses, code gen pipelines, fast chat backends.

14,400 req/day console.groq.com ↗
🔀

OpenRouter

Route to 100+ LLMs with one API key. Free credits on signup. Cost-optimize: cheap models for simple tasks. Show clients: "₹200 LLM cost this month instead of ₹15K."

Free credits openrouter.ai ↗
🔍

Qdrant Cloud

Vector DB for RAG. Free: 1GB storage, 1 node. Better than Pinecone free tier for production. Self-hostable for data-residency clients.

1GB free cloud.qdrant.io ↗
🧠

Together AI

Open-source model hosting (Llama, Mistral). $25 free credits. Use for fine-tuned models or when Groq is rate-limited. Good for compliance-sensitive clients.

$25 free api.together.ai ↗
🔗

LangChain / LlamaIndex

RAG frameworks. LlamaIndex = better for document pipelines (Indian legal/enterprise). LangChain = agent orchestration. Both free, MIT licensed.

Free / MIT llamaindex.ai ↗
📊

Langfuse

LLM observability — trace every call, see costs, debug prompts. Free: 50K traces/month. Show clients actual LLM cost per feature. Differentiator.

50K traces/mo langfuse.com ↗

📐 Architecture & Docs

proof-of-depth tools
📊

draw.io (diagrams.net)

Free C4 diagrams. Enable C4 shape library: File → Shapes → C4. Exports PNG/SVG. Professional output. Your primary architecture tool. No excuses.

Completely free diagrams.net ↗
🏗️

Structurizr Lite

C4 as code (DSL). Self-host via Docker (free). Diagram-as-code = version controlled architecture docs. Impressive to technical clients.

Free self-host structurizr.com ↗
📝

Notion (free)

ADRs, project wikis, client-facing deliverable pages. Share read-only Notion as professional deliverable — more impressive than a PDF.

Free personal notion.so ↗
🔄

GitHub Actions

Free CI/CD: 2,000 min/month. Lint → test → deploy to Railway on every push. Tells clients: "Automated deployment — no manual deploys ever."

2000 min/mo github.com ↗

💰 Payments & Business

💸

Wise

Accept USD/EUR. Converts to INR. No US bank needed. Verification: 24–48 hrs. Fee: ~0.5–1% vs PayPal's 4–5%. Set up Day 1.

Free account wise.com ↗
📅

Cal.com

Free open-source Calendly. Add to GitHub README + LinkedIn. "Book a free 30-min architecture call" — removes all friction from audit offer.

Free cal.com ↗
📋

Invoice Ninja

Professional invoicing, free for 1 user. Multi-currency. Looks legitimate — clients respect it vs a Google Docs invoice.

Free tier invoiceninja.com ↗
🔍

Hunter.io

Find founder email addresses. Free: 25 searches/month. Enough to run a targeted cold email campaign alongside LinkedIn DMs.

25 searches/mo hunter.io ↗
📏

k6 / Locust

Free load testing. Run 100-concurrent-user test, screenshot results, add to README. "Tested to 100 concurrent users" impresses non-technical founders.

Free k6.io ↗
🤖

Cursor IDE

AI-first IDE. Free trial, then $20/month. If billing $35/hr and Cursor saves 3 hrs/week = $140/week saved. ROI is obvious. This is infrastructure, not luxury.

cursor.sh ↗

Survival Math

Monthly burn ₹12–15K · Every number below is a floor, not a target

12-month map
₹12KMonthly burn (min)
60Days to first cash
₹2L+Month 12 target
$35/hrIntl floor rate

Month-by-Month Revenue Map

Month Target Floor (Survive at) Primary Source If Missed
Month 1 ₹15,000 ₹8,000 1–2 architecture audits ₹8–12K Portfolio + outreach active — adjust message, don't panic
Month 2 ₹25,000 ₹15,000 2 projects or first retainer signal Open international pipeline immediately
Month 3 ₹40,000 ₹25,000 1 retainer OR 2 projects + 1 intl project Push retainer pitch harder to best client
Month 4–5 ₹60,000 ₹40,000 Indian retainer + 1 international client Fractional CTO pitch must begin, Toptal application open
Month 6 ₹1,00,000 ₹60,000 International ($800+) + Indian retainer Re-evaluate positioning — something wrong with pitch or proof
Month 9 ₹1,50,000 ₹1,00,000 2 retainers OR fractional CTO starts Toptal + higher-trust platforms (Gun.io, Lemon.io)
Month 12 ₹2,00,000+ ₹1,50,000 2 fractional CTO retainers OR equity startup role

Pricing Tiers

Offering Price Deliverable Timeline Converts To
Architecture Audit ₹8–12K C4 diagram + 5-page design doc + 3 risk callouts 2–3 days 60–70% → build contract
MVP Backend Build ₹25–40K Deployed backend + GitHub + architecture doc + handover 5–7 days Retainer pitch
Indian Retainer ₹40–60K/mo 20 hrs/week: on-call architecture + code reviews + sprint planning Ongoing Stability + referrals
International Project $500–1,000 Backend feature or system audit 1–2 weeks Ongoing at $35–40/hr
International Retainer $800–1,500/mo 20 hrs/week dedicated engineering support Ongoing ₹65K–1.2L/month
Fractional CTO ₹1–1.5L/mo Architecture review + hiring plan + AI integration strategy Month 6+ ₹2L+ at 2 clients

🚨 Failure Modes — Know These Cold

Competing on price
Never quote hourly to Indian clients. Never drop below tier pricing. Once you drop, you can never raise. Body shops always beat you on price — don't play that game.
Over-engineering MVPs
AI accelerates — use it. Ship working product in 3 days. Document shortcuts in architecture doc. Founders pay for working product, not perfect code.
Staying local past Month 6
India contractor ceiling is ₹80–100K/month. International pays 3–5x. Must crack US/EU by Month 6 or you hit a ceiling that's very hard to break later.
"Almost-client" tax
20–30% of time goes to founders who take 3 calls then ghost. Budget for it: Month 1 target is ₹15K not ₹20K so a bad pipeline week doesn't break you psychologically.
Reddit as recurring strategy
Zepto-style post works once or twice. After that the community spots self-promo. Switch to answering others' questions after Week 3 — that scales without backlash.
Technical language to founders
Always translate: "Reduced API response time 60%, enabling 3x traffic at same infra cost" not "refactored the ORM layer." Every deliverable needs one business outcome sentence.

Week-by-Week Activity Targets

Week Revenue Target DMs Sent Posts/Articles Key Milestone
Week 1 ₹0 (build) 0 1 Reddit post (project launch) RAG project live on GitHub
Week 2 ₹0 (pipeline) 140 1 LinkedIn article + 1 Reddit breakdown First 5 warm responses in pipeline
Week 3 ₹0–8K 140 Community contributions daily First architecture call booked
Week 4 ₹8–15K 140 1 LinkedIn article First paid audit invoice sent
Week 5–6 ₹15–25K 100 r/forhire post (1st of month) First build project contract
Week 7–8 ₹25–40K 80 LinkedIn + Twitter consistency Retainer pitch to best client
Week 9–12 ₹40–60K 60 (quality over volume) Build in public posts First international client ($500+)