Depends on Cursor, Vercel, shadcn-ui, tailwindcss, Supabase
Easiest way to start Next.js project ⚡️ 한글
Do all the things you need to do to start a Next.js project,
in your own language! (English, Korean)
- Create a Ready-to-use project
- Set up Google/Apple/Kakao/Naver Auth
- Set up and link Supabase
- Set up Google Sheet modules
- More to come... 👀
- Node.js 20+
# (recommended) use npm
$ npm install -g @easynext/cli
# if you are using yarn, pnpm
$ yarn global add @easynext/cli
$ pnpm add -g @easynext/cli
# Check tools installation
$ easynext doctor
# Set language
$ easynext lang <'ko' | 'en'>
# Create a new project
$ easynext create <project-name>
# Init supabase
$ easynext supabase
# Init next-auth
$ easynext auth
or
$ easynext auth init
# Set oauth provider
$ easynext auth <'kakao' | 'idpw'>
# Set Up Google Analytics
$ easynext gtag
# Set Up Microsoft Clarity
$ easynext clarity
# Set Up ChannelTalk
$ easynext channeltalk
# Set Up Sentry
$ easynext sentry
# Init next-ui
$ easynext next-ui
# Add Google Sheet modules
$ easynext google-sheet
MIT.