Write like nobody’s watching. Because they aren’t.
This is the source code for Writopia, a text editing App and SDK.
Writeopia is a modern text editor that integrates AI while prioritizing offline functionality and user privacy. Unlike cloud-based AI assistants, Writeopia allows you to choose your own AI model and interact with it locally, ensuring that your data stays on your device.
Writeopia is built for writers, developers, and researchers who want the power of AI without sacrificing privacy. Whether you're drafting a novel, taking notes, or coding, Writeopia provides an intelligent and distraction-free environment.
You can check the documentation of the project in the application documentation.
You can go to https://writeopia.io and download the MacOS app under the download section. We would love your feedback about the app!
You can check how to work locally if you would like to contribute with fixes, improvements or try Writeopia from source code.
Writeopia is a free project, so we would love your participation. Please check our issues and suggest changes before using the issues tab so we can evaluate and architecture new solutions together.
If you're looking for a place to get started you can look at:
- Issues with good first issue label
- Documentation for the project
- Bugs and other issues listed on GitHub
- Analise the apps and looks for new bugs.
Some useful commands for this project:
To start the desktop app:
./gradlew application:composeApp:run
To start the web app:
./gradlew jsBrowserRun
Running the tests of the project:
./gradlew jvmTest
To start the android app use Android Studio.
The SDK allows you to create a text editor an use it instead of a simple TextField
. You can use this library to create a better story editing experience within apps, such as social media (posts), travel logs, blog apps (like Medium), and chats (like Slack). By using this library, you can provide a great experience for editing text with media.
You can more in the SDK documentation