Chill UI for interacting with a Sepana engine. Not for mobile.
- Paste a Sepana API key into the API Key input. Clicking "Save" will store the key in your browser (localstorage), allowing the app to remember the key after refreshing the page. Click "Saved" to clear a stored key.
- All engines that this API key has permission to use will be loaded. Select an engine to use from the dropdown menu.
- Interacting with an engine:
- Search by any property found in records in that engine. (This may be broken if not all records are uniform)
- Edit a record. (When editing a record, the app will ensure a changed value matches the type of any existing value)
- Delete a record.
- Any update to a Sepana engine will create a Job. Track the status of Jobs (for the selected engine) in the top right.
To run the development server:
yarn install
yarn dev
Open http://localhost:3000 with your browser to see the result.