React meta-framework powered by Elysia and Bun — file-based routing, SSR, SSG, ISR, and full TypeScript inference.
bun create furin@latest my-app
cd my-app
bun install
bun run devFor the shadcn/ui starter:
bun create furin@latest my-app --template fullFull API reference, rendering modes, routing, and deployment guides at teyik0.github.io/furin.
| Workspace | Description |
|---|---|
packages/core |
Core library — @teyik0/furin |
apps/docs |
Documentation site |
examples/task-manager |
Example: task manager app |
examples/weather |
Example: weather app |
bun run fix # lint & format
bun run test # run all tests
bun run tscheck # type-check
bun run build # build all packages