# roxiness/routify

Automated Svelte routes

Repository: https://github.com/roxiness/routify
Canonical: https://ross.abutalabs.com/products/routify
Homepage: https://routify.dev
Language: JavaScript
License: MIT
License Family: permissive
Topics: hacktoberfest
Last push: 2026-01-07T08:52:46+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 61, release rhythm 48, longevity 100
- inputs: {"age_days": 2534, "days_push": 238, "days_rel": 351, "gap_med": 5.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1985, forks 83 (observed 2026-08-28T04:06:02.601252+00:00)

## What it is
Routify is a file-based router for Svelte applications that automatically generates routes from the file system. It supports SSR, static prerendering, multiple router instances, load hooks, and plugin-based extensibility.

## Use cases
- add file-based routing to a svelte app
- build a multi-page svelte site with automatic routes
- prerender svelte pages for seo
- run multiple routers in one svelte app
- add route guards and data preloading in svelte
- migrate from sapper-style routing

## When to choose
- you use Svelte and want filesystem-driven routing without a full meta-framework
- you need multiple independent router instances or inline pages in one layout
- you want fine-grained control over bundling, prefetching, and prerendering

## When to avoid
- you want an all-in-one framework with batteries included - prefer SvelteKit
- your project is React, Vue, or another non-Svelte stack
- you need a router for native mobile apps

## Facets
- artifact type: library
- maturity: active
- function: routing, web-framework, ssr, static-site-generator
- domain: web-development, frontend
- platform: browser
- tags: svelte, file-based-routing, router, sveltekit-alternative, prerendering, javascript, nodejs, web-server

## Member repositories
- roxiness/routify (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:02.601252+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:03:18.174584+00:00, confidence not recorded.
  - readme: https://github.com/roxiness/routify (fetched 2026-08-28T04:06:02.601252+00:00, sha 9f61ada112e5)
  - homepage: https://routify.dev (fetched 2026-08-29T10:43:21.994371+00:00, sha e3aefbe1b6be)
  - site_page: https://routify.dev/docs (fetched 2026-08-29T10:43:22.003312+00:00, sha 34b846c9fd23)
- Data as of 2026-08-30T08:39:29.467469+00:00.
