OpenSource-Hub
K

kottster

1.2k stars·Developer Tools·SHA-256 checksum verified

Kottster is an open-source tool to instantly generate a custom admin panel for your Node.js app. It hooks into your database and auto-creates pages for CRUD operations, dashboards, and custom forms. Self-hosted, secure, and extremely easy to set up with a single CLI command.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

One command to create a Node.js admin panel – connect your database and go.

Core Features

  • Auto-generate CRUD pages from database tables
  • Build custom dashboards, charts, and forms
  • Self-hosted – full data control
  • CLI scaffold – one command project setup
  • Lightweight, no boilerplate code needed

What It Can't Do

  • Requires Node.js v20+; currently supports SQL databases; self-hosted means you handle server deployment and maintenance; free tier may have limited features; some advanced capabilities require a paid license.

Use Cases

  • Quickly build admin UIs for internal tools or CRM
  • Provide a visual interface for database management
  • Create data dashboards and analytics panels for admins

Kottster is an open-source tool that lets you generate a complete admin panel for your Node.js application in minutes. It connects to your existing database and automatically creates pages to view, add, edit, and delete records. You can also compose custom dashboards with charts, tables, and forms, or build fully custom pages from scratch. It is secure, self-hosted (you control data), and comes with a CLI tool for quick project scaffolding. Unlike traditional admin generators that require heavy configuration, Kottster focuses on simplicity and speed: just run a command, connect your database, and start managing data immediately. Ideal for developers who need a lightweight admin interface without writing boilerplate code.

Tags

admin-panelnode.jsCRUDdashboardself-hostedopen-source

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Make sure Node.js v20+ is installed

4

Run: npx @kottster/cli@latest new

5

Follow prompts to create your project

Install Guide
  1. Make sure Node.js v20+ is installed
  2. Run: npx @kottster/cli@latest new
  3. Follow prompts to create your project
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the project folder to remove Kottster. If you globally installed the CLI, run npm uninstall -g @kottster/cli. Your database remains untouched.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-06-25 13:05:05
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects