# notesGPT: AI-Powered Voice Notes with Transcription and Summarization

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/nutlope-notesgpt
Generated for open source discovery and AI-assisted research.

notesGPT is an innovative open-source project that allows users to record voice notes and leverage AI to transcribe, summarize, and extract actionable tasks from them. Built with a modern tech stack including Convex, Next.js, and Together.ai, it streamlines the process of turning spoken ideas into organized information. This tool is ideal for anyone looking to enhance their productivity by efficiently managing their voice recordings.

GitHub: https://github.com/Nutlope/notesGPT
OSRepos URL: https://osrepos.com/repo/nutlope-notesgpt

## Summary

notesGPT is an innovative open-source project that allows users to record voice notes and leverage AI to transcribe, summarize, and extract actionable tasks from them. Built with a modern tech stack including Convex, Next.js, and Together.ai, it streamlines the process of turning spoken ideas into organized information. This tool is ideal for anyone looking to enhance their productivity by efficiently managing their voice recordings.

## Topics

- TypeScript
- AI
- Voice Notes
- Transcription
- Summarization
- Productivity
- Next.js
- Convex

## Repository Information

Last analyzed by OSRepos: Mon Jan 05 2026 08:01:21 GMT+0000 (Western European Standard Time)
Detail views: 2
GitHub clicks: 4

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction
notesGPT is an open-source application designed to revolutionize how you manage voice notes. It provides a seamless experience for recording audio, which is then automatically transcribed, summarized, and processed to generate actionable tasks using advanced AI models. This project showcases a powerful integration of modern web technologies and large language models to transform raw voice input into structured, useful information.

## Installation
To deploy your own instance of notesGPT, follow these steps:

1.  **Clone the repository:**
    bash
    git clone https://github.com/Nutlope/notesGPT.git
    cd notesGPT
    

2.  **Install dependencies:**
    bash
    npm install
    

3.  **Run the development server:**
    bash
    npm run dev
    
    This will prompt you to log into [Convex](https://convex.dev/) and create a project.

4.  **Set up Clerk for authentication:**
    *   Create a [Clerk](https://clerk.dev/) account.
    *   Copy your `CLERK_SECRET_KEY` and `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` API keys into a `.env.local` file.
    *   Follow the steps [here](https://docs.convex.dev/auth/clerk) to obtain your Clerk Issuer URL (e.g., `https://some-animal-123.clerk.accounts.dev`).
    *   Add the `CLERK_ISSUER_URL` to your [Convex Environment Variables](https://dashboard.convex.dev/deployment/settings/environment-variables?var=CLERK_ISSUER_URL).

5.  **Configure Together.ai for AI services:**
    *   Create a [Together](https://togetherai.link) account to get your [API key](https://api.together.xyz/settings/api-keys).
    *   Save your `TOGETHER_API_KEY` in your [Convex Environment Variables](https://dashboard.convex.dev/deployment/settings/environment-variables?var=TOGETHER_API_KEY).

After completing these steps, your frontend and backend should be running, allowing you to log in and start recording voice notes.

## Usage Examples
Using notesGPT is straightforward. Once logged in, you can simply record a voice note. The application then automatically processes this audio, transcribing it into text. Following transcription, an AI model generates a concise summary of your note and identifies any potential action items or tasks mentioned. This allows you to quickly review the key points and manage your to-do list without manually sifting through long recordings.

## Why Use It
notesGPT offers a powerful solution for anyone who frequently takes notes on the go or prefers speaking over typing. Its AI-driven features save significant time by automating transcription and summarization, ensuring you never miss an important detail or task. The ability to instantly transform spoken thoughts into actionable items makes it an invaluable tool for productivity, idea generation, and task management. Furthermore, being open-source, it provides transparency and flexibility for developers to customize and extend its capabilities.

## Links
*   [GitHub Repository](https://github.com/Nutlope/notesGPT)
*   [Live Demo](https://usenotesgpt.com/)