Introduction
This application aims to provide a real-time translation app to support meetings. The application will be created using a No-code AI system. The purpose is to test whether this application can be created without coding.
Screen Design
AI Instructions
Create a web application that supports collaboration between multiple people on a conference call who speak one of three languages.
- English
- French
- Italian
The application will display three input boxes 1/3 the depth and at the bottom of the screen corresponding to each language. If text is entered into one of the three input boxes, its automatically translated into the other languages and copied across to the corresponding language output boxes.
So if text is entered into the Input Box 2 for English, its copied to Output Box 1 without change, and translated into Italian (box 1) and French (box 3)
The systems will time stamp the message sent time and include the user’s First Name or Initial in the message, so its clear who sent the message.
The results will be stored in a database so that no data is lost.
There will be a SEND Button at the bottom of the page to allow the user to make changes.