I've been looking for a Note Taking app that's simpler than Notion but more organized than Google Keep. Something clean, structured, with a rich text editor. That's what Notevo's trying to be: a minimal, structured, Note Taking app
- fix the routing
- add the toaster notification
- fix the middleware 404 on redirect
- add the shareable Link
- real time collaboration
- note export pdf and markdown -> i endup Adding multi-format note export (JSON, Markdown, DOCX, PDF)
- optimistic update layer
- caching
- speech to text and text to speech
- i might add AI 🤞🙂
- fix the code Highlight in the editer
- add the feedback menu item in the user dropdown menu in the sidebar
- Redesigning for the home
- fix the caching
- change the rename stff in the workingspace route
- 📝 Notion style editor powered by Novel
- 🤖 AI-powered autocompletion with OpenAI integration
- 🔄 Real-time updates
- 📂 Cloud storage support with Convex
- 🔐 Authentication with Convex
- 🚀 Optimized performance with Convex
- 🌍 Deployed on Vercel for seamless access
- Frontend: Next.js, React, TypeScript, Tailwind CSS
- Backend: Convex
- AI Integration: OpenAI API, Vercel AI SDK
- Editor: Tiptap (Novel)
- Deployment: Vercel
Make sure you have the following installed:
- Node.js 18+
- Convex CLI (for backend development)
- Vercel CLI (optional, for deployment)
git clone https://github.com/imohammedh/Notevo.git
cd Notevo
pnpm install # or npm installCreate a .env file and add the following:
CONVEX_DEPLOYMENT=??
NEXT_PUBLIC_CONVEX_URL=??
CONVEX_SITE_URL=https:??
SETUP_SCRIPT_RAN=??
AUTH_GITHUB_ID=??
AUTH_GITHUB_SECRET=??
AUTH_RESEND_KEY=??
AUTH_GOOGLE_ID=??
AUTH_GOOGLE_SECRET=??
AUTH_EMAIL=??
SITE_URL="https://notevo.me/"
pnpm dev # or npm run devThen, open http://localhost:3000 in your browser.
