π Built a full stack Miro clone with real-time collaboration, infinite canvas, sticky notes, and modern SaaS UI using Next.js, React, TypeScript, Convex, Liveblocks, Clerk, and Tailwind CSS. Would love feedback from the dev community π
A developer has created a full stack clone of Miro, featuring real-time collaboration and an infinite canvas. The project utilizes technologies such as Next.js, React, TypeScript, and Tailwind CSS. The developer is seeking feedback from the community on this modern SaaS UI implementation.
- βͺThe Miro clone includes features like sticky notes and real-time collaboration.
- βͺIt was built using a combination of Next.js, React, TypeScript, and Tailwind CSS.
- βͺThe developer is actively seeking feedback from the development community.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3442406) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Prem Gaikwad Posted on May 24 π Built a full stack Miro clone with real-time collaboration, infinite canvas, sticky notes, and modern SaaS UI using Next.js, React, TypeScript, Convex, Liveblocks, Clerk, and Tailwind CSS.Would love feedback from the dev community π Sign in to view linked content Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use.
β¦
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).