Start learning today - Demo
An open source sign language dictionary app build with Next.js 13 and Supabase, TailwindCSS, Shadcn-UI.
demo.mp4
- Next.js – React framework for building performant apps with the best developer experience
- Supabase Auth – User Management system that works without any additional tools
- Vercel – Easily preview & deploy changes with git
- Supabase Database – Dedicated PostgreSQL database
- Tailwind CSS – Utility-first CSS framework for rapid UI development
- Tailwind UI – Beautifully designed, expertly crafted components
- Shadcn UI – Beautifully designed components
- Headless UI - Completely unstyled, fully accessible UI components
- Framer Motion – Motion library for React to animate components with ease
- Lucide – Beautifully simple, pixel-perfect icons
- Heroicons - Beautiful hand-crafted SVG icons
react-hot-toast
- React NotificationsMiddleware
- Run code before a request is completedDynamic Routes
- Create routes from dynamic dataMetaData
- Improved SEO and web shareabilitygenerateMetadata
- Dynamic metadataImage Optimization
- Automatically serve correctly sized images for each devicenext/font
– Optimize custom fonts and remove external network requests for improved performanceImageResponse
– Generate dynamic Open Graph images at the edgereact-wrap-balancer
– Simple React component that makes titles more readable
- React Hook Form – Performant, flexible and extensible forms with easy-to-use validation.
- Zod - TypeScript-first schema validation with static type inference
- TypeScript – Static type checker for end-to-end typesafety
- Prettier – Opinionated code formatter for consistent code style
- ESLint – Pluggable linter for Next.js and TypeScript
- Vercel Analytics – Track unique visitors, pageviews, and more in a privacy-friendly way
- Shadcn Taxonomy – An open source application built using everything new in Next.js 13
- Shadcn UI - Accessible and customizable components
- Precedent - Building blocks for Next.js project
- Supabase Auth - Blog post: Authentication in Next.js with Supabase and Next 13
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm dev
- Tim (@timtbdev)