Skip to content

A chat demo I built to experiment with Zustand persistent storage.

Notifications You must be signed in to change notification settings

richardhosler/nextjs-zustand-zod-chat-demo

Repository files navigation

Next.Js Zustand Zod Chat Demo

Next JS TailwindCSS Yarn Zod TypeScript ESLint

A chat demo I built to experiment with Zustand persistent storage.

Features

  • 🐻 Zustand persistent storage
  • 🎨 Utility styling with TailwindCSS
  • 💬 Interactive message bubbles with avatars

Screenshots

Screenshot1 Screenshot2 Screenshot3

Tech Stack

  • Next.Js Framework
  • Zustand for persistent storage
  • Zod for input validation
  • TailwindCSS for utilty styling
  • ESLint for clean source

Getting Started

  1. Install dependancies

    yarn
    
  2. Start the Application

    yarn dev