feat(docs-next): polish landing page (phase 5)#126
Merged
pratyush618 merged 1 commit intomasterfrom May 2, 2026
Merged
Conversation
Replaces the Phase 1 stub home page with a richer hero (typed code preview, version pill, CTAs), a 6-card feature grid backed by lucide icons (brokerless, Rust-powered, async-first, DAG workflows, resource system, production-ready), a tabbed taskito-vs-Celery+Redis comparison showing the same task in both stacks, and a closing CTA card.
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.
Phase 5 of the docs migration. Replaces the Phase 1 stub home page (
src/app/(home)/page.tsx) with a polished landing.Changes
v0.12 — Rust core, native async, DAG workflows), bigger headline, code-preview pane with traffic-light header showing the minimal taskito example, three CTAs (Quickstart / Install / GitHub).comparison.tsxwith tabs for taskito vs Celery+Redis. Side-by-side install commands, services-to-run summary, and the same email task implemented in each stack.Githubdoesn't exist inlucide-react@1.14.0(the lucide team removed it for trademark reasons); replaced with text-only "GitHub →" link.!importantwarnings remain (intentional, they're for body-scroll-locked).What's NOT in here (deferred)
docs/MDX components more than this single page.Test plan
pnpm types:check— cleanpnpm lint— exit 0 (2 known scaffold-CSS warnings, no errors)pnpm build— clean, all routes generateBuild Docs (Next)job stays greenAfter this lands, only Phase 7 (cutover — repoint DNS, decommission Zensical, remove
docs/andzensical.toml) remains.