ortense / ssr

A simple tool to build JSX Server Side Render apps in Bun with minimal configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@ortense/ssr

πŸ‘· This is a Work in progress

work in progress gif

A simple tool to build JSX Server Side Render apps in Bun with minimal configuration.

πŸ“¦ To install dependencies:

bun install

πŸ“ TODO

  • automatic map page routes
  • automatic bind inline page style
  • export metatags
  • export page title
  • load global style inline
  • allow custom head component
  • route sorting (specific first)
  • config schema
  • config by package.json
  • serve static files
  • serve assets (favicon & robots)
  • page middleware before render
  • configure CI
    • github actions
    • changesets

🧠 Brainstorming

  • multi route page
  • server routes
  • MDX support
  • HTMx built-in

About

A simple tool to build JSX Server Side Render apps in Bun with minimal configuration


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%