Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Default owner for all files in this repository.
* @Ashish-walkingn8mare
* @z-tushar
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Espresso: High Performance PDF Generator and Signer
<div align="center">
<img src="docs/assets/espresso.png" alt="Espresso Logo" width="260" height="115">
<h1>Espresso: High Performance PDF Generator and Signer</h1>
</div>

Espresso is the ultimate solution for high-performance PDF generation and digital signing. Whether you need to generate PDFs from HTML templates or sign them with digital certificates, Espresso is designed to handle massive workloads with ease. With rendering and signing times under 200ms, Espresso is ready to handle peak loads of 120K requests per minute (RPM).

Expand Down
Binary file added docs/assets/espresso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 72 additions & 44 deletions espresso-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions espresso-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"axios": "^1.8.1",
"axios": "^1.15.0",
"clsx": "^2.1.1",
"htmlhint": "^1.1.4",
"lodash": "^4.17.21",
"lucide-react": "^0.477.0",
"next": "15.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.54.2",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.0.2"
Expand All @@ -26,8 +26,8 @@
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"tailwindcss": "^4",
Expand Down