texteditor-deb
v0.0.4
Published
A modern collaborative text editor built with Next.js, TipTap, Zustand, Clerk, and Convex.
Readme
## 📦 Tech Stack
- **Frontend**: Next.js 14 (App Router), TailwindCSS, TipTap
- **Backend**: Convex
- **State Management**: Zustand
- **Authentication**: Clerk
- **Deployment**: Vercel
---
## 🛠️ Getting Started
Clone the repository and install dependencies:
```bash
git clone https://github.com/Debanujbarman/TEXTeditor.git
cd TEXTeditor
npm installStart the development server:
npm run dev
# or
yarn devThen open http://localhost:3000 in your browser.
📁 Project Structure
src/
├── app/ # App Router pages & layout
├── components/ # Shared UI components
├── store/ # Zustand state
├── hooks/ # Custom React hooks
├── extensions/ # TipTap extensions
├── constants/ # Document templates & margin settings
├── convex/ # Backend Convex functions🌐 Live Demo
Try it live on: https://tex-teditor.vercel.app/
🧠 Learn More
- Next.js Documentation
- TipTap Editor
- Convex Realtime Backend
- Clerk Authentication
- Zustand State Management
📤 Deploy Your Own
Deploy it instantly using the Vercel platform:
📄 License
This project is licensed under the MIT License. Feel free to fork, improve, and contribute!
👤 Author
Debanuj Barman GitHub | Portfolio
