https://github.com/conduitplatform/conduit-ui
https://github.com/conduitplatform/conduit-ui
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conduitplatform/conduit-ui
- Owner: ConduitPlatform
- License: mit
- Created: 2022-01-27T12:48:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T14:18:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T14:29:27.965Z (about 1 year ago)
- Language: TypeScript
- Size: 9.21 MB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The only Backend you'll ever need. Written in NodeJS, works with any stack
[](https://www.codefactor.io/repository/github/conduitplatform/conduit-ui)



# Conduit Admin Panel
This repository contains the Conduit admin panel that serves as your base of operations when
working with Conduit.
Check out our docs here: [Documentation](https://getconduit.dev/docs/overview/intro)\
Wanna see what come next: [Roadmap](https://sharing.clickup.com/1554325/b/h/1fdwn-7561/8b09d2e9aedec0b)\
Help us make Conduit great: [Contribute](https://github.com/ConduitPlatform/Conduit/blob/main/.github/CONTRIBUTING.md)\
Learn more: [Website](https://getconduit.dev)
# Features ✔️
- Create and manage users and authentication methods
- Create schemas, view and manipulate data, create custom endpoints/queries
- Manage you e-mail provider connections and templates
-
# Requirements ⚡
- NodeJS > 14 or Docker
- A running Conduit instance
- Desire to create something awesome
# Quickstart
This script uses docker compose to spin up some basic modules for you to test.
```
yarn install && npx lerna run build
```
```
cd ./apps/Conduit-UI && yarn start
```
Open http://localhost:8080 to check the admin panel (username:admin, password: admin)