docs: WUD default-on framing + Before you build, Resources pages - #66
Merged
Conversation
Profiles and overlays: - Split the overlay table into "On by default" (Observability, GlitchTip, WUD) and "Opt-in" (BullMQ, Mailpit) so the prod deploy path is clearly the default, not a flag people have to discover. - Update the mermaid and design-choices bullet to match. Deployment page: - Collapse the OpenTofu install snippet to a one-line link to the upstream install docs. - Replace "Post-deploy chores (do this week, not on day one)" with "After the first deploy" and "Day-2 deploys" with "Shipping changes", rewriting the intro in plain English. New pages: - Before you build: the mindset that pairs with the engineering side. Spec-driven development, the four things people pay for, aspirin vs vitamins, building real relationships, plus further reading and communities. Links to specdriven.com for the broader methodology. - Resources: command-line tools (lazydocker, lazygit, op, gh, ripgrep, fd, jq, pgcli) that pull their weight day to day. Sidebar: - Group the six previously-orphan top-level entries under a single "Start here" category. Append "Resources" at the bottom.
Code switched to argon2id (Bun.password) some time ago. Stack inventory and auth page still said bcryptjs / bcrypt-hashed. Update both, and explain on the auth page that legacy bcrypt hashes still verify and get transparently rehashed into argon2id on next login.
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
Profiles & overlays (the framing fix that started this)
git pushdeploys work, so it belongs alongside the other prod defaults, not next to dev-only flags.Deployment page
### Post-deploy chores (do this week, not on day one)→### After the first deploy.## Day-2 deploys→## Shipping changes, intro rewritten in plain English ("push tomain, WUD pulls the new:latestwithin about a minute").New: Before you build
The mindset that pairs with the engineering. Covers:
New: Resources
CLI tools that pull their weight: lazydocker, lazygit, 1Password CLI, gh, ripgrep, fd, jq, pgcli. Tight one-liners per tool, no decoration.
Sidebar
Wrapped the six previously-orphan top entries (Welcome, Before you build, Quickstart, First feature in 10 minutes, Why BoringStack, Deployment) under a single Start here group, so the top of the sidebar is no longer six standalone large headings. Resources appended at the bottom.
Test plan