A running diary of every build session. Each entry captures what was decided, what was built, and what comes next.
Repository: sameeraleola/project-igniter
Status: Foundation complete
- 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. Thesameeraleola.devroot 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.
- GitHub repository created:
sameeraleola/project-igniter - Initial scaffold committed in one atomic commit:
README.md— full project overview with architecture tableprojects/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 | 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 |
| 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 |
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.