A zero-config, TypeScript-first web framework for developers who value security and performance. https://redpoint.sh
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-21 21:05:10 +00:00
src Launch 2026-07-21 16:12:47 -04:00
.gitignore Launch 2026-07-21 16:12:47 -04:00
deno.json Launch 2026-07-21 16:12:47 -04:00
LICENSE Launch 2026-07-21 16:12:47 -04:00
mod.ts Launch 2026-07-21 16:12:47 -04:00
README.md Update warning text 2026-07-21 21:05:10 +00:00

Warning

Redpoint is a new experimental project developed by SudoVanilla. Redpoint is a new experimental project developed by SudoVanilla. SudoVanilla does not have experience in building a framework engine, let alone an expert, expect issues and breakage. Redpoint is not expected to be enterprise-ready and should not be used in commercial environments.

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.

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.

Zero-Dependency Core

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


License

Copyright (C) 2026 SudoVanilla

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see https://www.gnu.org/licenses/.

Please don't upload to GitHub