Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A web admin panel for the naoTimes Showtimes Module, built with Next.js, React, and Tailwind CSS.

A free multipage admin dashboard template built with Material UI by ThemeWagon, featuring responsive layouts, authentication pages, and clean code.

A premium Bootstrap 4 & Reactstrap admin dashboard for React with 160+ components and dark mode.

Free React admin dashboard template built on Bootstrap with components, UI elements, and sample pages.

Official assistant dashboard for IMV Laboratory built with NextJS, Tailwind CSS, React Query, React-draft-wysiwyg, and Supabase. Manages events and blog posts.
naoTimesUI (also called the naoTimes Web Panel) is a dashboard template for managing the naoTimes Showtimes Module, built as a Next.js application styled with Tailwind CSS and written in TypeScript. It is the web admin panel for the naoTimes bot, letting users monitor and adjust fansub progress through a browser interface instead of Discord-only commands.
naoTimesUI is a web admin panel for the naoTimes Showtimes Module, a system used by fansub groups to track translation and release progress on shows. It takes data from a running naoTimes bot that has the naotimesui cogs enabled, fetches that information over a socket connection, and displays it in a React dashboard. The project is maintained by noaione, licensed under the MIT License, and is designed to be deployed on Vercel with one click.
naotimesui cogs socket (host, port, and password set via environment variables) to pull live information from Discord.pnpm install, pnpm run start, pnpm run dev).To run it, you first need a naoTimes bot with the naotimesui cogs enabled, plus a Redis server and a MongoDB instance containing the Showtimes database. After deploying the app, you set the bot socket host, port, and password in the environment file (.env), generate a TOKEN_SECRET with openssl rand -hex 32, install dependencies with pnpm install, and start the server with pnpm run start. The panel then fetches information from Discord via the bot socket and renders it in the React dashboard.
Yes, the project is open source under the MIT License (see the LICENSE file in the repository).
You need a naoTimes bot with naotimesui cogs enabled, a Redis server, and a MongoDB database with the Showtimes data. You also need environment variables for the bot socket and a TOKEN_SECRET generated via openssl rand -hex 32.
Yes, the README includes a one-click "Deploy with Vercel" button that lets you deploy directly from the GitHub repository. You'll be prompted to set the required environment variables during the Vercel setup.
Clone the repository, run pnpm install to install dependencies, then pnpm run dev to start the development server. The project uses pnpm, so you need it installed globally (npm install -g pnpm).
