---
title: "Tiptap Utilities"
description: "Tiptap Utilities complement the Editor API, providing tools to help you with your editor and content. Learn more in the docs!"
canonical_url: "https://tiptap.dev/docs/editor/api/utilities"
---

# Tiptap Utilities

Tiptap Utilities complement the Editor API, providing tools to help you with your editor and content. Learn more in the docs!

Tiptap Utilities are complementing the Editor API, providing tools that improve and extend your interactions with the editor and content.

## All utilities

| Utility Name                                                                         | Description                                                                            |
| ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| [`HTML Utility`](https://tiptap.dev/docs/editor/api/utilities/html.md)               | Handles JSON and HTML transformations server-side.                                     |
| [`JSX`](https://tiptap.dev/docs/editor/api/utilities/jsx.md)                         | Use JSX to control the way your extensions render to HTML.                             |
| [`Position Utilities`](https://tiptap.dev/docs/editor/api/utilities/position.md)     | Track and update positions in your editor as the document changes.                     |
| [`Static Renderer`](https://tiptap.dev/docs/editor/api/utilities/static-renderer.md) | Render JSON content as HTML, markdown, or React components without an editor instance. |
| [`Suggestion Utility`](https://tiptap.dev/docs/editor/api/utilities/suggestion.md)   | Adds customizable autocomplete suggestions to the editor.                              |
| [`Tiptap for PHP`](https://tiptap.dev/docs/editor/api/utilities/tiptap-for-php.md)   | Integrates Tiptap functionalities into PHP projects.                                   |
