{"id":48581612,"url":"https://github.com/devalade/rulebank","last_synced_at":"2026-04-08T17:03:10.593Z","repository":{"id":285830497,"uuid":"957435496","full_name":"devalade/rulebank","owner":"devalade","description":"This is the place that you will find all the good rules for cusror, windsurf, trae, vscode insight, cline ...","archived":false,"fork":false,"pushed_at":"2025-04-29T14:02:42.000Z","size":1137,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T15:21:55.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devalade.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}},"created_at":"2025-03-30T11:19:48.000Z","updated_at":"2025-04-29T14:01:06.000Z","dependencies_parsed_at":"2025-04-29T15:21:14.200Z","dependency_job_id":"c7770390-c0ba-4037-8d18-f625cb205976","html_url":"https://github.com/devalade/rulebank","commit_stats":null,"previous_names":["devalade/rulebank"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devalade/rulebank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devalade%2Frulebank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devalade%2Frulebank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devalade%2Frulebank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devalade%2Frulebank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devalade","download_url":"https://codeload.github.com/devalade/rulebank/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devalade%2Frulebank/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-04-08T17:02:55.854Z","updated_at":"2026-04-08T17:03:10.555Z","avatar_url":"https://github.com/devalade.png","language":"TypeScript","readme":"# React Router v7 with Better auth.\n\nThis template features React Router v7, Better auth, Drizzle ORM, and D1, designed for deployment on Cloudflare Workers.\n\n## Features\n\n- 🚀 Server-side rendering\n- ⚡️ Hot Module Replacement (HMR)\n- 📦 Asset bundling and optimization\n- 🔄 Data loading and mutations\n- 🔒 TypeScript by default\n- 🎉 [TailwindCSS](https://tailwindcss.com/) and [Shadcn](https://ui.shadcn.com/) for UI styling\n- 🔑 [Better Auth](https://better-auth.com/) for authentication\n- 🌧️ [Drizzle ORM](https://orm.drizzle.team/) for database\n- 🛢️ Cloudflare D1 for database\n- 📁 Cloudflare KV for caching\n- 📖 [React Router docs](https://reactrouter.com/)\n\n## Links\n\nReact Router v7 Authentication Demo Series:\n- [React Router v7 Cloudflare workers template](https://github.com/foxlau/react-router-v7-cloudflare-workers) - React Router v7 Cloudflare workers template.\n- [React Router v7 with Remix Auth](https://github.com/foxlau/react-router-v7-remix-auth) - Multi-strategy authentication demo using Remix Auth\n\n## Getting Started\n\n### Installation\n\nInstall the dependencies:\n\n```bash\ngit clone https://github.com/foxlau/react-router-v7-better-auth.git\nnpm install\n```\n\n### Development\n\nRun an initial database migration:\n\n```bash\ncp .dev.vars.example .dev.vars\nnpm run db:apply\n```\n\nIf you modify the Drizzle ORM schema, please run `npm run db:generate` first. If you need to delete the generated SQL migrations, execute `npm run db:drop` and select the SQL migration you wish to remove.\n\nStart the development server with HMR:\n\n```bash\nnpm run dev\n```\n\nYour application will be available at `http://localhost:5173`.\n\n## Building for Production\n\nCreate a production build:\n\n```bash\nnpm run build\n```\n\n## Deployment\n\nDeployment is done using the Wrangler CLI.\n\nUse the following commands to create the D1 database and KV cache for Better Auth sessions. Remember to replace the `db` and `kv` configurations in the `wrangler.toml` file with the data generated by these commands:\n\n```bash\nnpx wrangler d1 create rr7-better-auth\nnpx wrangler kv namespace create AUTH_CACHE_KV\n```\n\nTo deploy directly to production:\n\n```sh\nnpm run db:apply-prod\nnpm run deploy\n```\n\nTo deploy a preview URL:\n\n```sh\nnpm run deploy:version\n```\n\nYou can then promote a version to production after verification or roll it out progressively.\n\n```sh\nnpm run deploy:promote\n```\n\n## Questions\n\nIf you have any questions, please open an issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalade%2Frulebank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevalade%2Frulebank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevalade%2Frulebank/lists"}