New Project

VisActor Next.js Template

A modern dashboard with VisActor charts, dark mode, and data visualization for seamless analytics.

DeployView Demo
This is an auto-uploaded thumbnail from https://vercel.com/templates/submit.

VisActor Next.js Dashboard Template

A modern dashboard template built with VisActor and Next.js, featuring a beautiful UI and rich data visualization components.

Live Demo

Features

  • šŸ“Š Rich Visualizations - Powered by VisActor, including bar charts, gauge charts, circle packing charts, and more
  • šŸŒ— Dark Mode - Seamless dark/light mode switching with system preference support
  • šŸ“± Responsive Design - Fully responsive layout that works on all devices
  • šŸŽØ Beautiful UI - Modern and clean interface built with Tailwind CSS
  • āš”ļø Next.js 15 - Built on the latest Next.js features and best practices
  • šŸ”„ State Management - Efficient state management with Jotai
  • šŸ“¦ Component Library - Includes Shadcn components styled with Tailwind

Tech Stack

  • Next.js - React framework
  • VisActor - Visualization library
  • Tailwind CSS - CSS framework
  • Shadcn - UI components
  • Jotai - State management
  • TypeScript - Type safety

Quick Start

You can deploy this template to Vercel by clicking the button above, or clone this repository and run it locally.

Github Repo

  1. Clone this repository
git clone https://github.com/mengxi-ream/visactor-next-template
  1. Install dependencies
pnpm install
  1. Run the development server
pnpm dev
  1. Open http://localhost:3000 with your browser to see the result.

Project Structure

src/
ā”œā”€ā”€ app/ # App router pages
ā”œā”€ā”€ components/ # React components
│ ā”œā”€ā”€ chart-blocks/ # Chart components
│ ā”œā”€ā”€ nav/ # Navigation components
│ └── ui/ # UI components
ā”œā”€ā”€ config/ # Configuration files
ā”œā”€ā”€ data/ # Sample data
ā”œā”€ā”€ hooks/ # Custom hooks
ā”œā”€ā”€ lib/ # Utility functions
ā”œā”€ā”€ style/ # Global style
└── types/ # TypeScript types

Charts

This template includes several chart examples:

  • Average Tickets Created (Bar Chart)
  • Ticket by Channels (Gauge Chart)
  • Conversions (Circle Packing Chart)
  • Customer Satisfaction (Linear Progress)
  • Metrics Overview

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE [blocked] file for details.

Acknowledgements

  • VisActor - For the amazing visualization library
  • Vercel - For the incredible deployment platform
  • Next.js - For the awesome React framework
GitHub Repomengxi-ream/visactor-next-template
LicenseView License
Use Cases
SaaS
Admin Dashboard
Stack
Next.js
Tailwind

Related Templates

Pino Logging

Next.js application pre-configured with Pino logger.
Pino Logging thumbnail

Next.js Baselime Template with OpenTelemetry

Get started with OpenTelemetry and Real User Monitoring.
Next.js Baselime Template with OpenTelemetry thumbnail

Next.js Live Transcription

Transcribe your voice in realtime. Useful for videos, conferences, adding speech-to-text to your apps.
Next.js Live Transcription thumbnail
DeployView Demo