Void Space is a minimal, offline-first knowledge space focused on clarity and focus. It is designed to be a quiet place for your thoughts, notes, and references—without noise, pressure, or productivity gimmicks.
Void aims to:
- Stay minimal and calm: Reduce cognitive load with a clean, distraction-free interface.
- Avoid productivity gimmicks: Let ideas exist without forcing structure.
- Respect privacy: Your data stays on your device using fast, local storage.
- Semantic Search: Find your thoughts naturally. Void Space uses local embeddings to power semantic search
- Frictionless Capture: Save links, text, and notes instantly from anywhere using the native Share Intent (Android) with a seamless experience.
- Inline Editing: Quickly edit titles, tags, and notes inline without breaking your flow.
- Beautiful UX: Smooth pull-to-refresh animations, staggered grid layouts, and a cohesive design language.
-
Framework: Flutter (v3.10+)
-
Local Storage: Hive (Fast, secure NoSQL database)
-
AI & Embeddings: Local vector embeddings for semantic search
-
UI/UX: Custom animations, Shimmer loading, Staggered Grid View
- Flutter SDK (
^3.10.7or later) - Dart SDK
- Android Studio / Xcode for platform-specific builds
- Clone the repository:
git clone https://github.com/Naveen-X/VoidSpace.git cd VoidSpace - Install dependencies:
flutter pub get
- Run the app:
flutter run
We are constantly exploring new ways to make Void Space better. Some planned features include:
- Folders & Collections: Custom collections with drag-and-drop.
- Security Vault: Biometric/password-locked notes.
For a detailed list of planned features and improvements, check out features.md.
TBD