{"id":23191643,"url":"https://github.com/xanthous-tech/hono-astro-remix-template","last_synced_at":"2025-08-18T19:32:28.801Z","repository":{"id":264423004,"uuid":"871453859","full_name":"xanthous-tech/hono-astro-remix-template","owner":"xanthous-tech","description":"This is a boilerplate for building web applications with Remix, Astro and Hono.","archived":false,"fork":false,"pushed_at":"2024-12-18T07:55:46.000Z","size":683,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-18T08:28:25.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/xanthous-tech.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}},"created_at":"2024-10-12T02:39:30.000Z","updated_at":"2024-12-17T13:28:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc230783-32b5-44ce-8124-3f6fca027382","html_url":"https://github.com/xanthous-tech/hono-astro-remix-template","commit_stats":null,"previous_names":["xanthous-tech/remix-hono-template","xanthous-tech/hono-astro-remix-template"],"tags_count":0,"template":true,"template_full_name":"xanthous-tech/remix-express-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fhono-astro-remix-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fhono-astro-remix-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fhono-astro-remix-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xanthous-tech%2Fhono-astro-remix-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xanthous-tech","download_url":"https://codeload.github.com/xanthous-tech/hono-astro-remix-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230268671,"owners_count":18199806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-12-18T12:18:14.510Z","updated_at":"2025-08-18T19:32:28.788Z","avatar_url":"https://github.com/xanthous-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix + Astro + Hono Boilerplate\n\nThis is a boilerplate for building web applications with [Remix](https://remix.run), [Astro](https://astro.build) and [Hono](https://hono.dev).\n\n## Overview\n\n- Server side tech stack:\n  - [x] Hono (for server)\n    - [ ] Hono OpenAPI generator\n  - [x] TypeScript\n  - [x] Postgres\n  - [x] DrizzleORM (to operate Postgres)\n  - [x] Redis\n  - [x] BullMQ (via Redis)\n    - [x] Dashboard (via bull-board)\n  - [x] Minio\n  - [x] Auth (via Lucia)\n  - [x] Stripe\n    - [x]\n  - [ ] Emails (via Resend / Nodemailer)\n    - [x] Magic Link / OTP\n    - [x] Welcome Email after Subscription\n- Client side tech stack:\n  - [x] TailwindCSS\n  - [x] shadcn/ui\n  - [x] react-router v7 (aka Remix v3, for app)\n  - [x] Astro (for static content)\n    - [x] Landing Page\n      - [x] Hero\n      - [x] Features\n      - [x] Pricing\n    - [x] Blog\n    - [x] Docs (via Starlight)\n    - [ ] SEO features\n      - [ ] Sitemap\n      - [ ] RSS\n      - [ ] OpenGraph\n- Build system\n  - [x] Vite\n  - [x] BiomeJS (for linting and formatting)\n  - [x] tsup (for server code bundling)\n\n### Why Hono?\n\nHono has a lot of modern features that make it better than plain express (which I used to use) for building backend for any application (web, native app, API SaaS):\n\n- Runtime agnostic\n- Zod validator middleware\n- Hono client (no need for tRPC)\n- Request Streaming\n- OpenAPI documentation generation\n\n\n### What is BullMQ?\n\nBullMQ is a Redis-backed task queue and it provides a lot of important functionalities for building a scalable application at the start. At the age of AI, it is increasingly common to run long-running tasks in the background (LLM request chains), handle rate-limiting, running I/O intensive tasks in JS via horizontal scaling, and even interop with Python code. BullMQ unlocks all the possibilities.\n\n### Why Remix + Astro?\n\nRemix (React-router v7) is used as SSR frontend for the web-app. Having a server-side rendered application frontend is safer and easier to manage states. At the time of writing, React-router v7 just released and does not have strong static generation library / framework available even if the feature is provided, so Astro is added alongside of the project to handle static content. Landing page, blog and documentations are all handled by Astro.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthous-tech%2Fhono-astro-remix-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxanthous-tech%2Fhono-astro-remix-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxanthous-tech%2Fhono-astro-remix-template/lists"}