R
R
eface

Meta-Framework for Modern
Web Applications

Zero-build framework that brings interactivity through HTMX, modern templating with JSX, and powerful server-side features - all without the complexity of traditional SPAs.

Modern Development Challenges

The web development world is overwhelmed with complex configurations, build steps, and redundant code.

Complex Configuration

Large package.json files and intricate build setups

Code Redundancy

Excessive boilerplate and repetitive patterns

Constant Learning

Continuous need to learn new tools and frameworks

Slow Development

Time-consuming build processes and setup

Reface – Minimalism and Performance

We've created a tooling ecosystem that works simply and efficiently.

Zero-Build

No build steps required

Complete Ecosystem

All modules work together seamlessly

Quick Start

Get started in minutes

1import { component } from "@recast";
2
3const Button = component((props, children) => (
4 <button class={["btn", props.variant]}>
5 {children}
6 </button>
7));
8
9// Usage
10Button({ variant: "primary" })`Click me`
11// <button class="btn primary">Click me</button>

Complete Web Development Ecosystem

All modules work together to make development easier

Reface Framework

HTMX Integration
Hono Router
Deno Runtime
Partial System
Island Architecture

ReCast

Template Engine

ReStory

Component Development

ReDocs

Documentation System

Reface UI

WebApp UI Framework

Try Now
R
eface