Skip to main content
StricJS is a Bun framework for building high-performance web applications and APIs.
  • Fast — Stric is one of the fastest Bun frameworks. See the benchmark.
  • Minimal — Core components like @stricjs/router and @stricjs/utils are under 50kB and require no external dependencies.
  • Extensible — Stric includes a plugin system, dependency injection, and optional optimizations for handling requests.

Use bun init to create an empty project.
terminal

To implement an HTTP server with StricJS:
index.ts

To serve static files from /public:
index.ts

Run the file in watch mode to start the development server.
terminal

For more info, see Stric’s documentation.