StudyAssistant is a completely free planner for school, college, and university. There is no subscription, no account, and no cloud copy of your diary. Your schedule, homework, TODOs, organizations, and profile stay on the device.
Free forever. Every feature is included. We do not collect personal identity β no email, no sign-in, no friends graph.
Classes, homework, TODOs, organizations, employees, subjects, settings, and your local profile work without the internet. The network is used only when you choose to share or import something, talk to the assistant, or import a timetable from a photo.
Keep school, college, courses, and university in separate organizations. Subjects, teachers, classrooms, and assignments stay grouped where they belong.
Photograph a timetable (table, diary, or weekly grid). Review the draft, fix times if needed, then apply it locally β including rooms and locations when they are on the image.
Build a repeating week and override a single day when the plan changes. Adjust start times, lesson length, and breaks without rebuilding the whole timetable.
Add homework and attach it to the next lesson of a subject. During the day the app already knows what is coming up, so you are not hunting through the week by hand.
Chat in the app about your local data. The assistant can look up organizations, subjects, and classes, then propose homework or TODOs β nothing is written until you confirm. History stays on the device. A shared daily quota keeps the service free for everyone.
Hand someone a short code or QR link for a schedule or homework item. They preview it, then import into their own local database. No friend list, no cloud profile, no permanent link.
Set the dayβs goals and track them with a timer or stopwatch so focus sessions stay honest.
Keep personal tasks next to homework β with reminders, not with another login.
See the weekβs load on the home screen and how many tasks sit on each day before it piles up.
Get alerts for the start and end of classes, unfinished homework, and a heavy day. Full reminder coverage is on Android; iOS is still catching up.
Your timetable, homework, messages, and profile do not leave the phone as a backup or an account. There is no sign-in and we do not collect personal data such as email, phone number, or a public user profile.
The only things that go over the network are what you explicitly send:
- a temporary share you create (encrypted in transit, short-lived on the server)
- an AI chat turn or a photo used to extract a timetable
- optional ads / a rewarded ad if you want extra AI messages
AppMetrica records crashes and coarse product usage so we can keep AI and sharing online without charging you. It is not a dump of your classes or homework, we do not sell study data, and we do not turn it into a marketing profile of you.
Short Yandex ads (and an optional rewarded ad for extra AI messages) exist for the same reason: they pay for the shared backend, not for unlocking the app.
| Service | Availability |
|---|---|
| GitHub | β |
| RuStore | β |
| AppGallery | β |
| Play Market | Planned |
| App Store | Planned |
| Platform | Local data | Temporary sharing | AI | Local reminders |
|---|---|---|---|---|
| Android | β | β | β | β |
| iOS | β | β | β | In progress |
This project utilizes the following technologies and libraries:
- Clean Architecture: Implement a scalable and maintainable project structure.
- MVI (Model-View-Intent): A unidirectional data flow architecture pattern.
- Multi Modularity: Structure the project into feature modules with
apiandimpllayers. - SOLID Principles: Five principles for object-oriented design and programming.
- Kodein: Dependency injection framework for Kotlin Multiplatform.
- SQLDelight: Type-safe SQL for Kotlin Multiplatform.
- filekit: A library for file management.
- Ktor: Asynchronous HTTP client and server framework for Kotlin.
- PostgreSQL: Transactional quotas and encrypted temporary sharing storage.
- DeepSeek API: Server-side shared AI through the fixed Flash model.
- Tracer: Android crash reporting.
- AppMetrica: Crash and usage analytics for the shared AI and sharing backend.
- Compose Material 3: Material Design components for Jetpack Compose.
- Decompose: Multiplatform navigation library for Jetpack Compose.
- koalaplot-charts: Multiplatform chart library for Compose.
- sketch-compose: Lightweight image loading library for Jetpack Compose.
- Android WorkManager: Manage background tasks on Android.
- Android BuildFlavors: Configure different versions of your app.
- Kotlinx-datetime: Date and time library for Kotlin Multiplatform.
- Kotlin Coroutines and Flows: Asynchronous programming with coroutines and flows.
- Logger: Multiplatform logging library.
- KSP (Kotlin Symbol Processing): Lightweight compiler plugin for Kotlin.
- Gradle KTS: Gradle build scripts with Kotlin DSL.
- Detekt & Lint: Static code analysis tools.
- BuildKonfig: Multiplatform configuration management.
This list provides an overview of the key technologies and libraries used in this Kotlin Multiplatform project. For detailed documentation and usage, please refer to the linked resources.
graph LR;
androidApp --> shared
iosApp --> shared
shared --> core
subgraph one [Core]
direction LR;
core --> common & ui & presentation & domain & data
data --> remote & database
end
shared --> features
subgraph two [Features]
direction LR;
features --> preview-impl --> preview-api
features --> schedule-impl --> schedule-api
features --> tasks-impl --> tasks-api
features --> analytics-impl --> analytics-api
features --> info-impl --> info-api
features --> profile-impl --> profile-api
features --> settings-impl --> settings-api
features --> users-impl --> users-api
features --> editor-impl --> editor-api
features --> chat-impl --> chat-api
end
Copyright 2026 Stanislav Aleshin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.









