Team Boards | Board Meeting |
---|---|
New Organization | Invite Members |
---|---|
SignUp | Login |
---|---|
https://github.com/Sandip-Chavda/Crawls.ai/assets/140686165/603d273c-cc96-4398-8be3-d4cc7c987a65
Real-time Collaboration: Seamlessly work with team members using Liveblocks for synchronized interactions.
Secure Authentication: Protect user data with Clerk authentication.
Scalable Data Management: Reliable storage with Convex database.
Infinite Canvas: Brainstorm and plan ideas without limits.
Customizable Interface: Sleek design with Tailwind CSS and Shadcn UI.
Embedded Media: Easily add images, videos, and other media.
Sticky Notes and Comments: Share feedback and ideas effectively.
Templates: Use a variety of templates to streamline workflows.
Version History: Track changes and revert to previous versions.
Device Compatibility: Optimized for desktops, tablets, and smartphones.
Front-End: React.js, Next.js, TypeScript
Styling: Tailwind CSS, Shadcn UI
Back-End & DataBase: Convex
Authentication: Clerk
Real-time Collaboration: Liveblocks
Tools: VS Code, Chrome
To run this project, you will need to add the following environment variables to your .env.local file
- **`NODE_ENV = development`** `in development mode`
- `**Convex_DEPLOY_KEY only needed when deploy website not need in env.local file which you will get from convex production**`
- **`CONVEX_DEPLOY_KEY =`**
- **`CONVEX_DEPLOYMENT = `**
- **`NEXT_PUBLIC_CONVEX_URL = `**
- **`NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY = `**
- **`CLERK_SECRET_KEY = `**
- **`LIVEBLOCKS_SECRET_KEY = `**
git clone https://github.com/Sandip-Chavda/Crawls.ai.git
npm install
Both started with one command
npm run dev
http://localhost:3000
to access the NuPrice - Price Tracker.The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
LiveBlocks We are using LiveBlocks.io for real time experience in this app so visit this site and learn more about it and other features also.
Convex DataBase visit for the better understanding of the Convex.
Zustand visit for the better understanding of State management.
Tailwind CSS visit for the better understanding of the styling and customize your website with this.
shadcn/ui Follow the link and set up shadcn/ui for next.js application and more.