SMRTR ProgrammingFeb 12, 2025Hacker News

A no-build fullstack SSR TypeScript web framework

SMRTR summary

FullSoak is a new TypeScript fullstack framework launched in 2025 for building fast web applications. It features a no-build approach, eliminating the need for compilers or bundlers. FullSoak supports JSX and HTM, uses Preact for a React-like experience, and prioritizes server-side rendering. The framework follows a simple "Controller-View-Hydration" structure, making it easy to understand and use. FullSoak aims to provide a streamlined development process with a shallow learning curve for creating modern web applications.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.