Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ridzimeko/dxtranslate

Simple DeepL translate frontend with no tracker and ads
https://github.com/ridzimeko/dxtranslate

deepl-translate deeplx minimalist svelte sveltekit translate

Last synced: about 1 month ago
JSON representation

Simple DeepL translate frontend with no tracker and ads

Awesome Lists containing this project

README

        

# DXTranslate

![License](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)
![Version](https://img.shields.io/badge/Version-1.0.0-orange.svg)
![Node.js Version](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)

A simple, straightforward frontend translator powered by the DeepL API.

![DXTranslate Web Screenshot](./screenshot/img.png)

## πŸ’‘ Why DXTranslate?

The official [DeepL website](https://deepl.com) can feel a bit bloated and slow at times. I wanted something lightweight and snappy. That’s why I created DXTranslate! It’s a minimalistic version that gets the job done without fuss. Plus, you don’t need an API key or tokenβ€”just input your text and go! πŸš€βœ¨

## ✨ Features

- **Privacy First**: No ads, cookies or tracking. πŸͺ
- **Token-Free**: No need for API keys; just start translating! πŸ”‘βŒ
- **Self-Host**: Want to run it on your own server? Go for it! πŸ’»πŸš€
- **Lightweight**: Fast response times without all the bloat. ⚑

## πŸ“¦ Getting Started

```bash
# clone the repository
git clone https://github.com/ridzimeko/DXTranslate.git

# change project directory
cd dxtranslate

# install dependencies
pnpm i

# start dev sever
pnpm dev
```

## 🀝 Contributing

Got ideas or want to help? Fantastic! You can follow these steps:

- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request

## πŸ“œ License

This project is licensed under the **AGPL-3.0**.

Happy translating! πŸŒπŸ’¬