Zyla is a free, AI-powered instant translation tool that works directly on web pages. With just one click, translate any text on the internet instantly, supporting over 100 languages. No limits, no fees, no subscriptions—just seamless, privacy-focused translation.
- Node.js (for running the SvelteKit app)
- Environment variables:
VITE_APP_API_BASE_URL,VITE_APP_API_MODEL,VITE_APP_API_TOKEN
-
Clone the repository:
git clone https://github.com/getzyla/www.git cd www -
Install dependencies:
bun install
-
Set up environment variables in
.env:VITE_APP_API_BASE_URL=your_api_base_url VITE_APP_API_MODEL=your_model VITE_APP_API_TOKEN=your_token -
Run the development server:
bun run dev
-
Open http://localhost:5173 in your browser.
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature. - Commit your changes:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature/your-feature. - Open a Pull Request.
This project is open source under the MIT License. See LICENSE for details.
Made with ❤️ by Pimatis
