Boilerplate with NextJS, RSC, Clerk, Turso, Drizzle and much more things.
The Ditadi Boilerplate is a repository created for testing and experimenting with new web development techniques and libraries. It aims to provide a starting point for projects involving Turborepo, NextJS App Routing, Server Actions, useOptimistic, useFormStatus, React Server Components, Tailwind CSS, shadcn/UI, Drizzle, TursoDB, Clerk, Eslint, Prettier, CC, Husky, and more. The repository will be regularly updated with new additions.
To run the application, the following keys need to be generated:
turso-cli using brew install chiselstrike/tap/turso or curl -sSfL https://get.tur.so/install.sh | bash. Create a database using turso db create {{/*database_name*/}} and retrieve the DATABASE_URL generated. Store this value in the .env file.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY. Add these configurations to the Clerk path.Run the following migration steps:
npx drizzle-kit generate:sqliteturso db shell {{/*database_name*/}} < migrations/{{/*migration_file*/}}.sql.env file in the root directory and add the necessary keys.Install the dependencies and run the app:
pnpm install in the root directory to install the dependencies.pnpm dev to start the application.The Ditadi Boilerplate is a repository designed to facilitate the implementation of various web development techniques and libraries. It includes features such as Turborepo, NextJS App Routing, Server Actions, and more. The installation guide provides step-by-step instructions for setting up the boilerplate.