diff --git a/README.md b/README.md index 3330a0e3c..9f857e8f7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ Documenso is built using awesome open source tech including: - [Node SignPDF (Digital Signature)](https://github.com/vbuch/node-signpdf) - [React-PDF for viewing PDFs](https://github.com/wojtekmaj/react-pdf) - [PDF-Lib for PDF manipulation](https://github.com/Hopding/pdf-lib) +- [Zod for schema declaration and validation](https://zod.dev/) +- [Lucide React for icons in React app](https://lucide.dev/) +- [Framer Motion for motion library](https://www.framer.com/motion/) - Check out `/package.json` and `/apps/web/package.json` for more - Support for [opensignpdf (requires Java on server)](https://github.com/open-pdf-sign) is currently planned.