{"id":37976761,"url":"https://github.com/oreshinya/ore-stack","last_synced_at":"2026-01-16T18:31:16.585Z","repository":{"id":318079358,"uuid":"1056148165","full_name":"oreshinya/ore-stack","owner":"oreshinya","description":"A React Router template with structured architecture.","archived":false,"fork":false,"pushed_at":"2025-12-12T22:44:57.000Z","size":1048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-14T13:11:20.026Z","etag":null,"topics":["biome","claude","docker","kysely","react-router","remix-stack","remix-stacks","turso","typescript","valibot","vitest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oreshinya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-09-13T13:44:28.000Z","updated_at":"2025-12-12T22:52:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba51a292-7bcf-4022-9cb1-a8d894c4bdd0","html_url":"https://github.com/oreshinya/ore-stack","commit_stats":null,"previous_names":["oreshinya/ore-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oreshinya/ore-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreshinya%2Fore-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreshinya%2Fore-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreshinya%2Fore-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreshinya%2Fore-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oreshinya","download_url":"https://codeload.github.com/oreshinya/ore-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oreshinya%2Fore-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["biome","claude","docker","kysely","react-router","remix-stack","remix-stacks","turso","typescript","valibot","vitest"],"created_at":"2026-01-16T18:31:15.926Z","updated_at":"2026-01-16T18:31:16.578Z","avatar_url":"https://github.com/oreshinya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# ore-stack\n\nA React Router template with structured architecture.\n\n\u003c/div\u003e\n\n## Tech Stack\n\n- [React Router](https://reactrouter.com/) (Framework mode)\n- [libSQL](https://turso.tech/) + [Kysely](https://kysely.dev/)\n- [Valibot](https://valibot.dev/)\n- [Vitest](https://vitest.dev/)\n- [Biome](https://biomejs.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Claude Code](https://claude.com/product/claude-code)\n- [GitHub Actions](https://github.com/features/actions)\n- [Docker](https://www.docker.com/)\n\n## Documentation\n\nSee `docs/` for detailed guidelines:\n\n- [docs/guidelines.md](docs/guidelines.md) - Overall structure and coding conventions\n- [docs/adapters.md](docs/adapters.md) - External system connections\n- [docs/data.md](docs/data.md) - Shared data structures\n- [docs/models.md](docs/models.md) - Domain logic and data access\n- [docs/routes.md](docs/routes.md) - HTTP routing and UI\n- [docs/components.md](docs/components.md) - Reusable UI components\n\n## Usage\n\n```bash\npnpm dlx create-react-router@latest my-react-router-app --template https://github.com/oreshinya/ore-stack\n```\n\n## Setup\n\n### Install dependencies\n\n```bash\npnpm install\n```\n\n### Remove sample code\n\n```bash\npnpm tsx tasks/remove-samples.ts\n```\n\n### Run database migrations\n\n```bash\npnpm tsx tasks/db.ts latest\n```\n\n## Development\n\n### Start development server\n\n```bash\npnpm dev\n```\n\n### Type check\n\n```bash\npnpm typecheck\n```\n\n### Lint and fix\n\n```bash\npnpm lint:fix\n```\n\n### Run tests\n\n```bash\npnpm test\n```\n\n## Production\n\n### Build\n\n```bash\npnpm build\n```\n\nThis creates:\n- `build/` - React Router application (built with Vite)\n- `dist/` - Server and tasks (built with esbuild)\n\n### Start server\n\n```bash\npnpm start:server\n```\n\n### Run tasks\n\n```bash\nnode dist/tasks-{task-name}.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreshinya%2Fore-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foreshinya%2Fore-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreshinya%2Fore-stack/lists"}