Modern self-hosting panel.
Go to file
2023-11-10 20:35:55 -05:00
exts feat: auth & db 2023-11-01 21:23:18 -04:00
public initial commit 2023-10-10 13:07:10 -04:00
src feat: custom server that works 2023-11-10 20:35:55 -05:00
.env.example feat: show sessions 2023-11-07 11:20:29 -05:00
.eslintrc.cjs initial commit 2023-10-10 13:07:10 -04:00
.gitignore feat: custom server that works 2023-11-10 20:35:55 -05:00
components.json wip: login page 2023-11-03 15:05:29 -04:00
drizzle.config.ts feat: custom server that works 2023-11-10 20:35:55 -05:00
next.config.mjs feat: custom server that works 2023-11-10 20:35:55 -05:00
package.json feat: custom server that works 2023-11-10 20:35:55 -05:00
pnpm-lock.yaml feat: custom server that works 2023-11-10 20:35:55 -05:00
postcss.config.cjs initial commit 2023-10-10 13:07:10 -04:00
prettier.config.mjs initial commit 2023-10-10 13:07:10 -04:00
README.md initial commit 2023-10-10 13:07:10 -04:00
tailwind.config.ts wip: login page 2023-11-03 15:05:29 -04:00
tsconfig.json initial commit 2023-10-10 13:07:10 -04:00
tsconfig.server.json feat: custom server that works 2023-11-10 20:35:55 -05:00
tsup.config.ts feat: custom server that works 2023-11-10 20:35:55 -05:00

Create T3 App

This is a T3 Stack project bootstrapped with create-t3-app.

What's next? How do I make an app with this?

We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.

If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!

How do I deploy this?

Follow our deployment guides for Vercel, Netlify and Docker for more information.