Dev
Web
React
Personal Templates

Templates

Some template to quickly initialize projects and start developing right away:

Next.js

nextarter-chakra (opens in a new tab)

nextarter-chakra is a template to initialize PWA-ready (disabled by default) Next.js (opens in a new tab) app with Chakra-UI (opens in a new tab) and TypeScript (opens in a new tab) setup.

Instant Deploy

Deploy with Vercel (opens in a new tab) Deploy to Netlify (opens in a new tab)

or

npx degit sozonome/nextarter-chakra <app_name>

or create a new repository (opens in a new tab) from nextarter-chakra | repository (opens in a new tab)


nextarter-tailwind (opens in a new tab)

nextarter-daisy is a template to initialize PWA-ready (disabled by default) Next.js (opens in a new tab) app with tailwindCSS (opens in a new tab) and TypeScript (opens in a new tab) setup.

Instant Deploy

Deploy with Vercel (opens in a new tab) Deploy to Netlify (opens in a new tab)

or

npx degit sozonome/nextarter-tailwind <app_name>

or create a new repository (opens in a new tab) from nextarter-daisy | repository (opens in a new tab)


Vite

vite-react-chakra-starter (opens in a new tab)

Instant Deploy

Deploy with Vercel (opens in a new tab) Deploy to Netlify (opens in a new tab)

npx degit sozonome/vite-react-chakra-starter <app_name>

or create a new repository (opens in a new tab) from vite-react-chakra-starter | repository (opens in a new tab)

vite-react-tailwind-starter (opens in a new tab)

Instant Deploy

Deploy with Vercel (opens in a new tab) Deploy to Netlify (opens in a new tab)

npx degit sozonome/vite-react-tailwind-starter <app_name>

or create a new repository (opens in a new tab) from vite-react-tailwind-starter | repository (opens in a new tab)