Skip to content

Instantly share code, notes, and snippets.

@sameeraleola
Created May 27, 2026 04:24
Show Gist options
  • Select an option

  • Save sameeraleola/1828a42806a0143bfb5cc1fab029c4fd to your computer and use it in GitHub Desktop.

Select an option

Save sameeraleola/1828a42806a0143bfb5cc1fab029c4fd to your computer and use it in GitHub Desktop.
Project Igniter — Build Log

Project Igniter — Build Log

A running diary of every build session. Each entry captures what was decided, what was built, and what comes next.

Repository: sameeraleola/project-igniter


Session 1 — May 27, 2026

Status: Foundation complete

What was decided

  • UI-first development philosophy. The frontend defines what the backend must build. No backend work starts until all v0.1 UI designs are complete and reviewed.
  • Hosting: Cloudflare Pages (replacing GitHub Pages). Faster deploys, preview deployments per branch, and Cloudflare Workers available for the future backend layer.
  • Domain: sameeraleola.dev/project-igniter/ as a subdirectory, not a subdomain. The sameeraleola.dev root becomes a unified public build log across all projects.
  • Authentication: Cloudflare Access (Zero Trust) gates the dashboard at /project-igniter/app/. Free tier, zero auth code required for v0.1.
  • Landing pages: Built in ClickFunnels, mounted via Cloudflare at the subdirectory path.
  • Primary CTA: MarketingSecrets.ai affiliate link. Project Igniter is the live proof of concept for what MarketingSecrets.ai makes possible.
  • v0.1 target date: June 3, 2026.

What was built

  • GitHub repository created: sameeraleola/project-igniter
  • Initial scaffold committed in one atomic commit:
    • README.md — full project overview with architecture table
    • projects/registry.yaml — 3 projects registered: project-igniter (active), filogico-synthetic-data-tool (dormant), filogico (dormant)
    • docs/adr/ADR-0001-github-native-architecture.md — full decision record for the GitHub-native architecture choice
    • .github/workflows/ignite.yml — ignition workflow placeholder (manual dispatch, not yet implemented)
    • .gitignore — Python, Node, OS, editor artifacts covered
  • GitHub Project board created: Kanban template, named Project Igniter
  • 9 issues created across three milestones:
    • v0.1 Issues #1-#5: UI Definition
    • v0.2 Issues #6-#8: Backend Driven by UI
    • v0.3 Issue #9: First Real Ignition
  • Board README written in GitHub Markdown with milestone table, column guide, and issue map
  • Default repository linked: sameeraleola/project-igniter
  • Build log Gist created (this file)

Milestone map

Milestone Scope Target
v0.1 — UI Definition 3 UI designs + ADR-0002 + Cloudflare setup June 3, 2026
v0.2 — Backend Driven by UI Ignition workflow, YAML schema, live data TBD
v0.3 — First Real Ignition Ignite Filogico Synthetic Data Tool TBD

7-day plan to June 3

Date Focus
May 28 Issue #1: sameeraleola.dev landing page design spec
May 29 Issue #2: project-igniter landing page design spec
May 30 Issue #3: project-igniter dashboard UI design spec
May 31 Issue #4: ADR-0002 written and committed
June 1 Issue #5: Cloudflare Pages setup and domain connection
June 2 Review, polish, close all v0.1 issues
June 3 v0.1 complete, board updated, build log published

What comes next

Session 2 starts on Issue #1: Design the sameeraleola.dev landing page as a ClickFunnels-ready design spec.


This log is updated after every build session. It will be referenced on sameeraleola.dev as a public record of how Project Igniter was built.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment