Salud Capital
New Venture Launch Playbook
Internal Reference
Salud Capital · Platform Operations

New Venture Launch Playbook

A complete reference for standing up a new company, product, or revenue-generating agent — from domain registration to payment-ready production deployment. Every component, cost, timeline, and reusable asset catalogued for rapid execution.

48–72 hrs
MVP to live site
~$18/yr
MVP hosting cost
3–4 wks
Production launch
10+
Reusable templates
⚠ Always Run This First
Before touching any DNS panel, identify who is actually authoritative:
nslookup -type=NS yourdomain.com 8.8.8.8

The registrar (GoDaddy, Squarespace) is often NOT the authoritative nameserver. Changes made in the wrong panel are invisible to the world. At Salud Capital, saludcap.com is controlled by Microsoft 365 (bdm.microsoftonline.com nameservers) — not SiteGround or Squarespace despite accounts existing there.
nslookup NS returnsAuthoritative DNS is atWhere to make changes
*.siteground.netSiteGroundSite Tools → DNS Zone Editor
*.squarespace.comSquarespaceDomains → DNS Settings
*.ns.cloudflare.comCloudflaredash.cloudflare.com → DNS
*.bdm.microsoftonline.comMicrosoft 365 ← Salud Capitaladmin.microsoft.com → Domains → DNS Records
*.googledomains.comGoogle Domainsdomains.google.com → DNS
RecordNameValuePurpose
A@185.199.108.153GitHub Pages — add all 4
A@185.199.109.153
A@185.199.110.153
A@185.199.111.153
CNAMEwwwsaludcap.github.iowww redirect to GitHub Pages
TXT_github-pages-challenge-OrgName(code from github.com/settings/pages)GitHub domain ownership verification
DNS Pitfalls
Doubled hostname: Enter only the prefix in Name field (e.g. _github-pages-challenge-SaludCap) — DNS editor appends domain automatically. Entering full hostname causes double-appending and record never resolves.

Cloudflare proxy: GitHub Pages A records must be DNS only (gray cloud). Proxied (orange) breaks GitHub Pages.

Never delete: MX records, SPF TXT, DMARC TXT, DKIM CNAME — deleting any of these breaks email immediately.

Verify changes saved: Query the authoritative NS directly before waiting for public propagation: nslookup -type=A domain.com ns1.authserver.com
ComponentTool / ServiceMonthly CostSetup TimeNotes
DomainSquarespace / Google Domains~$1.50/mo5 minUse .com — verify NS after purchase
DNS managementMicrosoft 365 / CloudflareFree30 minAlways run nslookup NS first
Static hosting (MVP)GitHub PagesFree15 minPublic repo required. Subpath or custom domain.
Production hostingVercelFree–$20/mo30 minNext.js native, auto-deploy from GitHub
AuthenticationClerkFree–$25/mo2 hrsSocial, email, Web3, SIWE, Tangem tap
DatabaseNeon PostgresFree–$19/mo1 hrServerless, branching for dev/prod
PaymentsStripe Connect2.9% + 30¢/txn2 hrsSalud Capital is the platform account
EmailMicrosoft 365 E5$22/user/mo1 hrAlready running — alias new domains to saludcap.com
Brand systemClaude + CSS varsFree1–2 hrsCopy Salud brand CSS, swap colors/fonts
Research portalGitHub Pages staticFree4–8 hrsReuse research/portal/index.html template
Investor portalGitHub Pages + SHA-256Free2 hrsReuse investor/index.html — swap credentials
AI generationClaude API / Claude CodeUsage-basedOngoingPrimary build, research, doc generation tool
AnalyticsVercel AnalyticsFree–$10/mo15 minOne script tag — no cookie consent needed
Image hostingCloudinaryFree–$89/mo30 minCDN + transforms for card art, media
Blockchain (optional)Polygon / AlchemyFree–$49/moVariableERC-4337 accounts, token deploy, IPFS
MonitoringVercel + SentryFree30 minError tracking, uptime, performance

MVP Static Launch (Days, Not Weeks)

Day 1 — Foundation
4–6 hrs
~$18/yr
Domain, GitHub repo, brand system, homepage HTML
Day 1–2 — Content
4–8 hrs
Claude API
Research articles, product spec, internal brief, KB
Day 2 — Portals
4–6 hrs
Free
Research portal, investor portal, SHA-256 auth
Day 2–3 — DNS
1–4 hrs
Free
Identify NS, add records, verify, HTTPS provisioning
Total MVP
2–3 days
~$18/yr
Live site, research + investor portals, custom domain, HTTPS

Production Launch (Full-Stack App)

PhaseTasksTimeCumulative Cost
Week 1Next.js scaffold, Vercel deploy, Clerk auth, Neon schema design16–24 hrs~$0–40
Week 2Core product features, Stripe integration, admin dashboard24–40 hrs~$40–80
Week 3Beta testing, content, SEO, email flows, analytics setup16–24 hrs~$80–120
Week 4Launch, monitoring, iteration, investor materials8–16 hrs~$120–200
TotalFull-stack app, auth, payments, DB, monitoring, live3–4 weeks~$200/mo ongoing
AssetFile / LocationReuse TimeWhat to Change
Homepageindex.html (root)1–2 hrsBrand colors, sector content, company name
Research portalresearch/portal/index.html2–3 hrsArticle cards, vault folder, gated content
Investor portalinvestor/index.html1 hrSHA-256 credentials, offering details
Admin panelinvestor/admin.html30 minLinks, section labels, project cards
Projects pageprojects.html30 minProject cards, status tags, links
Research articleSC_Solana_Deep_Dive.html (canonical)1–2 hrsContent sections, title, cover metadata
Internal briefsalud-vault-internal-brief.html2 hrsProduct narrative, strategy, financials
Token/product specsaludcoin-token-spec-v2.html4–8 hrsToken names, architecture, code samples
Dev manualSalud_Capital_Platform_Dev_Manual.html1 hrAdd/update sections for new venture
Brand CSS system:root vars in any Salud HTML15 min5 color values + 3 font families
Knowledge Base templateresearch/portal/connectedhealth-knowledge-base/2 hrs7-paper folder structure + index page
🤖 For Fully Automated Agent Deployment
For an agent to stand up a new venture autonomously, it needs credentials and access to all of the following. With complete access, a new revenue-generating web presence can be live in 48–72 hours from idea to indexed, HTTPS-secured, payment-ready site.
StageStackMonthly CostRevenue Threshold to Cover
MVP / Pre-revenueGitHub Pages + free tiers only~$1.50/moAny single sale
Early tractionVercel Pro + Neon + Clerk free~$40–60/mo2–3 subscriptions
GrowthFull stack + Stripe revenue offset~$100–200/mo5–10 subscriptions
ScaleEnterprise tiers + dedicated infra$500+/moSelf-funding at this point
Part of the Salud Capital Knowledge System
🏠 Master Hub 📖 Dev Manual 🔐 Security → 🌐 DNS Guide →