Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/hyper-site. Description: The official website for the Hyper terminal Stars: 460, Forks: 196. Primary language: JavaScript. Languages: JavaScript (74.5%), CSS (14.5%), MDX (9.6%), TypeScript (1.3%). License: MIT. Homepage: https://hyper.is Topics: command-line, hyper, nextjs, plugins, terminal, themes, website. Latest release: 1.3.0 (7y ago). Open PRs: 68, open issues: 6. Last activity: 9mo ago. Community health: 50%. Top contributors: timothyis, markozxuu, timneutkens, vassbence, leo, rauchg, pacocoursey, codetheory, daltonmenezes, sarupbanskota and others.
JavaScript
Useful plugin that allows to have some transparent notes right in your terminal. Useful command aliases, ip-addresses, notes etc. Of course it could be toggled show/hide.
Summary Complete migration from Next.js pages router to app router Update to Next.js 14 and React 18 with latest compatible dependencies Maintain all existing functionality while modernizing the codebase Changes Made App Router Migration: Converted all pages from to directory structure Layout Consolidation: Combined and into Component Architecture: Added proper client/server component boundaries using directive Navigation Updates: Migrated from to hooks Data Fetching: Converted to async server components Dependency Updates: Upgraded to Next.js 14, React 18, and other latest compatible versions Configuration**: Updated for app router compatibility Routes Migrated (homepage with terminal demo) (Hyper 3 announcement) and (plugin showcase) and (theme showcase) and (dynamic plugin pages) and (store documentation) Test Plan [x] All pages compile successfully [x] Client/server component boundaries are properly defined [x] Dynamic routes work correctly [x] Static generation functions properly [x] Dependencies are up to date and compatible 🤖 Generated with Claude Code