Open Source

tenhobi.dev

This site — personal portfolio and blog built with Jaspr, a Dart web framework.

DartJaspr

The site you're reading right now. It's a fully static site written in Dart using Jaspr and jaspr_content — components, layouts, and styles all live in type-safe Dart code.

How it works#

  • Content is plain Markdown with frontmatter, loaded by jaspr_content
  • Layouts and components are Dart classes with co-located, typed CSS
  • The whole site pre-renders to static HTML at build time
  • Deployed to Cloudflare Pages on every push to main

Why Jaspr?#

Writing the web in the same language as my Flutter work means one mental model everywhere — and a static output that needs no server at all.