feat: add static marketing site#37
Merged
Merged
Conversation
Single-page static site for the devloop CLI under site/, deployable to Cloudflare Pages. Monochrome teletype aesthetic (mimicking code.storage) with the CLI's ASCII logo and a violet accent matching the TUI brand color. - Tailwind v4 compiled to static CSS via the standalone CLI (no runtime CDN) - IBM Plex Mono self-hosted from fonts/ (OFL, weights 400 + 700) - Click-to-copy install and quick-start code blocks - Video placeholder under the install command for a future demo embed - README documents develop/build and Cloudflare Pages + custom-domain deploy
- Add a compressed WHY section below the demo: spec-driven verifiable loop, cross-family review citing self-preference research (Panickssery et al., 2024), and human-in-the-loop only at the spec and final sign-off. - Trim the install prerequisites to core deps and note macOS.
Single left-offset column with the demo video placeholder inline after the install command, collapsible FAQ via native details/summary (plus in-place and stop-condition entries), and [*] step markers. Drop the header and trim the footer to MIT + GitHub. Replace prose -- separators with colons and middots.
…, bold step labels
…rkers from screen readers
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.
Summary
A minimal single-page static marketing site for the
devloopCLI, living undersite/and deployable to Cloudflare Pages. It mimics the code.storage monochrome teletype aesthetic, uses the CLI's own ASCII logo, and a violet accent (#af87ff) matching the TUI brand color (ANSI 141).What's included
site/fonts/(OFL, weights 400 + 700), used across the whole page.curl -fsSL https://devloop.sh/install | bash), a video placeholder for a future demo, then the README-style sections.Structure
dist/andnode_modules/are gitignored.Deploy
Full instructions in
site/README.md. Short version for Cloudflare Pages (Git integration):sitepnpm builddistmainThen add
devloop.shas a custom domain. Note:https://devloop.sh/installmust serve the install script for the on-page command to work — see the README for a_redirectsapproach until the real installer is published.Test evidence
pnpm buildproducesdist/{index.html,styles.css,fonts/}.