feat: Dark Factory landing page site - #18
Merged
Merged
Conversation
Next.js 16 + Tailwind 4 static-export site with: - Industrial dark theme (amber/violet palette) - Animated hero with furnace glow orbs and typing animation - TUI terminal preview showing factory session - Conveyor belt marquee for pipeline phases - Animated counters, scroll-reveal, spark particles - Full pipeline visualization (7 phases, 6 agents) - Sealed-envelope testing deep dive - Architecture SVG diagram - Command reference - Responsive mobile layout - GitHub Pages deployment workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Hero badge: 'Agentic Build System · Codename: Lights Out' - Hero subtitle: emphasizes agentic dark factory + shadow score - Inline mini-pipeline visualization in hero - Shadow Score explainer card with 0%/≤10%/>25% thresholds - About section: 'Agentic lights out builds' heading - Features section: 'Agentic lights out builds' heading - Footer: 'created by Gregg Cochran @DUBSOpenHub' with link to github.com/greggcochran Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- 'One command to install' helper text below CTA button - 'Created with 💜 by Gregg Cochran @DUBSOpenHub with the GitHub Copilot CLI' in hero - Footer already has matching attribution line Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
DUBSOpenHub
added a commit
that referenced
this pull request
Jul 28, 2026
The landing page has been live at dubsopenhub.github.io/dark-factory since #18, but nothing pointed at it. The README never linked it and the repository homepage field was empty, so it was absent from the sidebar too. That matters more than it sounds. Traffic for the last 14 days shows discovery is almost entirely organic search landing on the repo root, with only two or three unique visitors going deeper than the README. A landing page nothing links to receives nothing. - Website badge and a direct link in the header - Links section covering site, spec, changelog and releases - homepage field set on the repository Co-authored-by: Gregg Cochran <greggcochran@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9cb0b232-bb14-47a5-a150-00e71bdddcae
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🏭 Dark Factory Landing Page
Adds a Next.js 16 + Tailwind 4 static-export website for Dark Factory, designed for GitHub Pages deployment at
dubsopenhub.github.io/dark-factory/.Visual Identity
Industrial dark theme with amber/violet palette — completely distinct from the Hoot site's purple/cyan dreamy aesthetic.
Features
Content Sections
Hero → Scale Stats → About/Config → Features → Pipeline → Sample Session → Agents → Sealed Testing → Architecture → Commands → Install → Footer
Deployment
Includes
.github/workflows/pages.ymlfor GitHub Actions deployment. After merge, enable Pages with "GitHub Actions" as source in repo settings.Tech Stack
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com