Who wants to build an admin UI? Part 2 (Custom Field Editors)
dev.to·13h·
Discuss: DEV
Flag this post

In my last post I detailed how Kottster offers a great way to create an admin UI for startup projects. In that post I lamented how Kottster didn’t yet offer a way to provide a custom editor UI for specific database columns. Turns out they do and I had missed it in their docs. To test out this feature I created two non-trivial field editor components.

I created a location picker with a clickable map that uses GeoJSON:

I also created a file uploader which sends files to S3:

All of my code is here : https://github.com/aaronblondeau/wookie-sightings.

Here are the steps I followed to setup my development environment:

1) I created a new Kottster project (Typescript and pnpm): [https://kottster.app/doc…

Similar Posts

Loading similar posts...