Our company has a primary goal of furthering the development and improvement of geospatial technology specifically for mobile platforms. We are dedicated to staying at the forefront of this cutting-edge technology and constantly exploring new ways to enhance it. Our team is committed to providing innovative solutions to the challenges that arise in this field, and we pride ourselves on our ability to deliver high-quality, reliable products to our clients.
Our long-term objective is to leverage widely used and highly regarded programming environments like Django and Python to develop mobile applications (Green Cloud Technology). By utilizing these technologies, we aim to create apps that are not only efficient and effective but also fully editable from a smartphone.
Although our company is relatively new in the industry, our team has already developed innovative solutions that could potentially impact the future of mobile technologies.
Our initial application, City Explorer, is a highly advanced and intelligent tourist guide. Powered by cutting-edge AI technology, this app is globally integrated and designed to provide users with an unparalleled experience. One of its most impressive features is its ability to accurately detect the user's location and provide relevant information on nearby attractions. This includes a comprehensive history of the destination, allowing users to fully immerse themselves in the experience and gain a deeper appreciation for the location. With City Explorer, exploring new destinations on foot has never been easier or more enjoyable.
The parliamentary election in 2023 in Poland was one of those that shaped the political landscape for generations to come. There were legitimate concerns that votes cast abroad would be invalid if not counted within a limited time. This was desirable by the ruling party at the time, the Law and Justice party, which as an anti-European party had very little support outside Poland. Also, a record turnout was expected.
We had to react and defend our rights in our own way. One of our founders and directors, Adam Manczuk, was a member of the Polish electoral committee in Fife, Scotland. We created the Calculator Parliament 2023 app, which helped members of committees in Scotland count and segregate votes on their mobile phones much faster.
Our team has extensive experience developing projects using Python, Django, Flutter, and Rust. We are also the creators of the Flet-Django library, which enables the rapid development of mobile applications in Python from the Django framework
Technical aspects of our latest projects
Python
Django
Flutter
OpenAI
Bard
TensorFlow
TensorFlow Lite
While exploring the city, a map, especially an electronic one, requires focusing on it. It draws attention away from the city itself, from what directly surrounds us. Many people give up sightseeing or searching for attractions, missing many interesting places without knowing about them, or walking around the city with their noses on the map on their phones. No application would show the tourist attractions around the user with descriptions without the need to use a map. Local communities cannot profit from tourism because tourists do not have any information about the local offer. There are no simple methods to reach the tourists themselves with the local offer, and any advertisement is immediately lost in the informational noise of the hotel reception. A manual collection of attractions is laborious, costly and inefficient, even for a selected area.
City Explorer is an AI-powered individual smart tourist guide in your phone, operating all over the world. Based on generally available sources, a list of interesting locations within a radius of 6 km (about an hour's walk) is automatically created. Locations are presented in the form of a slider on the phone from the nearest to the farthest. For each location, the distance and direction are displayed, and a description and photo gallery are generated. The location search is done in the application; the client's location data is not sent to the server. The commercial layer is an open list of available services generated based on existing verifiable data, such as Google Maps. Local companies can edit their information and use the website to create their own website, online store, booking system or dedicated mobile application. A prototype of such an application is available as the Just Reserved project.
Python
Django
Flutter
Go
WebSockets
iOS
Each target environment: desktop Linux, Windows, MacOS, web application, mobile iOS and Android requires writing a separate frontend. Backend and frontend are separate systems that require communication using a dedicated API layer. Each operation and data model must be separately implemented in at least three different environments, backend, frontend and API. Each change in the front-end application requires separate development and publication.
Flutter allows you to write one front end for all environments Flet allows you to remotely control the application from the Python side With the help of the Flet environment, we created the possibility of building the front end from the level of the Django Frontend written directly in Django has full access to all Django mechanisms like ORM or Celery The created library implements such Django mechanisms as URLs, middleware, generic pages and generic forms The application can be modified by the user while it is running, offering zero coding out of the box. The technology created and used in the application allows you to create, build and publish modifiable and editable desktop/mobile/web applications within a single project and environment.
Python
Flask
SQLAlchemy
RabbitMQ
Discord API
Telegram API
Service for paid access to content in Discord and Telegram. Registered users have 30-day access to the content Users who have purchased a subscription have access to the content for the period of the subscription
The Python service reads data about purchased subscriptions directly from the WooCommerce database. The service in Python checks the status of the subscription every 15 minutes and removes the permissions of Discord and Telegram users whose subscription or trial has expired. Python boots manage groups of permissions on Discord and Telegram, identify users based on email and grant them appropriate permissions.
Rust
Actix Web
Tokyo
Disel
On the client's computer, an embedded application must be running that scans the file system on runtime, reporting changes in files to the server. The application is to work both in connection with the server and offline, with the possibility of updating after regaining the connection. The server connects to the application via API, and copies of files are stored on AWS services.
Written in Rust and compiled as a background plug-in for Windows/Linux/MacOS Actix and event loop Tokyo are the foundation of the embedded event server Server store information in a local database via Diesel The user manages the local service through a simple web GUI provided by Actix web