pocketbase/ui
Gani Georgiev 125e99e4c8 [#7035] updated the X/Twitter provider to return the confirmed_email field and to use the x.com domain 2025-07-26 22:45:02 +03:00
..
dist [#7035] updated the X/Twitter provider to return the confirmed_email field and to use the x.com domain 2025-07-26 22:45:02 +03:00
public [#7035] updated the X/Twitter provider to return the confirmed_email field and to use the x.com domain 2025-07-26 22:45:02 +03:00
src [#7049] fixed list api example response 2025-07-25 19:56:41 +03:00
.env updated ui/dist 2025-06-29 20:41:36 +03:00
.env.development added version number in the footer 2022-08-09 16:16:09 +03:00
.gitignore gitignore ui/.env.local and ui/.env.*.local files 2022-11-19 12:40:57 +02:00
README.md merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
embed.go merge v0.23.0-rc changes 2024-09-29 21:09:46 +03:00
index.html moved the default UI CSP as response header 2024-12-02 13:45:44 +02:00
package-lock.json updated npm deps and clarified trusted proxy headers input label 2025-07-19 09:41:40 +03:00
package.json added new geoPoint field 2025-04-02 11:52:50 +03:00
vite.config.js upgraded vite 2023-01-10 15:26:36 +02:00

README.md

PocketBase Superuser dashboard UI

This is the PocketBase Superuser dashboard UI (built with Svelte and Vite).

Although it could be used independently, it is mainly intended to be embedded as part of a PocketBase app executable (hence the embed.go file).

Development

Download the repo and run the appropriate console commands:

# install dependencies
npm install

# start a dev server with hot reload at localhost:3000
npm run dev

# or generate production ready bundle in dist/ directory
npm run build