{"id":16288956,"url":"https://github.com/rozsival/website","last_synced_at":"2026-04-25T14:31:43.915Z","repository":{"id":61003171,"uuid":"435275805","full_name":"rozsival/website","owner":"rozsival","description":"🌐 My personal website with blog","archived":false,"fork":false,"pushed_at":"2026-03-11T17:02:49.000Z","size":1734,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T21:51:13.070Z","etag":null,"topics":["blogging","cv","next-js","personal-website","shadcn","vercel"],"latest_commit_sha":null,"homepage":"https://website-wheat-three-29.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozsival.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2021-12-05T20:50:32.000Z","updated_at":"2026-03-11T17:02:53.000Z","dependencies_parsed_at":"2024-03-19T18:25:30.056Z","dependency_job_id":"9ca44904-b01d-4145-baf5-43550c5fef6a","html_url":"https://github.com/rozsival/website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rozsival/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozsival%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozsival%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozsival%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozsival%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozsival","download_url":"https://codeload.github.com/rozsival/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozsival%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32265974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blogging","cv","next-js","personal-website","shadcn","vercel"],"created_at":"2024-10-10T19:49:47.750Z","updated_at":"2026-04-25T14:31:43.907Z","avatar_url":"https://github.com/rozsival.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vít Rozsíval – Personal Website 💻\n\nModern, type-safe personal website built with Next.js 16, React 19, and TypeScript in a Turborepo monorepo. 🚀\n\n## Quick Start 🚀\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development servers (web + storybook)\npnpm run dev\n\n# Build all packages\npnpm run build\n\n# Run quality checks\npnpm run qa\n```\n\n## Tech Stack 📦\n\n- **Framework**: Next.js 16 (App Router), React 19\n- **Language**: TypeScript 5.9 (strict mode)\n- **Styling**: Tailwind CSS 4\n- **Monorepo**: Turborepo + pnpm workspaces\n- **i18n**: Custom react-intl wrapper\n- **Content**: MDX for blog posts\n- **Testing**: Vitest, Storybook\n- **Deployment**: Vercel\n\n## Structure 🏗️\n\n```text\napps/\n├── web/          # Main Next.js website\n└── storybook/    # Component documentation\n\npackages/\n├── i18n/         # Internationalization utilities\n├── mdx/          # Blog content processing\n├── theme/        # Design tokens \u0026 theming\n└── ui/           # Shared components\n```\n\n## Development 🛠️\n\n### Prerequisites\n\n- **Node.js**: Version 24.x (`.nvmrc`)\n- **Package Manager**: pnpm\n\n### Commands\n\n```bash\n# Development\npnpm run dev                 # All dev servers\npnpm run dev:web             # Web app only (port 3000)\npnpm run dev:storybook       # Storybook only (port 6006)\n\n# Building\npnpm run build               # Build everything\npnpm run build:packages      # Build packages only\n\n# Quality Assurance\npnpm run qa                  # Type check + lint + format\npnpm run fix                 # Auto-fix all issues\npnpm run test                # Run tests\n\n# Maintenance\npnpm run cleanup             # Clean build artifacts\npnpm run check               # Validate workspace structure\n```\n\n## Key Features 🌟\n\n### 🌍 Internationalization\n\n- Supported languages: English (default), Czech\n- Type-safe message keys with autocomplete\n- Server \u0026 client utilities for Next.js App Router\n- Multi-language blog posts\n\n### 📝 Blog\n\n- MDX-powered content\n- Multi-language support (`[slug]/[locale].md`)\n- Reading time calculation\n- SEO-optimized metadata\n\n### 🎨 Theming\n\n- Dark mode support\n- Design tokens via CSS variables\n- Consistent styling across components\n\n## Documentation 📖\n\n- [AGENTS.md](./AGENTS.md): Comprehensive guide for AI assistants and developers\n- **Storybook**: Component documentation (`pnpm run dev:storybook`)\n\n## Tooling 🔧\n\n- Turborepo: Task orchestration with caching\n- ESLint 9: Flat config with custom rules\n- Prettier: Code formatting\n- Husky: Git hooks for quality checks\n- Commitlint: Conventional commit enforcement\n\n## Deployment 🚢\n\nDeployed on **Vercel** with automatic deployments from `main` branch.\n\n- Build command: `pnpm turbo build --filter=@rozsival/web`\n- Framework preset: Next.js\n- Node version: See `.nvmrc`\n\n## License 📄\n\nMIT © Vít Rozsíval 💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozsival%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozsival%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozsival%2Fwebsite/lists"}