Skip to main content
Folder/FileDescription
apps/adminThe Admin Panel built with shadcn/ui and Radix UI.
apps/apiThe API built with Hono.
apps/docsThe documentation site built with mintlify.
packages/uishadcn/ui components.

Admin Panel (apps/admin)

The structure of the Admin Panel.
Folder/FileDescription
.storybookStorybook configuration and theme setup.
localesi18n source files for multiple languages (en, zh-CN).
publicStatic files and assets.
scriptsScripts for the Admin Panel.
srcSource files.
src/assetsAssets (images, icons, etc.).
src/atomsJotai atoms for state management.
src/componentsShared components.
src/constantsConstants and configuration values.
src/hooksShared custom React hooks.
src/libShared libraries and utilities.
src/providersApplication providers (root-providers).
src/utilsShared utility functions.
src/typesTypeScript type definitions.
src/env.tsEnvironment variables configuration.
src/stylesGlobal styles and Tailwind CSS configuration.
.env.exampleExample environment variables template.
tailwind.config.tsTailwind CSS configuration.
tsconfig.jsonTypeScript configuration.
vite.config.tsVite build and development configuration.
package.jsonProject dependencies and scripts.
vitest.config.tsVitest testing configuration.
vercel.jsonVercel deployment configuration.
postcss.config.cjsPostCSS configuration for Tailwind.
README.mdProject documentation in English.
components.jsonshadcn/ui components configuration.