This is a Next.js + Turborepo + BetterAuth + tRPC + Drizzle template that I’m building because I spend too many hours bootstrapping new projects. It also includes a docker development config.
This is a Next.js + Turborepo + BetterAuth + tRPC + Drizzle template that I’m building because I spend too many hours bootstrapping new projects. It also includes a docker development config.
Fixed an issue with create-turbo-kit not being able to run with npm.
To my reviewer, please make sure you are on node 22 and npm 10.9 (or use pnpm :D)
Also this devlog re-logs the 7h of work that was in my first devlog that got unlogged for some reason
Log in to leave a comment
Wrote some docs on the docker containers provided, added react-email (https://react.email/), and bumped next to version 16.1.0
The scaffold script now supports automatically removing unused dependencies
Log in to leave a comment
Had an LLM adapt my readme into a format suitable for documentation, made some changes and it’s now live:
https://turbo-kit.badbird.dev/docs/getting-started
Log in to leave a comment
I built out the docs section on the website, it uses contentful, mdx, tailwind typography, and rehype-pretty-code for code highlighting.
I’ve also added redis to the template, and a types package, exporting all db types there.
I built a landing page with nextjs for the template, it’s deployed at https://turbo-kit.badbird.dev/
Log in to leave a comment
Ignore this devlog, it is to track the 6 hours spent on the previous devlog that wasn’t tracked as the hackatime wasn’t linked
Log in to leave a comment
I’ve bootstrapped a new project off of create-t3-turbo, built a CLI to bootstrap a new project (with docker!), and started on building out the features I need on turbo-kit. This includes fixes for multiple bugs with tRPC + better auth, and the shadcn/ui CLI for monorepos
Log in to leave a comment