These are some of the upcoming features and improvements I have planned for
Create TNT Stack
.
Packages
- Add
Payload CMS
package - Add
Better Auth
package - Add
Drizzle
package - Templates
Documentation
- Add deployment guides (More coming...)
- Add example projects
Components
Create TNT Stack
is built on top of fumadocs-core
and fumadocs-mdx
, with
custom component. Initially, I was using nextra
with a custom theme, then
switched to a completely custom solution using @next/mdx
, which ended up as
v1. For v2, I have moved the site to fumadocs
,
which has given me a lot more flexibility and control over the documentation
experience.
Custom components:
-
Callout
With a title
This is the default callout
Error: This is an error callout
Info: This is an info callout
Warning: This is a warning callout
Success: This is a success callout