Cross-platform mobile application designed to improve productivity and digital information comprehension by transforming web content and documents into a clean, minimalist, distraction-free format.
Version: Initialization (v0.1.0)
Status: Active development - Base structure implemented
This project is in its early stages. Currently implements basic navigation infrastructure and authentication structure.
- React Native 0.81.4
- Expo SDK ~54.0.10
- TypeScript ~5.9.2
- Content Processing: Text and image extraction and cleaning from URLs and files
- Library and Organization: Storage, classification, and search of processed documents
- Document: Visualization, editing, and document interactions
- AI Interaction: Conversational assistant for summaries and analysis
- Security and Account Management: Authentication and cloud synchronization
- Settings and Preferences: Interface and application customization
β οΈ Note: These modules are in planning phase and not implemented in current code.
- Node.js 18+
- npm or yarn
- Expo CLI
- iOS Simulator (Mac) or Android Studio (for emulators)
# Clone repository
git clone https://github.com/jntellez/documind.git
cd documind
# Install dependencies
npm install
# Start development server
npm start- β iOS (native)
- β Android (native)
- β Web (browser)
This project is open source and available under the MIT License.