litellm/ui/litellm-dashboard
2026-09-03 08:39:45 -07:00
..
public feat(guardrails): add Alice guardrail (#38898) 2026-09-01 12:33:39 -07:00
scripts
src fix(ui): prepopulate team ID during team creation 2026-09-03 08:39:45 -07:00
tests fix(ui): read the preset catalog through the shared mock in the lib test 2026-09-02 21:42:47 -07:00
.env.development
.env.production
.npmrc
.nvmrc
.prettierignore
.prettierrc
build_release_ui.sh
build_ui.sh
build_ui_custom_path.sh
CLAUDE.md refactor(ui): type search tool params from the generated schema (#38633) 2026-08-28 10:03:35 -07:00
components.json
eslint-budgets.json test(ui): wait for the select popup before clicking its option 2026-09-01 09:46:43 -07:00
eslint-suppressions.json fix(ui): stop the create team form resetting organization and models (#39476) 2026-09-02 22:34:15 -07:00
eslint.config.mjs test(ui): budget DOM-structure assertions in dashboard tests 2026-09-01 00:13:05 -07:00
knip.json
next.config.mjs
package-lock.json build(deps): bump browserslist to 4.28.8 to clear osv-scan 2026-09-01 18:09:48 +00:00
package.json
postcss.config.js
README.md
tsconfig.json
tsconfig.tsbuildinfo fix(ui): reason-gate the remaining server-searched comboboxes 2026-08-27 14:22:10 -07:00
vitest.config.ts

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.