{"id":51046368,"url":"https://github.com/ovineko/ovineko","last_synced_at":"2026-06-22T14:00:50.370Z","repository":{"id":338751302,"uuid":"1154911513","full_name":"ovineko/ovineko","owner":"ovineko","description":"A quiet guardian at the threshold. Tools born from friction — solutions too hard-won to rebuild twice.","archived":false,"fork":false,"pushed_at":"2026-05-26T19:20:11.000Z","size":1975,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T00:15:09.612Z","etag":null,"topics":["fastify","react","react-router","spa","typescript"],"latest_commit_sha":null,"homepage":"https://ovineko.com","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/ovineko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-10T23:02:37.000Z","updated_at":"2026-05-10T21:50:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ovineko/ovineko","commit_stats":null,"previous_names":["ovineko/ovineko"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ovineko/ovineko","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovineko%2Fovineko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovineko%2Fovineko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovineko%2Fovineko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovineko%2Fovineko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ovineko","download_url":"https://codeload.github.com/ovineko/ovineko/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ovineko%2Fovineko/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34651752,"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-06-22T02:00:06.391Z","response_time":106,"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":["fastify","react","react-router","spa","typescript"],"created_at":"2026-06-22T14:00:30.192Z","updated_at":"2026-06-22T14:00:50.365Z","avatar_url":"https://github.com/ovineko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ovineko\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"website/static/img/logo.png\" alt=\"ovineko\" width=\"180\" /\u003e\n\u003c/p\u003e\n\n**A quiet guardian at the threshold.**\n\novineko is a collection of tools born from friction.\n\nEvery package here exists because once upon a time, weeks were spent debugging something you never wanted to rebuild. Setting up a server properly. Working through edge cases. Developing an approach that works.\n\nWhen the solution is found — it stays here. Not in notes, not in an old project, not in your head. Here.\n\nThis monorepo exists not to share with everyone — but to preserve what's yours. Libraries are always in view, and whether you want to or not — you maintain them.\n\n\u003e The name combines _ovi_ (door in Finnish, ram in Latin — hence the horns) and _neko_ (cat in Japanese). A stubborn ram-cat in a doorway. Not going anywhere.\n\n## Documentation\n\nFull documentation: [ovineko.com](https://ovineko.com/)\n\nTo run the documentation site locally:\n\n```bash\npnpm --filter website dev\n```\n\nThis starts a development server at `http://localhost:3000/` with hot reload.\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/ovineko/ovineko.git\ncd ovineko\n\n# Install dependencies (requires pnpm \u003e= 10.25.0, Node.js \u003e= 24.11.0)\npnpm install\n\n# Build all packages\nturbo build\n\n# Run tests\npnpm test\n\n# Lint\npnpm lint\n```\n\n## Packages\n\n### spa-guard family\n\n| Package                                                     | Description                                                 |\n| ----------------------------------------------------------- | ----------------------------------------------------------- |\n| [@ovineko/spa-guard](./spa-guard/spa-guard)                 | Core runtime, error handling, schema, i18n for SPAs         |\n| [@ovineko/spa-guard-react](./spa-guard/react)               | React hooks, components, and error boundaries               |\n| [@ovineko/spa-guard-react-router](./spa-guard/react-router) | React Router v7 error boundary integration                  |\n| [@ovineko/spa-guard-vite](./spa-guard/vite)                 | Vite plugin and inline scripts                              |\n| [@ovineko/spa-guard-node](./spa-guard/node)                 | Server-side HTML cache with ETag/304, pre-compression, i18n |\n| [@ovineko/spa-guard-fastify](./spa-guard/fastify)           | Fastify plugin for beacon endpoint and HTML cache handler   |\n| [@ovineko/spa-guard-eslint](./spa-guard/eslint)             | ESLint rules (no-direct-lazy, no-direct-error-boundary)     |\n\n### Utility packages\n\n| Package                                                  | Description                                                   |\n| -------------------------------------------------------- | ------------------------------------------------------------- |\n| [@ovineko/react-router](./packages/react-router)         | Type-safe wrapper for React Router v7 with valibot validation |\n| [@ovineko/clean-pkg-json](./packages/clean-pkg-json)     | Zero-config tool to clean package.json before publishing      |\n| [@ovineko/fastify-base](./packages/fastify-base)         | Pre-configured Fastify server with observability              |\n| [@ovineko/datamitsu-config](./packages/datamitsu-config) | Internal configuration for datamitsu tooling                  |\n\n## Contributing\n\nThis is a personal monorepo reflecting specific workflows and preferences. Pull requests may be declined if they don't align with the project's direction. Forks are encouraged for different approaches.\n\nSee the [Contributing Guide](https://ovineko.com/docs/contributing/guidelines) for details.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovineko%2Fovineko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovineko%2Fovineko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovineko%2Fovineko/lists"}