> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parsefy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# External Resources

> Official documentation for packages and frameworks used with Parsefy

## Node.js / TypeScript

### Core Packages

* **[Zod](https://zod.dev/)**: TypeScript-first schema validation library
* **[TypeScript](https://www.typescriptlang.org/docs/)**: Typed superset of JavaScript

### Frameworks

* **[Next.js](https://nextjs.org/docs)**: React framework for production
* **[Express](https://expressjs.com/en/guide/routing.html)**: Fast, unopinionated web framework
* **[Fastify](https://www.fastify.io/docs/latest/)**: Fast and low overhead web framework
* **[Hono](https://hono.dev/getting-started/nodejs)**: Ultrafast web framework for the Edge

### Middleware & Utilities

* **[Multer](https://github.com/expressjs/multer#readme)**: Node.js middleware for handling `multipart/form-data`
* **[@fastify/multipart](https://github.com/fastify/fastify-multipart)**: Fastify plugin for handling multipart forms

***

## Python

### Core Packages

* **[Pydantic](https://docs.pydantic.dev/)**: Data validation using Python type annotations

### Frameworks

* **[FastAPI](https://fastapi.tiangolo.com/)**: Modern, fast web framework for building APIs
* **[Flask](https://flask.palletsprojects.com/)**: Lightweight WSGI web application framework

### Utilities

* **[python-multipart](https://github.com/andrew-d/python-multipart)**: Streaming multipart parser for Python
* **[Uvicorn](https://www.uvicorn.org/)**: Lightning-fast ASGI server implementation

### Development Tools

* **[Poetry](https://python-poetry.org/docs/)**: Python dependency management and packaging
* **[uv](https://docs.astral.sh/uv/)**: Extremely fast Python package installer and resolver

***
