WebReaper concept: The Reaping Line (interactive configurator, live on Vercel) - #262
Open
alex-on-ai wants to merge 8 commits into
Open
WebReaper concept: The Reaping Line (interactive configurator, live on Vercel)#262alex-on-ai wants to merge 8 commits into
alex-on-ai wants to merge 8 commits into
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… two Two finished concept sites, three iteration passes each, live on Vercel: - 01-tty https://webreaper-tty.vercel.app (interactive CRT shell, recorded-real transcripts) - 06-pipeline https://webreaper-pipeline.vercel.app (configurator that writes the CLI command + C#) Scope cut from ten lanes to two per owner direction; unused generated art (broadsheet/field-guide/manga) removed, preserved at f2ed825. Accuracy fixes against the real v11.3.2 binary (crawl has no start-tier flag; --max-pages et al). House-style em-dash sweep. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
1890s broadsheet edition of WebReaper: blackletter masthead, Bodoni/Caslon editorial, four gpt-image-2 engravings multiply-blended into newsprint, telegraph-key dramatisation of the ADR-0083 climb (labeled as such), recorded-real map/self-scrape dispatches, classifieds for the satellites. Three iteration passes; live at https://webreaper-broadsheet.vercel.app Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Domain-native ops console: deterministic simulated crawl (seeded PRNG) rendered as a radial graph with escalation-ladder telemetry, host-sticky floors, event log, and a RunReport when the outstanding-work latch trips. Scenarios: clean sweep / bot wall / agent run / inject block; every behavior mirrors documented v11.3.x semantics and the page says SIMULATION persistently. Loop is wall-clock-paced setInterval (rAF is suppressed in embedded panes). Three iteration passes; live at https://webreaper-ops.vercel.app Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The owner chose The Reaping Line (06-pipeline) as the direction to carry into the real product site. The other three built concepts are retired: their Vercel projects (webreaper-tty, webreaper-broadsheet, webreaper-ops) were deleted and their directories removed from the tree. Built sites remain recoverable from git history (214297a / 86e2dd9 / b158266); generated art at f2ed825. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Swap the hero from the metaphor ('Build the reaping line') to the
production benefit headline; lede now leads with the product and points
at the configurator. Configurator keeps its 'Reaping Line' label as the
named mechanism. Title/OG updated; verified at 1440 and 375px.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…lette Replace the custom scythe-swoosh mark with the real WebReaper logo (website/public/webreaper-logo.png), recolored from its cyan/teal to the concept's brand violet fill (--extract) + ink outline so it matches the design system. Wired into the header wordmark (1x/2x) and the favicon on both the site and the guide. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The luminance remap had flattened the face-hole and the blade into the body violet. Separate them by saturation instead: the cloak/arm/hood are saturated blue (-> violet), while the face and blade are near-white lights (-> white). Result: violet body, white face + blade, ink outline. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
One finished, deployed website concept for WebReaper: The Reaping Line, an interactive configurator that teaches the product's compositional model and generates real CLI + C#.
Live
The Reaping Line
Light workshop aesthetic (warm-white dot grid, hard 2px ink borders, offset block shadows, one OKLCH role color per pipeline stage). Four stations (scope, transport, extraction, destination) generate the exact CLI command and the equivalent C# builder chain live, with honest constraint handling:
--schema/--prompt/--infermutual exclusion, MongoDB shown as a library-only sink, LLM key via env only, andcrawlcorrectly having no--browser/--stealthstart-tier flag (it teaches the per-page auto-climb instead). Behavior verified via a scripted 8-combination matrix in the browser.Every claim is grounded in
concepts/_shared/FACTS.md, verified against the real v11.3.x binary's help output and the repo. The/guideroute documents direction, implementation, iteration history, and reproduction steps.History
This PR originally explored four concepts (a terminal, this configurator, an 1890s broadsheet, and an ops console). The owner selected The Reaping Line as the design direction to carry into the production site (
website/). The other three were retired: their Vercel projects were deleted and their directories removed. They remain recoverable from git history (commits214297a,86e2dd9,b158266; generated art atf2ed825).No product code touched; everything lives under
concepts/.🤖 Generated with Claude Code