Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Official assistant dashboard for IMV Laboratory built with NextJS, Tailwind CSS, React Query, React-draft-wysiwyg, and Supabase. Manages events and blog posts.

A full-screen clock and weather widget dashboard built with React Native Expo for signage displays.
IMV Assistant Portal is a dashboard template built with Next.js, Tailwind CSS, React Query, React-draft-wysiwyg, and Supabase, created for IMV Laboratory staff to manage events, blog posts, and other site content.
IMV Assistant Portal is an official assistant dashboard website for IMV Laboratory. It takes administrative actions such as creating and editing events and blog posts as input, and stores and displays that content through a web interface. The stack runs Next.js on the front end, Tailwind CSS for styling, React Query for server-state management, React-draft-wysiwyg as the rich text editor, and Supabase as the backend database and authentication layer. The project is deployed on Vercel.
The README shows bootstrapping the underlying with-tailwindcss example with npx create-next-app --example with-tailwindcss or the Yarn equivalent. After that, the dashboard layers in React Query for data fetching, React-draft-wysiwyg for editing, and Supabase for persistence. Deployment is handled by Vercel via the provided deploy button or the Next.js deployment documentation.
The README includes a "Deploy with Vercel" button that creates a new project on Vercel from the repository URL. You can also follow the Next.js deployment documentation linked in the README.
Execute npx create-next-app --example with-tailwindcss with-tailwindcss-app or the Yarn equivalent, then run the development server. This is the command described in the README for the underlying with-tailwindcss example.
Supabase is listed in the repository metadata as part of the stack, serving as the backend for events and blog content.
