One-click install
npx skills add https://github.com/otto-assistant/bridge --skill spiceflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spiceflow
Source: https://github.com/otto-assistant/bridge/tree/main/cli/skills/spiceflow
Command: npx skills add https://github.com/otto-assistant/bridge --skill spiceflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spiceflow provides a simple, fast, and type-safe API and React Server Components framework for TypeScript projects, helping teams build reliable server-driven features without boilerplate.

Core Features & Use Cases

  • Typed API and SSR support for TypeScript applications on Node.js, Bun, or Cloudflare Workers.
  • Consistent fetch client patterns and strong type guarantees across the codebase.
  • Use cases include building scalable APIs, server components, and SSR routes with predictable behavior.

Quick Start

Install Spiceflow in your project and fetch the latest API docs to get started.

Frequently Asked Questions about spiceflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build type-safe APIs and React Server Components in TypeScript?

You can build type-safe APIs and React Server Components in TypeScript using Spiceflow, which provides strong type guarantees and consistent fetch client patterns for server-driven features without boilerplate. It enforces explicit plain-object responses for reliable SSR and API workflows.

Can I use a typed fetch client framework with Bun or Cloudflare Workers?

Yes, Spiceflow supports a typed fetch client framework on Node.js, Bun, and Cloudflare Workers. It enables fast development of scalable APIs and SSR routes with consistent tooling and strong type guarantees across these environments.

What is the best way to enforce type safety and monorepo version alignment for TypeScript APIs?

To enforce type safety and monorepo version alignment for TypeScript APIs, Spiceflow applies strict rules for typed fetch clients and explicit plain-object responses. This ensures consistent behavior and reliability across your server components and API routes.

Do I need explicit plain-object responses for server-side rendering in TypeScript?

Yes, explicit plain-object responses are required for server-side rendering in TypeScript with Spiceflow. This rule ensures predictable behavior and reliable data fetching when building server components and SSR routes.