Poliglotek is a web application designed for Polish users who seek any information in other languages. It functions as both a search engine and a translator, enabling users to discover foreign-language content and have it translated into Polish.
- Users enter a query in Polish.
- The query is translated into a selected language.
- The app retrieves search results from websites in a chosen country.
- The retrieved pages are translated back into Polish for the user.
- Angular 19
- Micronaut with Java
- Podman – Used for containerisation and deployment.
- Bash – Utilised for automated image building and deployment tasks.
- Google Search JSON API – Facilitates custom web searches.
- Google Translate API – Handles translation of queries and search results.
- Jsoup – Extracts content from static websites.
- Selenium – Extracts content from dynamic websites.
Poliglotek is currently in the testing phase and is deployed on Google Cloud using Cloud Run.