An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Logo


Zap Notes App


Website
ยท
Releases




AI-powered note-taking application for recording and analyzing thoughts, ideas, and tasks.



Forks


Stars


Issues


License


Repo Size


Backend Code

## Try Zap Notes App


Download on the App Store

## Demo



Ultramarine iPhone 16 Mockup


iPhone 15 Pro Hand Mockup

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 performance

When 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 management

Related 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