Skip to content

Commit ab79163

Browse files
committed
Adjust docs page
1 parent 9215410 commit ab79163

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

docs/learning-how-tos/cookbook/nodejs-proxy.mdx

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,21 @@ public: true
99
</Card>
1010

1111

12-
This lightweight proxy server lets you call the DeepL API directly from browser-based applications during prototyping and frontend testing. Since the DeepL API doesn't allow direct browser requests (see [CORS requests documentation](/docs/best-practices/cors-requests)), this proxy handles CORS headers and keeps your API key secure.
12+
## Overview
1313

14-
Perfect for hackathons, demos, and quick prototypes where you need to get up and running fast. Built with Node.js and Express with minimal dependencies. Supports all DeepL API endpoints including text translation, document translation, and glossaries. Includes an interactive web demo for testing translations right in your browser.
14+
This lightweight proxy server lets you call the DeepL API directly from browser-based applications. In simpler terms, it lets you make DeepL API calls from your client-side JavaScript without running into browser security restrictions.
15+
16+
Since the DeepL API doesn't allow direct browser requests (see [CORS requests documentation](/docs/best-practices/cors-requests)), this proxy handles CORS headers and keeps your API key secure. Perfect for hackathons, demos, and quick prototypes where you need to get up and running fast.
17+
18+
Built with Node.js and Express with minimal dependencies. Supports all DeepL API endpoints including text translation, document translation, and glossaries. Includes an interactive web demo for testing translations right in your browser.
19+
20+
<Note>
21+
This proxy is intended for prototyping and frontend testing. For production environments, consider implementing your own backend service with additional security measures and rate limiting.
22+
</Note>
23+
24+
## Quick Start
25+
26+
The proxy includes an interactive setup wizard to get you started quickly. Clone the repo, run the setup, and start sending requests from your browser. Check out the [GitHub repository](https://github.com/DeepLcom/deepl-api-nodejs-proxy) for full setup instructions and Docker support.
1527

1628
## Screenshots
1729

@@ -22,7 +34,3 @@ Perfect for hackathons, demos, and quick prototypes where you need to get up and
2234
<Frame>
2335
<img src="https://raw.githubusercontent.com/DeepLcom/deepl-api-nodejs-proxy/main/assets/dashboard-demo.png" alt="Interactive web demo interface for testing translations" />
2436
</Frame>
25-
26-
## Quick Start
27-
28-
The proxy includes an interactive setup wizard to get you started quickly. Clone the repo, run the setup, and start translating from your browser. Check out the [GitHub repository](https://github.com/DeepLcom/deepl-api-nodejs-proxy) for full setup instructions and Docker support.

0 commit comments

Comments
 (0)