Socket
Book a DemoInstallSign in
Socket

admindo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admindo

Zero-dependency admin dashboard for Cloudflare Durable Objects

0.0.5
latest
npmnpm
Version published
Weekly downloads
12
300%
Maintainers
1
Weekly downloads
 
Created
Source

admindo

AdminDO Logo

Admin dashboard for Cloudflare Durable Objects.

Quickstart

admindo separates frontend and backend. Frontend compoents are pure HTML components and can be easily integrated.

<html>
  <head>
    <script type="module" src="https://unpkg.com/admindo"></script>
    <script type="module" src="https://unpkg.com/admindo-plugin-about"></script>
  </head>
  <body>
    <admin-do />
  </body>
</html>

Configuration

Root Prefix

You can configure AdminDO to work under a specific path prefix using the root attribute:

<!-- AdminDO will handle routes under /admin path -->
<admin-do root="/admin" />

<!-- All plugin routes will be relative to /admin -->
<!-- Example: dashboard at /admin/, plugins at /admin/plugin-name -->

This is useful when:

  • Mounting AdminDO under a subdirectory
  • Integrating with existing routing systems
  • Deploying multiple AdminDO instances with different paths

Available Plugins

  • about - Author credits
  • better-auth - Enhanced authentication functionality
  • dofs-browser - Durable Objects File System GUI
  • dterm - Durable Objects File System terminal
  • dorm - Durable Objects ORM

Keywords

admin

FAQs

Package last updated on 06 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.