What each marketing file does, where and how to publish it, whether you need hosting, and a day-by-day execution plan from pre-launch to first paying customer.
Five HTML files and one PPTX in the jobseam-marketing/ folder. All HTML files are fully self-contained — screenshots, styles, and scripts are embedded — so they open in any browser with no server, no internet connection, and no dependencies.
| File | What it is | Format | Size | Audience |
|---|---|---|---|---|
| jobseam-onepager.html | Single-page sales overview. Features, ROI strip, multi-context comparison with live screenshots. First thing a cold prospect should see. | HTML | ~340 KB | Cold prospects, warm intros |
| jobseam-deck.html | 12-slide pitch deck in the browser. Problem, solution, platform features, market, traction, ask. For investor meetings and deep-dive prospect calls. | HTML | ~46 KB | Investors, serious prospects |
| jobseam-deck.pptx | Same deck as PowerPoint. Use for live screen-share presentations when you need slide control, or to email as an attachment. | PPTX | ~2 MB | Live presentations |
| jobseam-video.html | Full-screen animated player (19 scenes, auto-advance) + complete annotated walkthrough below. Every role, every feature, live screenshots. Your best "see it in action" link. | HTML | ~6 MB | Anyone who wants to see the product |
| jobseam-feature-guide-detailed.html | Complete feature reference: every filter, every column, every setting. Side-by-side screenshots of consulting vs. university context. For technical buyers who want to vet before committing to a demo. | HTML | ~350 KB | Technical buyers, power users |
| jobseam-go-to-market.html | Internal playbook: 30-day content calendar, YouTube script, channel tactics, outreach messaging. Not for prospects — this is your execution plan. Reference it daily. | Internal | ~54 KB | Founder only (internal) |
Short answer: no, not yet. The long answer depends on what you're hosting — the marketing pages are a completely different question from the product platform.
jilani20.github.io/jobseam-marketing. Add a custom domain for free later. Takes 5 minutes to set up.jobseam-marketing/ folder onto netlify.com/drop. Get a URL in 30 seconds. No account required for a quick share. Good for one-off sending before GitHub Pages is set up.jobseam.io (or .com) from Namecheap or Cloudflare Registrar. Point it to GitHub Pages. Subdomains like demo.jobseam.io and deck.jobseam.io are free once you own the domain.Step-by-step: getting URLs for every file using GitHub Pages. Do this once — then every update is a git push.
jobseam-marketing. Set it to Public (required for free GitHub Pages).
cd /Users/jshaik/quezaal/jobseam-marketinggit init && git add *.html *.pdf *.pptxgit commit -m "Initial marketing materials"git remote add origin https://github.com/jilani20/jobseam-marketing.gitgit push -u origin main
https://jilani20.github.io/jobseam-marketing/[filename].htmlmarketing.jobseam.io or similar. Add a CNAME record at your DNS provider pointing to jilani20.github.io. Takes about 10 minutes. From then on, every file is at https://marketing.jobseam.io/[filename].html.
| File | Publish as | Primary share method | Do NOT |
|---|---|---|---|
| jobseam-onepager.html | GitHub Pages URL/jobseam-onepager.html |
Link in LinkedIn DMs, link in cold outreach email, pin to LinkedIn profile | Attach as a file — prospects won't open .html attachments |
| jobseam-video.html | GitHub Pages URL/jobseam-video.html |
LinkedIn post CTA, YouTube description, post-demo follow-up email | Send as first contact — too much. Save it for warm leads. |
| jobseam-deck.html | GitHub Pages URL/jobseam-deck.html |
Share link with investors; send after a discovery call when prospect asks "can you send something?" | Use for live screen-share — use the PPTX instead |
| jobseam-deck.pptx | Google Drive or Dropbox (not GitHub — binary file) |
Open in PowerPoint/Keynote for live Zoom presentations. Share Drive link if they ask for slides. | Email as attachment — too large for most inboxes |
| jobseam-feature-guide-detailed.html | GitHub Pages URL/jobseam-feature-guide-detailed.html |
Send to prospects who ask technical questions, or after an intro call to close a demo | Send cold — overwhelming for first contact |
| jobseam-go-to-market.html | Local only — do not publish | Open in your browser, reference daily. Contains your outreach strategy. | Publish publicly — this is an internal strategy document |
Each file has a specific role in a specific moment of the funnel. Using the wrong material at the wrong moment either under-informs or overwhelms.
This maps directly to the content calendar in jobseam-go-to-market.html, but adds the marketing materials, hosting steps, and outreach cadence in one view. The goal by day 30: at least 3 active demo conversations and 1 signed pilot or paid trial.
jobseam-marketing. Push all HTML files. Enable GitHub Pages. Save all live URLs.jobseam-go-to-market.html. Don't over-produce. One good take, screen capture, USB mic.The marketing files are solved by GitHub Pages. The JobSeam platform — the Docker stack running at localhost — is a separate question. Here's how to think about it.
| Stage | Demo method | Hosting needed | Cost |
|---|---|---|---|
| First 0–10 demos | Screen-share (Zoom, Meet). You run the app locally, share your screen. You control everything. | None. Localhost is ideal — real data, full control, instant reset. | $0 |
| Prospects ask to try it themselves | Self-serve trial access. They need a URL they can open independently. | VPS with Docker. Deploy the full stack. One server, one environment. | $6–$12/mo (DigitalOcean, Hetzner) |
| Multiple pilots running concurrently | Each customer needs their own group and data isolation. | Same VPS works for 3–5 groups. Add more resources when needed. Still no dedicated infra required. | $12–$24/mo |
| First paying tier | Production environment. Customers expect uptime and backups. | Two servers: app + database, or managed Postgres (Supabase/Neon). Set up backups. Add SSL certificate (free with Let's Encrypt). | $20–$40/mo |
When your first prospect says "can I log in and try it myself?" — that's the trigger. Not before. Set up a $6/mo DigitalOcean droplet, deploy the Docker Compose stack, add a free SSL cert with Certbot, create a demo group for them. Total setup time: 2–3 hours.
Use Hetzner (€3.79/mo) if cost matters more than location. Use Railway or Render if you want the platform managed (no SSH required, ~$20/mo). Railway in particular supports Docker Compose and deploys from GitHub.
app.jobseam.io — buy the domain when you buy it for the marketing site ($12/yr total, covers both).jobseam-launch-guide.html