A minimalist, privacy-focused writing open source companion that works entirely in your browser.
- Rich Text Editor with markdown support
- Command Menu (Cmd/Ctrl + /) for quick formatting
- Multiple Documents with auto-save
- Real-time Word Counter
- Distraction-free Interface
- Writing Suggestions powered by GPT-4o-mini
- Grammar & Style Checks
- Content Ideas generation
- Document Analysis
- Image Embedding via drag & drop
- Resize Controls for images
- Copy & Paste support
- Inline Display
- Local Storage - All data stays in your browser
- No Account Needed - Start writing immediately
- Your API Key - Use your own OpenAI key
- No Tracking - We respect your privacy
- Clone the repository:
git clone https://github.com/avayyyyyyy/snippet.today.git
cd snippet.today
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
- Use
Cmd/Ctrl + /
to open the command menu - Create new documents using the sidebar
- Drag and drop images directly into the editor
- Use the AI assistant for writing help
- Export your work as markdown files
- Next.js 14 - React Framework
- TypeScript - Type Safety
- TailwindCSS - Styling
- TipTap - Rich Text Editor
- OpenAI GPT-4 - AI Assistant
- Framer Motion - Animations
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by @shubhcodes