Redpoint

A zero-config, TypeScript-first web framework for developers who value security and performance.

Server First

Components are rendered on the server, sending lightweight HTML Redpoint boosts site speed by rendering components server-side and delivering lean HTML to the browser, eliminating any unnecessary JavaScript.

Zero Bloat

Only the code your import reaches the client, so the payload stays tiny and loads instantly. No more worries about node_modules directory or a heavy package manager - Redpoint is built around Deno's secure URL-based imports.

Zero-Dependency Core

Ships with no external dependenices, keeping the installation footprint minimal and avoiding version-conflict headaches.

Layouts and Components

Define reusable layout files and build your own components library with native TypeScript, letting you structure pages consistently while retaining full control over markup and styling.