{"id":51520628,"url":"https://github.com/essedev/simonesalerno.it","last_synced_at":"2026-07-08T15:03:28.555Z","repository":{"id":192108158,"uuid":"686049052","full_name":"essedev/simonesalerno.it","owner":"essedev","description":"Personal portfolio, also online at essedev.it and esse.dev","archived":false,"fork":false,"pushed_at":"2026-06-01T12:06:00.000Z","size":38590,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-01T12:22:37.301Z","etag":null,"topics":["portfolio","portfolio-website","project-repository"],"latest_commit_sha":null,"homepage":"https://simonesalerno.it/","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/essedev.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":null,"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":null,"dco":null,"cla":null}},"created_at":"2023-09-01T16:04:10.000Z","updated_at":"2026-06-01T12:06:04.000Z","dependencies_parsed_at":"2024-09-08T07:22:02.174Z","dependency_job_id":"a6e8d1bc-a3a2-4439-8242-5de5289b3c6c","html_url":"https://github.com/essedev/simonesalerno.it","commit_stats":null,"previous_names":["doppiaesse/portfolio-v1","novakoder/portfolio-v1","novakoder/simonesalerno.it","essedev/simonesalerno.it","essedotdev/simonesalerno.it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/essedev/simonesalerno.it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essedev%2Fsimonesalerno.it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essedev%2Fsimonesalerno.it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essedev%2Fsimonesalerno.it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essedev%2Fsimonesalerno.it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essedev","download_url":"https://codeload.github.com/essedev/simonesalerno.it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essedev%2Fsimonesalerno.it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35268560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["portfolio","portfolio-website","project-repository"],"created_at":"2026-07-08T15:03:27.702Z","updated_at":"2026-07-08T15:03:28.549Z","avatar_url":"https://github.com/essedev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simonesalerno.it\n\nPersonal portfolio website built with SvelteKit and deployed on Cloudflare Workers.\n\n## Tech Stack\n\n- **SvelteKit 2** - Full-stack framework with Svelte 5 (runes)\n- **Tailwind CSS 4** - Utility-first styling\n- **Cloudflare Workers** - Edge deployment with global CDN\n- **TypeScript** - Type-safe development\n- **Vite** - Fast development and build tooling\n\n## Features\n\n- **Multi-language support** - Internationalization with dynamic routing\n- **Portfolio showcase** - Projects gallery with detailed views\n- **Articles/Blog** - Content publishing with reading time and related posts\n- **Filtering \u0026 search** - Search, tags, status and date filters with pagination\n- **RSS feed** - Per-language blog feed\n- **Contact** - Email and social links\n- **Optimized images** - Automatic image optimization with vite-imagetools\n- **OG images** - Open Graph images pre-generated at build time (static PNGs)\n- **Responsive design** - Mobile-first approach\n\n## Development\n\n### Prerequisites\n\n- Node.js 18+\n- pnpm 10+\n\n### Getting Started\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n```\n\nThe site will be available at `http://localhost:5173`\n\n### Available Scripts\n\n```bash\npnpm dev              # Start development server\npnpm build            # Build for production\npnpm preview          # Preview production build locally\npnpm check            # TypeScript type checking\npnpm lint             # Check code style\npnpm format           # Format code with Prettier\npnpm test:unit        # Unit tests (Vitest)\npnpm test:e2e         # End-to-end tests (Playwright)\npnpm test:ci          # Unit + E2E\n```\n\n## Documentation\n\n- [`CLAUDE.md`](CLAUDE.md) - conventions, commands and gotchas (for the coding agent)\n- [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md) - design decisions and tradeoffs\n- [`docs/ROADMAP.md`](docs/ROADMAP.md) - current milestones\n- [`docs/CYCLES.md`](docs/CYCLES.md) - work-cycle log\n\n## Deployment\n\nThe site is deployed on Cloudflare Workers for global edge performance.\n\n```bash\n# Build and deploy to Cloudflare\npnpm deploy\n\n# Preview Cloudflare build locally\npnpm preview\n```\n\n### Environment Setup\n\nConfigure Cloudflare Workers settings in `wrangler.jsonc`.\n\n## Project Structure\n\n```\nsrc/\n├── lib/\n│   ├── components/     # Reusable UI components\n│   ├── sections/       # Page sections (Welcome, Projects, About, etc.)\n│   └── style/          # Global styles\n├── routes/\n│   └── [page=lang]/    # Multi-language routing\n│       ├── +page.svelte\n│       ├── [route]/    # Dynamic routes\n│       └── [sub]/      # Sub-routes\n└── scripts/            # Build scripts (image generation)\n```\n\n## License\n\nPrivate personal website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessedev%2Fsimonesalerno.it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessedev%2Fsimonesalerno.it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessedev%2Fsimonesalerno.it/lists"}