Turbo Kit banner

Turbo Kit

7 devlogs
16h 32m 15s

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.

Loading README...

Evan Yu

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

Attachment
Attachment
0
Evan Yu

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

Attachment
Attachment
Attachment
0
Evan Yu

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.

Attachment
Attachment
1

Comments

Evan Yu
Evan Yu about 1 month ago

*content-collections, not contentful

Evan Yu

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

Attachment
Attachment
0
Evan Yu

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

Attachment
Attachment
0