A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ pnpm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:covPandaBoard is a free, open-source collaborative workspace & editor. Designed as a modern alternative to Notion, it's built with Next.js, Lexical, Tailwind CSS, and Drizzle ORM, offering a fast and flexible editing experience with local caching and workspace/project organization.
Built for developers, students, creators, and small teams who need a clean, hackable writing and knowledge management tool.
- 🧠 Rich-text editing (Lexical Editor)
- 🗂️ Workspaces & project hierarchy
- 🔐 Auth with JWT & protected routes
- ⚡ Caching via local storage
- 📦 Next.js App Router + Tailwind + Drizzle ORM
- 💬 Built-in document comments & emoji reactions (planned)
- 🤝 Real-time collaboration support (optional via WebSocket backend)
git clone https://github.com/CyberStackPro/Notion_Clone.git
cd Notion_Clone