No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 01:18:12 +00:00
README.md Update README.md 2026-07-21 01:18:12 +00:00

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.

Security Built Right In

Protection for your project out of box without complex configurations or external plugins. Redpoint integrates security mechanisms directly into the core; with path-based credentials, rate limits, allowed hosts filtering, and sandbox reliance.


(*) Redpoint's source code is officially distributed only via SudoVanilla Ark, along with being mirrored to Codeberg and pub.solar. Anywhere else is unofficial or likely just a mirror. The SudoVanilla Umbrella Policy applies to Redpoint.

Redpoint is currently only distributed under the sudovanilla.org and redpoint.sh domain name, as part of the SudoVanilla Umbrella Policy. If found else where would be unofficial and not controlled by SudoVanilla.