Development of the Android application "Poetic Assistant" with AI integration (for personal use)
It is necessary to develop a mobile application for the Android OS, designed for creating, editing, and storing poems in the Ukrainian language. The application is being developed for private personal use with an emphasis on quality, convenience, reliability, and confidentiality. A key feature is deep integration of artificial intelligence to assist the author during the creative process, as well as stable operation without the internet. 2. Target platform Operating system: Android (support for current versions starting from Android 10 and newer). Type of development: Native (Kotlin) or cross-platform (Flutter) — at the developer's discretion, the main thing is high speed and smoothness of the interface. 3. Functional requirements A. Security and confidentiality (Login) Reliable protection of personal drafts when launching the application. Authorization via biometrics (fingerprint login / FaceID) or entering a private PIN code. B. Smart text editor for poems Clean, minimalist interface to focus on the text. Automatic counting of syllables in each line with the number displayed in the margins. Definition or suggestion of poetic meter. Built-in check for Ukrainian spelling. C. Integration of artificial intelligence (AI) and Rhyming robot in context: AI analyzes the already written text of the poem directly in the editor window. AI functions (online): Integration of modern models via API (e.g., OpenAI GPT-4 or Anthropic Claude) for continuing a line, changing style, or selecting complex metaphors. Offline operation (without the internet): Built-in local dictionary of quality Ukrainian rhymes. If the internet is unavailable, the application should automatically switch to the local database so that the author can search for rhymes offline. D. Library, data security, and backup local database on the phone (SQLite / Room) for saving poems. Sorting works by folders, tags, or creation date. Backup: Automatic or manual synchronization of the database with the user's personal Google Drive. This is necessary to protect against loss of poems in case of phone replacement or breakdown. Quick export of a poem to a text file (.txt) or copying to the clipboard. 4. Design and Interface modern, adaptive interface (Material Design 3). A quality dark theme is mandatory for comfortable poem writing at night and a light theme for daytime. 5. Developer and Result requirements transfer of fully functional source code with comments. Assistance in setting up API keys for AI and integration with Google Drive API. Provision of a ready institutional file (APK) and instructions for its installation on the phone without publication in Google Play.
-
👋 Hello. I understand the task: I need an Android app for personal use, where AI acts as a poetic assistant, not just a text generation field. I would immediately think through the logic of the scenarios — inputting themes, styles, rhymes, saving drafts, and quick access to previous versions, because this is what makes such applications either convenient or annoying. ✅ I have done similar projects with mobile logic, local storage, and connecting AI services. 📋 I will gather the screen structure, define the stack for Android, connect text generation and SQLite for local data, and then compile everything into a working app without unnecessary overload. I can start now, send the details on the functions — and I will draft a precise plan in stages.
-
196 We already have a practically ready similar solution with an editor, local storage, an AI assistant, and secure access, which can be quickly adapted for a poetic application and launch the first working version.))
I roughly see a budget starting from 145,000 UAH and a timeline of about 45 days for a stable version with APK, instructions, API key settings, and code transfer.
We can keep it simple at the start - make the first stage as the working core of the application, and then separately enhance the offline dictionary of rhymes and language hints.
> Biometric or PIN, local storage via Room, dark and light theme, export to txt and clipboard.
> An editor with syllable counting, rhyme suggestions, basic Ukrainian text checking, and a convenient night mode.
> AI via API for line continuation, stylization, metaphors, and working with already written text in the editor window.
> Offline mode with a local rhyme database, so the application doesn't disrupt the creative process without the internet - it sounds grand, but reliability is really important here.
For Google Drive, it's better to lay down a separate layer of synchronization with manual and automatic backup to avoid losing poems when changing phones.
We need to clarify two things - should the rhyme dictionary be prepared by you, or are we collecting and cleaning the database ourselves?
… And also - should the AI work only with your personal key, or do we need to create a simple key management screen within the application?
Relevant examples from Ingello:
> https://business.ingello.com/tts - similar in logic to working with language, text, and AI.
> https://business.ingello.com/vorfahr - an example of complex AI automation with applied business logic.
> https://business.ingello.com/fractal - a strong example of agent architecture that can be partially applied for a poetic assistant.
Main page of Ingello for the exchange - https://systems-fl.ingello.com/ua.
If proceeding cautiously, I would start with a prototype of the editor and local database, because those who measure well do less rework, although no, here it’s more about the developer suffering less =/.
-
583 6 0 I carefully read the specifications — the project is well thought out, and it is definitely within my comfort zone. I have done similar tasks: an offline-first Android application with a local database, biometric login, and backup to Google Drive. So, straight to the point:
What I propose from my experience:
Native Kotlin + Jetpack Compose + Material 3 — this will provide the same smoothness of the editor that you describe, along with an easy dark/light theme "out of the box."
I will implement the syllable counting with my own algorithm tailored to Ukrainian phonetics (vowels considering the apostrophe, й, diphthongs) — ready-made libraries do not work correctly here. Determining the meter (iambic/trochaic/amphibrachic, etc.) will be a separate module in the stress scheme.
I will embed a local rhyming dictionary in SQLite with an index based on phonetic endings — the search is instantaneous even on weak devices.
AI integration through Claude or GPT-4o, with careful prompting specifically for Ukrainian poetry (not just "continue the text") and streaming output in the editor.
Biometrics through BiometricPrompt + backup PIN, encryption keys in Android Keystore — drafts are genuinely protected, not just "for show."
Backup to Google Drive in your personal app folder (AppData scope) — no one but you has access to the files.
-
374 Hello! I have reviewed your detailed technical assignment, and this project resonates with me greatly, as I have extensive experience in cross-platform development and AI model integration. The main technical challenge of your application is developing algorithms for autonomous operation with the Ukrainian language: I will implement syllable counting through precise parsing of vowels, and for fast offline rhyme searching, I will pre-collect and embed an optimized local database (SQLite) into the application so that everything works lightning-fast without network access. I want to warn you as an expert that offline determination of poetic meter is an extremely complex task due to the variable stress in the Ukrainian language, so I suggest implementing this functionality through integration with powerful online AIs (Claude or GPT-4o), which will also handle metaphor selection and idea generation in the editor perfectly. To protect your personal drafts, I will connect the native biometric modules of your smartphone (Fingerprint/FaceID), and I will configure the local database for reliable synchronization with your Google Drive via the official API, ensuring that no line is ever lost. The interface will be designed in a minimalist Material Design 3 with a perfect dark theme for comfortable nighttime creativity. After completing the development, I will provide you with fully commented source code, a step-by-step guide for connecting your personal API keys, and a ready APK file for installation. Write to me in private messages, and we can discuss the details; I am ready to start designing the database!
-
323 Good day.
The project caught my attention because it is not just a text editor, but a tool for creativity with quite non-trivial requirements: analysis of poetic meter, syllable counting, a local rhyme database, AI integration, and full offline functionality.
I am the CEO of Mobiwolf. We specialize in developing mobile applications for Android and iOS and can help build such a product with a focus on quality, performance, and data privacy.
I particularly like that you have already thought through the offline working scenario. In practice, the combination of a local rhyme database, Room/SQLite, biometric authentication, and an AI assistant requires the right architecture from the very beginning to keep the app fast even as the library of works grows.
I would like to clarify a few points:
… • Do you have examples of interfaces or references to applications that you like?
• How deep should the analysis of poetic meter be — basic hints or a full linguistic check?
• Are you considering the use of local AI models in the future for partial offline functionality?
I would recommend implementing the first version in stages: editor + local database + security + backup, and after that, integrate AI functionality. This approach allows for a quicker stable product and reduces risks.
I honestly note that our team will be able to start active development in about 3 weeks. However, we can already analyze the technical specifications in detail, propose an architecture, and prepare a phased estimate.
I suggest moving to a private chat. After discussing the details, we can provide a realistic assessment of timelines and budget and suggest the optimal technical approach.
Best regards,
Oleksiy
CEO, Mobiwolf
-
277 Hello! I am interested in your project. I am ready to discuss the details, assess the timeline and cost of implementation. I look forward to collaborating!
-
2022 35 2 2 Good day, I have extensive experience in the field of Android app development. I have developed a crypto wallet on Android, where I used similar practices. Integration with Google Drive, Room, and artificial intelligence. I am ready to complete your project quickly and efficiently. I hope for a long-term collaboration.)
-
361 2 1 Hello, I am ready to create a mobile application according to your requirements. I have worked on a project with AI integration and am ready to offer you the best solutions regarding performance and project budget.
-
172 1 1 Good day. I am ready to complete this project as I have extensive experience in app development.
-
3418 11 1 Hello! I am a mobile app developer with experience and I am in the TOP-10 on freelance!
I develop from scratch to publication in the App Store and Google Play.
Since I have extensive experience, I am ready to implement something similar for you.
To provide an accurate development cost, we need to discuss in more detail!
My portfolio:Freelancehunt
-
2662 53 0 1 Hello. I can create such an Android application, but based on the description, the project is large, so it's better to go step by step. First, MVP: editor, SQLite, syllable counting, rhymes, basic AI integration, export, and APK. Biometric features, Google Drive, and an offline rhyme database can be added in the next phase. We need to clarify the budget, timelines, and which specific AI APIs you plan to use.
-
451 Hello, I am ready to offer you to create a turnkey application. Let's discuss the details and agree on the terms of cooperation.
-
582 2 0 Good day!
Extensive experience in developing web projects and turnkey mobile applications. Experience in developing information processing systems, freelance exchanges, and management systems.
I use the following technology stack: PHP (Laravel), React Native, MySql, Vue, Jquery, Bootstrap, ElasticSearch.
-
1468 1 0 Good day) Interesting product, ready to create it for you. If needed, I can also make a publication for the market. I don't quite understand why to upload to Google Drive, you can create a free private storage from Google. (And backups will be automatic, and the storage will be private).
-
1423 46 0 Hello, I am ready to write an application for you. I have extensive experience in application development and AI integration. Please message me privately to discuss the details. I would be happy to collaborate!
-
11596 44 0 Hello, I have experience in application development from idea to publication.
Message me privately, we will arrange a call - we will determine the entire scope of work.
I will provide an estimate.
I will be happy to help you!
-
6590 56 1 2 Good day, I am ready to complete it. Write to me privately and we will discuss the details further.
-
5957 33 0 Hello! I specialize in Flutter development for iOS and Android, ranking in the top 10 in the field of hybrid mobile applications on freelance platforms. I have experience in both independently developing applications from scratch to release and working in commercial companies. I have also published apps in the App Store and Google Play - from preparation to full release. Proofs are in the reviews, one of the latest reviews is specifically related to AI integration into the app.
I am available for work and can provide free consultations on all questions.
-
1481 9 0 Good day! We have experience in developing Android applications with LLM integration for text generation and processing. We implement this through Clean Architecture using Kotlin and the OpenAI API for creative functions. We will ensure reliable local data storage for privacy. We are ready to discuss the details of the technical task and start working on your project.
Current freelance projects in the category App Development for Android
Kotlin apk Update 3 requests
22 USD
There is a project in Kotlin, a small mobile application that needs fixing. There are 3 endpoints that need to be corrected, including the processing. Please provide the time for updating and building the APK for testing, as well as the cost. Hybrid Mobile Apps, App Development for Android ∙ 2 days 12 hours back ∙ 16 proposals |
Development of a mobile applicationLooking for iOS/Android developers to create gambling applications. Stack: Flutter/Unity/Kotlin/Swift Experience with visuals and designs of Chicken Road/Tower Rush/Plinko, as well as using tools like WebView, Firebase, AppsFlyer, various SDKs. App Development for Android, Apps for iOS (iPhone and iPad) ∙ 9 days 6 hours back ∙ 34 proposals |
Mobile application iOS/Android
20 USD
I am looking for a mobile application developer (iOS and/or Android) to create a training application for beginners and intermediate users. The application should help users with planning workouts, monitoring progress, and motivating them to engage in regular physical activity.… App Development for Android, Apps for iOS (iPhone and iPad) ∙ 11 days 10 hours back ∙ 21 proposals |