https://github.com/zigaowang/zapnotesapp
Zap is a versatile note-taking application that allows users to quickly record their thoughts, ideas, and tasks using text, voice, and photos.
https://github.com/zigaowang/zapnotesapp
ai ai-assistant app ios ios-app note-taking notes-app productivity todoapp todolist
Last synced: 2 months ago
JSON representation
Zap is a versatile note-taking application that allows users to quickly record their thoughts, ideas, and tasks using text, voice, and photos.
- Host: GitHub
- URL: https://github.com/zigaowang/zapnotesapp
- Owner: ZigaoWang
- License: gpl-3.0
- Created: 2024-09-18T13:14:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T02:10:24.000Z (3 months ago)
- Last Synced: 2025-02-02T02:18:55.884Z (3 months ago)
- Topics: ai, ai-assistant, app, ios, ios-app, note-taking, notes-app, productivity, todoapp, todolist
- Language: Swift
- Homepage: https://zap-notes.com
- Size: 395 KB
- Stars: 21
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Zap Notes App
Website
ยท
Releases
AI-powered note-taking application for recording and analyzing thoughts, ideas, and tasks.## Try Zap Notes App
## Demo
![]()
![]()
https://github.com/user-attachments/assets/2e255ff0-29e8-4d3b-8e83-38bc0f9988f3
## Features
- โจ Multi-modal input: Text, voice, and photo capture
- ๐ค AI-powered note summarization
- ๐ Image analysis and description
- ๐ค Smart audio transcription
- ๐ Note management (add, edit, delete, mark as complete)
- ๐จ Customizable appearance settings## Planned Features
- ๐ท Enhanced AI-powered categorization and tagging
- ๐ Cross-platform synchronization
- โ Multi-platform support## Project Structure
The project is organized into several key components:
- `ContentView.swift`: The main entry point of the app
- `HomeView.swift`: The primary view for displaying and managing notes
- `NoteRowView.swift`: Individual note display component
- `AudioNoteView.swift`: Audio recording and transcription functionality
- `ImagePicker.swift`: Photo and video capture functionality
- `FullScreenMediaView.swift`: Full-screen media viewing
- `AppearanceSettingsView.swift`: Customizable appearance settings
- `AIManager.swift`: Handles AI-related operations (summarization, image analysis, transcription)
- Backend code: [GitHub Repo](https://github.com/ZapNotesApp/ZapNotesApp-backend)## For AI or Contributors
This project has recently integrated AI capabilities. The main focus areas for future development include:
1. Enhancing AI-powered categorization and tagging of notes
2. Developing cross-platform synchronization capabilities
3. Expanding to support multiple platforms (iOS, macOS, web)
4. Improving AI model accuracy and performanceWhen contributing to this project, please follow the commit message guidelines provided below to maintain a clean and organized project history.
## Commit Message Guidelines
To maintain a clean and organized project history, please follow these commit message guidelines:
### Format:
```
type: subject
```### General Rules:
- Separate different types of changes into different commits.
- Keep the subject concise, no more than 50 characters.
- Use English consistently.
- For detailed explanations, add a blank line after the subject.### Commit Types:
- `feat`: New feature
- `fix`: Bug fix
- `refactor`: Code refactoring
- `docs`: Documentation changes
- `style`: Code style changes (not CSS)
- `test`: Test case modifications
- `chore`: Other changes (e.g., build process, dependencies)### Examples:
```
feat: add user login functionality
fix: resolve slow loading issue on homepage
docs: update project description in README.md
style: standardize code indentation
refactor: restructure data processing module
test: add unit tests for user registration
chore: update dependency versions in package.json
```### Detailed Example:
```
feat: add user login functionality- Implement JWT authentication
- Create login form component
- Add login state managementRelated issue: #123
```## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.
## Contact
Contact Zigao Wang at [email protected], or open an issue: https://github.com/ZapNotesApp/ZapNotesApp/issues