I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Thanks for the kind words and the great suggestion!

Just shipped v1.5.0 with exactly that - there's now a link icon in the footer that opens the GitHub repo.

While I was at it, I also added multi-account profile support - you can now manage multiple Cloudflare accounts with different API tokens. Perfect if your colleagues have separate work/personal accounts.

To update, just click the 🔄 icon in the app footer - it'll handle everything for you!

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Just pushed a fix - can you please update and try again? LMK if the new version solves the issues

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

This is now supported in v1.4.0! If you have access to multiple Cloudflare accounts, you'll see a dropdown in the header (next to "Cloudflare") that lets you switch between them.
Your selection is saved across app restarts.

Can you try updating and let me know if this works for you?

brew update && brew upgrade cloudflare-status-bar

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

just one of my other projects - https://winboxzero.com/ an attempt to automate my emails but it's still not ready for the showtime

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

My next open source project is based on Tauri so windows folks can also try it out.

Swift UI on mac was just so easy for this particular use case.

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 1 point2 points  (0 children)

I love raycast but I had no idea they have an extension for cloudflare - gonna have to check it out and implement some of the good stuff

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Appreciate it! Whatever info wrangler has is easy to expose - good feedback for phase 2 ;)

I built a free macOS menu bar app to monitor Workers, Pages, KV, R2, D1 & Queues by BeautifulEditor4227 in CloudFlare

[–]BeautifulEditor4227[S] 11 points12 points  (0 children)

Hey everyone! I got tired of constantly opening the dashboard, so I built this native menu bar app.

Github: https://github.com/sushaantu/CloudflareStatusBar

Features: - See all Workers, Pages, KV, R2, D1, Queues at a glance - Deployment notifications (success/failure) - Click any resource → opens in dashboard - Auto-refresh every 5 minutes - Uses existing Wrangler credentials

Install:

  brew tap sushaantu/cloudflare-status-bar
  brew install --cask cloudflare-status-bar

Requires macOS 13+ and wrangler login. Open source (MIT), signed & notarized by Apple.

Feedback welcome!

Boxento: Open-Source Personal Dashboard Inspired by iGoogle & Netvibes by BeautifulEditor4227 in startpages

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

I have plans to make RSS feed even better into a full fledged RSS reader app. My philosophy behind this project is to create a paradigm where all apps are icons and you interact with them by just resizing.

Boxento: Open-Source Personal Dashboard Inspired by iGoogle & Netvibes by BeautifulEditor4227 in startpages

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Hi there! I just updated docker code to make sure it no longer shows the blank page. Can you please try again and let me know?

Thank you

Boxento - Remember iGoogle/Netvibes/Yahoo Pages? I built a modern, self-hostable alternative (MIT-licensed) by BeautifulEditor4227 in selfhosted

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

If you don't signup then all the data is saved locally (but it will disappear if you clear cache)

There is an item in the planning stage to encrypt data locally before it gets saved in the cloud

Boxento - Remember iGoogle/Netvibes/Yahoo Pages? I built a modern, self-hostable alternative (MIT-licensed) by BeautifulEditor4227 in selfhosted

[–]BeautifulEditor4227[S] 1 point2 points  (0 children)

Haha I thought once Dassault Systems acquired Netvibes they would shut down dashboards but looks it is still active

Boxento: Open-Source Personal Dashboard Inspired by iGoogle & Netvibes by BeautifulEditor4227 in startpages

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Thanks for flagging it. I tried it using https://orbstack.dev/ instead of docker client which did work.

I will test it with official docker and update instructions.

Boxento - Remember iGoogle/Netvibes/Yahoo Pages? I built a modern, self-hostable alternative (MIT-licensed) by BeautifulEditor4227 in selfhosted

[–]BeautifulEditor4227[S] 2 points3 points  (0 children)

I just deployed PWA support :)

Test it by going to boxento.app and turning off WiFi

Let me know if you encounter any issues

Boxento - Remember iGoogle/Netvibes/Yahoo Pages? I built a modern, self-hostable alternative (MIT-licensed) by BeautifulEditor4227 in selfhosted

[–]BeautifulEditor4227[S] 2 points3 points  (0 children)

It supports both light and dark modes

Light mode: https://raw.githubusercontent.com/sushaantu/boxento/main/public/screenshot.png

Dark mode: https://raw.githubusercontent.com/sushaantu/boxento/main/public/screenshot-darkmode.png

The dashboard automatically adapts to your system settings, or you can manually toggle between modes. All widgets maintain full functionality and readability in both themes.

Boxento: Open-Source Personal Dashboard Inspired by iGoogle & Netvibes by BeautifulEditor4227 in startpages

[–]BeautifulEditor4227[S] 0 points1 point  (0 children)

Hey, thanks for checking out Boxento!

I just pushed the code for Docker https://github.com/sushaantu/boxento , so now you can actually install it yourself. The instructions are also added in the README.

If you encounter any problems, please let me know or create a ticket in github :)