A simple web application to help speakers track and analyze filler words like "uhh" during presentations and public speaking sessions. Improve your speaking skills by becoming aware of filler word usage patterns.
I deliberately did not add automatic uhh detection (machine learning based or otherwise) to this app. The point is that the person who records the filler words improves by listening for them.
- Real-time Tracking: Track "uhh" filler words in real-time with simple button presses
- Comprehensive Statistics:
- Total filler word count
- Average filler words per minute
- Peak usage identification (highest number of filler words in a minute)
- Clean minutes tracking (minutes with zero filler words)
- Worst minute identification
- Visual Analytics: Visualize filler word usage with interactive histograms
- Session Management:
- Create multiple named sessions
- View active and completed sessions
- End active sessions when complete
- Delete individual sessions
- Bulk delete all sessions
- Persistent Storage:
- All data is stored in localStorage
- Detection if you forgot to stop a session
- Responsive Design: Works on desktop and mobile devices
- Dark/Light Mode: Supports system theme preferences
- Node.js 18.0 or later
- npm or bun
-
Clone the repository:
git clone https://github.com/tintin10q/filler-word-counter.git cd filler-word-counter
-
Install dependencies:
npm install # or bun install
-
Run the development server:
npm run dev # or bun dev
-
Open http://localhost:3000 in your browser
-
Start a New Session:
- Click "Start New Session" on the homepage
- Enter a descriptive name for your session (e.g., "Practice Presentation")
- Click "Start" to begin tracking
-
During Your Speech:
- Press the "Uhh" button each time you or the speaker uses a filler word
- The application will record the timestamp and update statistics in real-time
- View the live histogram to see your filler word distribution
-
End Your Session:
- Click "End Session" when your speech is complete
- Review your detailed statistics
-
Analyze Your Results:
- View comprehensive statistics for each session
- Identify patterns in your filler word usage
- Track improvement over time by comparing multiple sessions
-
Manage Sessions:
- View all sessions in the Session History
- Click "View" to see detailed statistics for any session
- Delete sessions using the trash icon
- Use "Delete All" to remove all sessions at once
- Next.js - React framework for production
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Accessible and customizable UI components
- Lucide Icons - Beautiful open-source icons
- Recharts - Composable charting library for React
Contributions are welcome! Please feel free to submit a Pull Request.