These are some of the upcoming features and improvements I have planned for
Create Lx2 App.
Packages
- Add
Auth.jspackage - Add
Prismapackage- Possibly implement
npx prisma init --db
- Possibly implement
- Add
Drizzlepackage - Add
Payload CMSpackage - Add
Better Authpackage - Add
Biomepackage - Add
tRPCpackage Templates- Add auth via
Lucia Auth(not the package) - Add Convex
Documentation
- Add deployment guides (More coming...)
- Build example projects (A few already exist, I just need to document them)
Components
Create Lx2 App 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