Startup Journal

Logging my thoughts, experiments, metrics, and failures building digital products like StartupWire.

Startup Roadmap Board

Current stages, milestones, and development sprint statuses for StartupWire.

Ideation1

Market Research & Competitor Analysis

Identify gaps in existing tech aggregators.

Completed
Planning1

Database Schema & Crawler Spec Design

Design relational tables for news, sources, and tags.

Completed
MVP2

AI Summary Pipeline Integration

Connect Gemini API to summarize text and assign categories.

Completed

Public Launch (Beta Version)

Deploy UI to Vercel and check crawler reliability.

Completed
Growth1

Programmatic SEO & Newsletter Setup

Build automated newsletter and improve organic indexing.

In Progress
Monetization1

Launch Micro-Sponsorship Packages

Create visual slots for developer tools and services.

Backlog

Founder Diary

Chronological log updates mapping challenges, lessons, and SEO wins.

Launching StartupWire: Choosing the Tech Stack and Niche

Update2026-06-15

Today I officially began building StartupWire. The goal is clear: create a self-sustaining tech news platform that filters clutter. I chose Next.js because of its excellent SEO capabilities out-of-the-box and Supabase to avoid database configuration headaches. My primary niche is Tech Startups and Applied AI developments.

The SEO Mistake That Cost Me Initial Indexing

Mistakes2026-06-28

During deployment, I misconfigured the `robots.txt` file and set `Disallow: /` instead of allowing access to the root path. Google Crawler ignored the website for a week. Lesson learned: always validate SEO configurations using Google Search Console immediately after launching, even in beta.

Exploring Revenue Models: Micro-Sponsorships & API Access

Revenue2026-07-05

Instead of intrusive Google AdSense, I am exploring micro-sponsorships (e.g., text ads for developers) and charging for premium API access to aggregated, categorised startup news data. Programmatic SEO will drive the traffic needed to sustain this model.

Lighthouse Score 100/100: How I Achieved It

SEO2026-07-10

Optimized StartupWire images using Next.js `<Image />` component, set font-display swap on Google Fonts, eliminated render-blocking third-party scripts, and pre-fetched critical links. Speed is a key SEO rank factor!