Kratos Admin UI

screenshot of Kratos Admin UI
nextjs
react
tanstack
tailwind
material-ui

A modern, responsive admin interface for Ory Kratos identity management system. Features identity management, session monitoring, analytics dashboard, and schema inspection.

Overview

The Kratos Admin UI is a contemporary interface designed to simplify the management of identity and OAuth2 functionalities for Ory Kratos and Ory Hydra. Utilizing the robust capabilities of Next.js 15 and TypeScript, this interface provides a sleek and responsive design that caters to modern developers and system administrators. With its active development status, users can expect frequent updates and improvements that enhance usability and feature set.

This admin interface not only offers essential identity management tools but also boasts a user-friendly dashboard that aggregates vital analytics. It’s important to note that while the interface provides mock authentication for development, it is crucial for production settings to deploy it with proper security controls in place.

Features

  • Dashboard: Provides an overview of user growth, active sessions, verification rates, and health metrics, allowing for quick insights into system performance.
  • Identities Management: Create, view, edit, and delete identities using schema-based forms, complete with metadata management to streamline user handling.
  • Session Monitoring: Tools to monitor, extend, and revoke sessions, equipped with advanced search capabilities and filtering options.
  • Message Tracking: Easily track email and SMS messages, checking their delivery status and monitoring any errors for efficient communication management.
  • Schema Visualization: View and inspect identity schemas through JSON visualization, aiding developers in understanding data structures.
  • OAuth2 Client Management: Full CRUD operations for managing OAuth2 clients and their configurations, facilitating comprehensive access control.
  • Real-Time Configuration: Allows for real-time endpoint configuration adjustments for both Kratos and Hydra, optimizing developer workflows.
  • Responsive UI: Modern design supports light/dark themes, ensuring a great experience across various devices, complemented by interactive charts and data visualization.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.