<!-- https://mathlive.io/sdk/ -->

# MathLive SDKs

MathLive provides several SDKs to help you build scientific and technical applications.

## MathJSON
The **MathJSON SDK** is a JavaScript/TypeScript library to represent and manipulate mathematical expressions in the MathJSON format.


<ReadMore path="/math-json/">
Learn more about the **MathJSON** <Icon name="chevron-right-bold" />
</ReadMore>



## Mathfield
The **Mathfield SDK** is a JavaScript/TypeScript library to create interactive math input fields in web applications. It allows users to enter mathematical expressions using a virtual keyboard, and it can parse and serialize these expressions in the MathJSON format.


<ReadMore path="/mathfield/">
Learn more about **Mathfields** <Icon name="chevron-right-bold" />
</ReadMore>


## Compute Engine
The **Compute Engine SDK** is a JavaScript/TypeScript library for symbolic computing and numeric evaluation of mathematical expressions. It can parse and manipulate MathJSON expressions, perform symbolic computations, and evaluate expressions numerically.

<ReadMore path="/compute-engine/">
Learn more about the **Compute Engine** <Icon name="chevron-right-bold" />
</ReadMore>
