An intelligent note-taking application featuring speech recognition, image storage, and sound recording capabilities. Take your note-taking experience to the next level with AI-powered features.
- Speech Recognition: Convert your spoken words into text automatically
- Image Storage: Save and organize images alongside your notes
- Sound Recording: Capture audio notes and recordings
Check out the live application at AI Notes App
- Next.js
- TurboRepo
- Speech Recognition API
- Supabase
- Shadcn
- Express
- React
- Mongo DB
- Node.js (16.x or higher)
- pnpm package manager
- Clone the repository
git clone <your-repo-url>
cd <your-repo-name>
- Install dependencies
pnpm install
- Start the development server
pnpm run dev
- Open your browser and navigate to
http://localhost:3000
root/
├── apps/
│ └── web/
└── http-backend/
├── packages/
├── turbo.json
└── package.json
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
The application is deployed on Vercel. For deployment, follow these steps:
- Fork this repository
- Create a new project on Vercel
- Connect your forked repository
- Deploy!
Give a ⭐️ if this project helped you!
If you have any questions, feel free to open an issue in the repository.
Made with ❤️ using TurboRepo and Next.js