feat(site): add a technology section to the homepage - #391
Merged
Merged
Conversation
Between Ownership and Make it yours, name what a board is built on — Node.js, TypeScript, Next.js, React and PostgreSQL — with a line for each that reads for both a community organiser and a developer. The major version shown for each is read when the site is built from the pins in apps/community/package.json, docker/Dockerfile and docker/compose.yml, so an upgrade changes the page without anyone editing copy, and the build fails naming the file if one stops stating a version. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ
Redis is a supported cache driver for scaling out, not something a board never runs, so the PostgreSQL line says nothing else is required rather than that there is no Redis. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ
…ction The two items said the same thing — server rendering and working with JavaScript switched off — so the Next.js line now carries both and names React Server Components, and the grid is four columns like the audience grid above it. The version reader no longer reads React. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ
A Base UI item sits between Next.js and PostgreSQL: shadcn/ui's component vocabulary on Base UI primitives, styled with Tailwind CSS, server-rendered by default and open to any theme, as docs/extensions/theme-design.md describes @meith/ui. Its major version is read from packages/ui/package.json like the others, and the grid returns to five columns. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ
The Next.js item already says the board is rendered on the server, so the Base UI line keeps to what the UI layer adds: shadcn/ui on Base UI primitives with Tailwind, accessible out of the box and open to any theme. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ
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.
Between Ownership and Make it yours, name what a board is built on —
Node.js, TypeScript, Next.js, React and PostgreSQL — with a line for
each that reads for both a community organiser and a developer. The
major version shown for each is read when the site is built from the
pins in apps/community/package.json, docker/Dockerfile and
docker/compose.yml, so an upgrade changes the page without anyone
editing copy, and the build fails naming the file if one stops
stating a version.
Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01GFDvy92se7w3BUhHLSaqGJ