{"id":15690491,"url":"https://github.com/riipandi/remix-start","last_synced_at":"2026-03-07T20:04:50.641Z","repository":{"id":46705500,"uuid":"515522439","full_name":"riipandi/remix-start","owner":"riipandi","description":"Minimal containerized React Router full-stack application with Tailwind CSS, TypeScript, Storybook, Vitest, and Playwright E2E Testing.","archived":false,"fork":false,"pushed_at":"2025-10-02T04:10:57.000Z","size":9436,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T04:22:16.070Z","etag":null,"topics":["biome","boilerplate","docker","e2e-tests","jamstack","playwright","react","remix-stack","saas","saas-boilerplate","tailwindcss","template","typescript","vitest"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riipandi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"riipandi","patreon":null,"custom":[]}},"created_at":"2022-07-19T09:39:15.000Z","updated_at":"2025-10-02T04:11:01.000Z","dependencies_parsed_at":"2024-10-23T22:59:16.359Z","dependency_job_id":"74fefc08-3054-42fd-84f2-c69f2c08aa07","html_url":"https://github.com/riipandi/remix-start","commit_stats":{"total_commits":236,"total_committers":1,"mean_commits":236.0,"dds":0.0,"last_synced_commit":"b4db3fef26cddcdf49d8104d12d6c7d8a75c9431"},"previous_names":["riipandi/remix-start"],"tags_count":44,"template":true,"template_full_name":null,"purl":"pkg:github/riipandi/remix-start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fremix-start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fremix-start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fremix-start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fremix-start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riipandi","download_url":"https://codeload.github.com/riipandi/remix-start/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fremix-start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30229590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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","boilerplate","docker","e2e-tests","jamstack","playwright","react","remix-stack","saas","saas-boilerplate","tailwindcss","template","typescript","vitest"],"created_at":"2024-10-03T18:10:40.247Z","updated_at":"2026-03-07T20:04:50.619Z","avatar_url":"https://github.com/riipandi.png","language":"TypeScript","funding_links":["https://github.com/sponsors/riipandi"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Remix Start\n\n[![Release](https://img.shields.io/github/v/release/riipandi/remix-start?logo=react-router\u0026color=red\u0026logoColor=white)](https://github.com/riipandi/remix-start/releases)\n[![Languages](https://img.shields.io/github/languages/top/riipandi/remix-start)](https://github.com/riipandi/remix-start)\n[![Test](https://github.com/riipandi/remix-start/actions/workflows/test.yml/badge.svg)](https://github.com/riipandi/remix-start/actions/workflows/test.yml)\n[![Contribution](https://img.shields.io/badge/Contributions-welcome-gray.svg)](https://github.com/riipandi/remix-start/pulse)\n\nMinimal containerized React Router application. Production-ready template for building full-stack React applications using React Router v7.\nThis template comes with [Tailwind CSS][tailwindcss] already configured for a simple default starting experience.\n\n---\n\n## What's in the stack?\n\n- Server-side rendering\n- Hot Module Replacement (HMR)\n- Asset bundling and optimization\n- [React Router v7][react-router]\n- Deploy to [Fly.io](https://fly.io) using [Docker][docker] container\n- Healthcheck endpoint for [Fly backups region fallbacks][fly-io]\n- Styling with [Tailwind CSS][tailwindcss] and [Tailwind Variants][tailwind-variants]\n- Production ready [Express][expressjs] server\n- Code formatting and linting with [Biome][biome]\n- Static Types with [TypeScript][typescript]\n- Unit testing with [Vitest][vitest]\n- [Storybook][storybook] for component development\n- E2E testing with [Playwright][playwright]\n\n## 🏁 Quickstart\n\n```sh\npnpm create react-router@latest --template riipandi/remix-start app_name\n```\n\nTo get started with setting up this project, refer to [CONTRIBUTING.md](./CONTRIBUTING.md) for step-by-step instructions.\n\n## 🧑🏻‍💻 Development\n\nIf you're familiar with deploying Node applications, the built-in app server is production-ready.\n\nMake sure to deploy the output of `pnpm build`:\n\n```\n├── package.json\n├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)\n├── server.js\n├── dist/\n│   ├── client/    # Static assets\n│   └── server/    # Server-side code\n```\n\nThis project uses TypeScript for type checking, [Biome][biome] for code formatting\nand linting which is configured in [`biome.json`](./biome.json). It's recommended\nto get TypeScript set up for your editor and install an editor plugin (like the\n[VSCode Biome plugin][vscode-biome]) to get auto-formatting on saving and get a\nreally great in-editor experience with type checking and auto-complete.\n\n## 👷‍♂️ Contributions\n\nContributions are welcome! Please open a pull requests for your changes and tickets\nin case you would like to discuss something or have a question.\n\n## 🙏 Thanks to...\n\nIn general, I'd like to thank every single one who open-sources their source code for their\neffort to contribute something to the open-source community. Your work means the world! 🌍 ❤️\n\n## 📝 License\n\nLicensed under either of [Apache License 2.0][license-apache] or [MIT license][license-mit] at your option.\n\n\u003e Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you,\n\u003e as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\nCopyrights in this project are retained by their contributors.\n\nSee the [LICENSE-APACHE](./LICENSE-APACHE) and [LICENSE-MIT](./LICENSE-MIT) files for more information.\n\n---\n\n\u003csub\u003e🤫 Psst! If you like my work you can support me via [GitHub sponsors](https://github.com/sponsors/riipandi).\u003c/sub\u003e\n\n[![Made by](https://badgen.net/badge/icon/Made%20by%20Aris%20Ripandi?icon=bitcoin-lightning\u0026label\u0026color=black\u0026labelColor=black)][riipandi-x]\n\n\u003c!-- link reference definition --\u003e\n[biome]: https://biomejs.dev\n[docker]: https://docs.docker.com/engine/install\n[expressjs]: https://expressjs.com/\n[fly-io]: https://fly.io/docs/reference/configuration/#services-http_checks\n[license-apache]: https://choosealicense.com/licenses/apache-2.0/\n[license-mit]: https://choosealicense.com/licenses/mit/\n[playwright]: https://playwright.dev\n[react-router]: https://reactrouter.com\n[riipandi-x]: https://x.com/intent/follow?screen_name=riipandi\n[storybook]: https://storybook.js.org\n[tailwind-variants]: https://www.tailwind-variants.org\n[tailwindcss]: https://tailwindcss.com\n[typescript]: https://typescriptlang.org\n[vitest]: https://vitest.dev\n[vscode-biome]: https://marketplace.visualstudio.com/items?itemName=biomejs.biome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Fremix-start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friipandi%2Fremix-start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Fremix-start/lists"}