# typerighter

> **Alpha:** Typedown is in early development. APIs and file formats may change between releases.

[![npm](https://img.shields.io/npm/v/typerighter)](https://www.npmjs.com/package/typerighter)
![Status](https://img.shields.io/badge/status-alpha-orange)
![License](https://img.shields.io/badge/license-AGPL--3.0-green)

**[Homepage](https://huydo862003.github.io/typerighter/) · [Getting Started](https://huydo862003.github.io/typerighter/) · [GitHub](https://github.com/huydo862003/typerighter) · [Issues](https://github.com/huydo862003/typerighter/issues)**

Vite plugin and static site generator for [Typedown](https://huydo862003.github.io/typerighter/), a typed content framework built on markdown.

## Features

- Schema-typed frontmatter with property validation and autocompletion
- Syntax highlighting, go-to-definition, go-to-references, and semantic rename
- Static site generator with full-text search
- Editor extensions for Neovim, Zed, and VS Code / VSCodium

## Installation

```sh
npm install typerighter
```

See the [getting started guide](https://huydo862003.github.io/typerighter/) for full setup and usage instructions.
