Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pradyotsrivastava/sigma-next-figma
Sigma is a collaborative design tool built using Next.js, TypeScript, Tailwind CSS. It allows users to create, edit & collaborate on design projects in real-time. With a sleek and intuitive interface, robust vector graphics support via Fabric.js, & live collaboration features powered by Liveblocks, this tool provide a seamless design experience.
https://github.com/pradyotsrivastava/sigma-next-figma
Last synced: 1 day ago
JSON representation
Sigma is a collaborative design tool built using Next.js, TypeScript, Tailwind CSS. It allows users to create, edit & collaborate on design projects in real-time. With a sleek and intuitive interface, robust vector graphics support via Fabric.js, & live collaboration features powered by Liveblocks, this tool provide a seamless design experience.
- Host: GitHub
- URL: https://github.com/pradyotsrivastava/sigma-next-figma
- Owner: pradyotsrivastava
- Created: 2024-06-07T22:03:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:41:59.000Z (5 months ago)
- Last Synced: 2024-06-12T20:38:46.261Z (5 months ago)
- Language: TypeScript
- Homepage: https://sigma-next-figma.vercel.app
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Introduction
A minimalistic Figma clone to show how to add real-world features like live collaboration with cursor chat, comments, reactions, and drawing designs (shapes, image upload) on the canvas using fabric.js.![Sigma](https://github.com/pradyotsrivastava/sigma-next-figma/assets/126956834/de43823b-9912-463b-8707-d458009efd93)
# ⚙️ Tech Stack
Next.js
TypeScript
Liveblocks
Fabric.js
Shadcn
Tailwind CSS# 🔋 Features
👉 Multi Cursors, Cursor Chat, and Reactions: Allows multiple users to collaborate simultaneously by showing individual cursors, enabling real-time chat, and reactions for interactive communication.
👉 Active Users: Displays a list of currently active users in the collaborative environment, providing visibility into who is currently engaged.
👉 Comment Bubbles: Enables users to attach comments to specific elements on the canvas, fostering communication and feedback on design components.
👉 Creating Different Shapes: Provides tools for users to generate a variety of shapes on the canvas, allowing for diverse design elements
👉 Uploading Images: Import images onto the canvas, expanding the range of visual content in the design
👉 Customization: Allows users to adjust the properties of design elements, offering flexibility in customizing and fine-tuning visual components
👉 Freeform Drawing: Enables users to draw freely on the canvas, promoting artistic expression and creative design.
👉 Undo/Redo: Provides the ability to reverse (undo) or restore (redo) previous actions, offering flexibility in design decision-making
👉 Keyboard Actions: Allows users to utilize keyboard shortcuts for various actions, including copying, pasting, deleting, and triggering shortcuts for features like opening cursor chat, reactions, and more, enhancing efficiency and accessibility.
👉 History: Review the chronological history of actions and changes made on the canvas, aiding in project management and version control.
👉 Deleting, Scaling, Moving, Clearing, Exporting Canvas: Offers a range of functions for managing design elements, including deletion, scaling, moving, clearing the canvas, and exporting the final design for external use.
and many more, including code architecture, advanced react hooks, and reusability