←back to thread

261 points david927 | 1 comments | | HN request time: 0.203s | source

What are you working on? Any new ideas that you're thinking about?
1. mpourismaiel ◴[] No.43219356[source]
I'm building a dashboard called UniDeck (https://dash.unideck.app) which allows connecting to different services and viewing their data in widgets. It's a great tool for creating home pages for teams and companies and we're working on adding more integrations and tools.

It works by connecting to apis of services like github, gitlab, jira, trello and more with user's account and provides widgets for those services with various configurations.

Our most recent feature has been a widget that allows configuring a table that can connect to whatever api the user provides, all handled in the browser so only user can see the data. You can connect to any api endpoint you like and customize the table to your needs.

It was a side project that we needed for our own projects but came to realize there was a huge demand for it when we showcased it on ProductHunt.

Check it out and let me know what you think.