start-core/server-routes

Installation
SKILL.md

Server Routes

Server routes are API endpoints defined alongside app routes in the src/routes directory. They use the server property on createFileRoute and handle raw HTTP requests.

Basic Server Route

// src/routes/api/hello.ts
import { createFileRoute } from '@tanstack/react-router'
Installs
GitHub Stars
16
First Seen
start-core/server-routes — lightfastai/lightfast