@open-form/types
v0.1.3
Published
Core types and formatting utilities for OpenForm framework - renderer interfaces, templates, and field formatters
Maintainers
Readme
OpenForm is documents as code. It lets developers and AI agents define, validate, and render business documents using typed, composable schemas. This eliminates template drift, broken mappings, and brittle glue code — while giving AI systems a reliable document layer they can safely read, reason over, and generate against in production workflows.
Package overview
Core types for the OpenForm framework.
Installation
npm install @open-form/typesUsage
import type { Form } from "@open-form/types";
const myForm: Form = {
name: "my-form",
title: "My Form",
// ...
};Changelog
View the Changelog for updates.
Related packages
@open-form/sdk- OpenForm framework SDK
Contributing
We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines and code of conduct.
License
This project is licensed under the MIT license.
See LICENSE for more information.
