This repository is a practical usage demo of @devstool/shadcn-echarts, built with Next.js App Router and TypeScript.
Part of the devstool brand, maintained under the noobships account.
- Library: shadcn-echarts.devstool.dev
- Demo: shadcn-echarts-demo.devstool.dev
- Typed chart configuration patterns across multiple chart types
- Dashboard-oriented UI composition with shadcn-style components
- Theme-friendly chart rendering in a real app structure
- A concrete example developers can copy, adapt, and extend
- Next.js 16
- TypeScript
@devstool/shadcn-echarts+ Apache ECharts- Tailwind CSS 4
pnpm install
pnpm devOpen http://localhost:3000.
pnpm dev
pnpm build
pnpm lint
pnpm lint:oxlint
pnpm lint:oxlint:strictapp/ # Routes and dashboard pages
components/ # Chart wrappers and UI components
lib/ # Demo data and data shaping utilities
hooks/ # Client hooks used by dashboard pagesSee CONTRIBUTING.md.
Built by @noobships under the devstool brand.
For feedback or issues, open an issue:
https://github.com/noobships/shadcn-echarts-demo/issues
MIT. See LICENSE.