{"id":14070236,"url":"https://github.com/jrestall/remix-kit","last_synced_at":"2026-03-05T11:01:58.209Z","repository":{"id":65094234,"uuid":"578826447","full_name":"jrestall/remix-kit","owner":"jrestall","description":"remix development, streamlined","archived":false,"fork":false,"pushed_at":"2023-04-10T21:03:19.000Z","size":2135,"stargazers_count":172,"open_issues_count":15,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-20T16:28:53.683Z","etag":null,"topics":["build-tool","dev-server","frontend","remix","remix-run","vite"],"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/jrestall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"jrestall"}},"created_at":"2022-12-16T01:05:07.000Z","updated_at":"2025-10-06T09:40:17.000Z","dependencies_parsed_at":"2024-07-12T03:13:49.241Z","dependency_job_id":"cfbbe53f-947d-4002-ac75-91e1d112a808","html_url":"https://github.com/jrestall/remix-kit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jrestall/remix-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrestall%2Fremix-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrestall%2Fremix-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrestall%2Fremix-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrestall%2Fremix-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrestall","download_url":"https://codeload.github.com/jrestall/remix-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrestall%2Fremix-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30121059,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T10:44:24.758Z","status":"ssl_error","status_checked_at":"2026-03-05T10:44:15.079Z","response_time":93,"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":["build-tool","dev-server","frontend","remix","remix-run","vite"],"created_at":"2024-08-13T07:07:35.396Z","updated_at":"2026-03-05T11:01:58.123Z","avatar_url":"https://github.com/jrestall.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jrestall"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/assets/remix-kit.png?raw=true\" height=\"150\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\nRemixKit\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nRemix development, streamlined with \u003ca href=\"https://vitejs.dev/\"\u003eVite\u003c/a\u003e. \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nAn alternative dev server and compiler for the awesome \u003ca href=\"https://remix.run/docs\"\u003eRemix\u003c/a\u003e web framework.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jrestall/remix-kit/releases\"\u003e\u003cimg src=\"https://img.shields.io/badge/stability-alpha-f4d03f.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/remix-kit\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/remix-kit?color=FCC72B\u0026label=\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n### Setup\n\n```shell\n\u003e cd ./your-remix-app\n\u003e npx remix-kit@latest install\n\n\u003e npm run vite:dev\n```\n\nPlease see the [status](#status) section and [getting started](./docs/getting_started.md) guide for details.\n\n### Features\n\n- [Hot Module Replacement (HMR)](https://vitejs.dev/guide/features.html#hot-module-replacement) for **instant, precise updates** on the browser and server without reloading the page or blowing away application state.\n- Instant development server startup, **no pre-bundling required**, scales to any project size.\n- [Vite](https://vitejs.dev/) for development and build bundling. Includes [vite-node](https://github.com/vitest-dev/vitest/tree/main/packages/vite-node) for extremely fast targeted server code replacement. No purgeRequireCache needed, keep objects in-memory between requests to match production behavior.\n- Fully **configurable** \u0026 easily **extensible**\n  - An extensible compiler and hooks system gives you complete control.\n  - Use [hooks](packages/remix-schema/src/types/hooks.ts) from your own `plugin modules` to extend any part of the build process.\n  - Benefit from the large ecosystem of vite plugins.\n- Easy to use CLI `remix-kit` for development, build, previews and more.\n- **Seamless integration** of Tailwind CSS with PostCSS. No need for multiple CLIs.\n- View **library agnostic**, with existing plugin for [React](https://reactjs.org/).\n- Monorepo support, place your routes in libraries outside the main app to better separate your functionality amongst teams.\n- Integrated dotenv, bundle analysis, hierarchy based `remix.config.js`, file ignore with `.remixignore` and much more!\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./docs/assets/console.png\" /\u003e\n\u003c/p\u003e\n\n### Status\n\n**(Alpha)** Use to streamline your development but not recommended for production bundling use. Please help test and it can get there though.\n\nLegend: ✅ (Tested),❓ (Untested), ⏳ (Not Supported)\n| Remix Template | Status | Install Notes |\n| :----------------------------------------: | :----: | :--------------|\n| [Remix App Server](https://github.com/remix-run/remix/tree/main/templates/remix) | ✅ | No changes required after install. Use the default `remix-kit preview` for the dev:server.\n| [Express](https://github.com/remix-run/remix/tree/main/templates/express) | ✅ | Rename the `dev:node` npm script to `dev:server` and delete the duplicate `dev:server` script. Add a `require(BUILD_DIR);` in the app.listen callback otherwise the first request will fail due to the dev client asynchronously initializing.\n| [Fly](https://github.com/remix-run/remix/tree/main/templates/fly) | ❓ |\n| [Netlify](https://github.com/remix-run/remix/tree/main/templates/netlify) | ❓ |\n| [Vercel](https://github.com/remix-run/remix/tree/main/templates/vercel) | ❓ |\n| [Deno](https://github.com/remix-run/remix/tree/main/templates/deno) | ❓ |\n| [Cloudflare Workers](https://github.com/remix-run/remix/tree/main/templates/cloudflare-workers) | ⏳ |\n| [Cloudflare Pages](https://github.com/remix-run/remix/tree/main/templates/cloudflare-pages) | ⏳ |\n\n### Packages\n\n| Package                                    | Changelog                                       |\n| ------------------------------------------ | ----------------------------------------------- |\n| [remix-kit](packages/remix-cli)            | [Changelog](packages/remix-cli/CHANGELOG.md)    |\n| [@remix-kit/kit](packages/remix-kit)       | [Changelog](packages/remix-kit/CHANGELOG.md)    |\n| [@remix-kit/react](packages/remix-react)   | [Changelog](packages/remix-react/CHANGELOG.md)  |\n| [@remix-kit/schema](packages/remix-schema) | [Changelog](packages/remix-schema/CHANGELOG.md) |\n| [@remix-kit/vite](packages/remix-vite)     | [Changelog](packages/remix-vite/CHANGELOG.md)   |\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for information on how to develop RemixKit locally.\n\n## Supporting RemixKit\n\nRemixKit is an MIT-licensed open source project with its ongoing development made possible entirely by volunteer time. If you'd like to support this effort, please consider [sponsoring](https://github.com/sponsors/jrestall).\n\n## Credit\n\nThis project was bootstrapped using code from [Nuxt](https://github.com/nuxt). Their MIT license can be found [here](./COPYRIGHTS.md) and [here](./LICENSE). In addition it benefits greatly from a large number of libraries from the [UnJS](https://github.com/unjs) ecosystem. [Vite](https://vitejs.dev/) and [vite-node](https://github.com/vitest-dev/vitest/tree/main/packages/vite-node#readme) provide most of the core functionality and their usage is based on the approach pioneered by [@pi0](https://github.com/pi0) and described in detail by [@antfu](https://github.com/antfu) at [antfu.me](https://antfu.me/posts/dev-ssr-on-nuxt#approach-3-vite-node).\n\n## License\n\n[MIT](https://github.com/sveltejs/kit/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrestall%2Fremix-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrestall%2Fremix-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrestall%2Fremix-kit/lists"}