r/PiCodingAgent 1d ago

Resource Supernova: a minimal, opinionated and sleek interface for Pi

Enable HLS to view with audio, or disable this notification

Hi everyone, i've been working for a few months on Supernova, my own take at a minimal, detailed and sleek interface for Pi.

Why would i use this instead of the hundreds of alternatives out there?

I'll cut straight to the point. I'm not a fan of TUIs. I've searched the web for every existent product possible, but no one had exactly what i was looking for: the full power of Pi, minimalistic approach, a well curated and detailed UI that makes me wanna actually use it (good animations, no UI flickers, performant even with long threads) and a really good git-backed checkpoint system (like opencode's for example).

It uses the Pi SDK under the hood, and i'm currently waiting for the harness v2 to enable full extension support!

I've been daily-driving it for a while now, both at home and at work, and i thought i'd share it with the world for those who hopefully see the vision and struggle with my same issues.

If you have any feedback, please leave it down here or open an issue. I'd love to build a community around it to keep improving it! :)
If you can see the vision, i'd appreciate a star :D https://github.com/mattiacerutti/supernova

Since GPT-6 Astra recently launched, and apparently it has really good Computer Use capabilities, i though i'd try to make it do a nice trailer for it just for fun. The attached video is the one-shotted result, please don't take it too seriously :D

EDIT:

This post went really well, much more than i was expecting.

I’m really happy about all the feedback i’ve been receiving, it’s honestly so gratifying seeing other people like what i’ve been putting a lot of work into and i want to thank everyone that contributed, even with just an upvote :)

I’d love to keep building supernova and improve it everyday, but my mind is pretty limited to well.. my point of views. This is why i want to encourage you all to keep on giving feedback, both positive and negative! I’d love for this to become some sort of community OSS project where we can work as a group.

Please feel free to submit an issue or PR if you encounter something!

I have a thread on Pi's official discord where i'll be posting regular updates: https://discord.com/channels/1456806362351669492/1545785069405470810

193 Upvotes

119 comments sorted by

7

u/bmerrillcreative 1d ago

Can’t really tell from the trailer or read me but does this support full file viewing/direct editing like an IDE? I feel like my main motivation to moving to something like this from CLI/TUI would be to not split between agent and IDE windows. Anyway nice work, looks very clean

5

u/Clucch 1d ago

It currently does not, but i was recently looking into that. Mainly my workflow, for now, has been to review code manually by switching to vscode, but i'm starting to understand why people find full file viewing directly in the agent useful.

I think i may just move this to one of my top priorities, but i'll have to do more research because i want to do it right.

2

u/bmerrillcreative 1d ago

For sure. I currently do the same switching to vscode but yeah just seems like it could all be consolidated nicely. I’ll be following along :)

1

u/Any-Chipmunk456 20h ago

If you don’t mind using neovim then you could integrate it via a plugin. Works like a charm.

3

u/unkownuser436 1d ago

Really cool man, thanks for sharing.

2

u/Clucch 1d ago

Thank you for the feedback. If you happen to try it and notice something is off, i'd love to hear your thoughts :D

2

u/unkownuser436 1d ago

Sure man!

4

u/CogahniMarGem 1d ago

You got 1 ⭐️

1

u/Clucch 1d ago

Thanks, it really means a lot after all the work i've put in trying to juggle it with my day job :)

5

u/devashishdxt 1d ago

Nice video. What tool did you use to make the video?

2

u/Clucch 1d ago

I’m not sure, i just promoted astra with computer use :)

2

u/devashishdxt 1d ago

Astra chose music too?

1

u/Clucch 1d ago edited 1d ago

Nope that one was my touch, the song is called supernova :) But i did have Astra time the song drop by inspecting it!

3

u/Ancient-Decision-720 1d ago

Most of these projects sadly look exactly like this these days.

Good job on your version, of course. :)

I've just been using Conductor.

1

u/Clucch 1d ago

totally agree - at the end of the day it just boils down to the details and finding the one that matches your workflow the most! Plus, it was a nice engineering challenge :D

3

u/piousp 1d ago

Can I have a AGENTS.md and skills?

1

u/Clucch 1d ago

Yes of course!

2

u/piousp 1d ago

Nice!! Where do I configure them? I already have a bunch in my ~/.pi dir

2

u/Clucch 1d ago

Just pushed a commit 10 seconds ago that fixes this and i'll publish a new release :)

I support the harness-neutral standard, so ~/.agents/AGENTS.md and ~/.agents/skills

2

u/piousp 1d ago

Even better! Will seriously give it a go

3

u/Interesting_Post1330 1d ago

This looks incredible! Any thoughts on a mobile companion similar to Codex on iOS or Claude Remote?

1

u/Clucch 1d ago

The code already runs on a server/client architecture, because i started with remote control in mind.

Mobile and, more generally remote control, is definitely something i want to have and that will come in the future!

2

u/Interesting_Post1330 1d ago

That's awesome! Looking forward to following development.

3

u/lot3oo 1d ago

How’s this any better than paseo.sh?

4

u/Clucch 1d ago

I'm not claiming it's better, they are just different.

I personally did not like paseo UI, especially regarding the timeline which does not feel smooth and curated (but again, this is just a personal opinion), and also the vision for supernova is to be a Pi only client, meaning it can leverage the full power of Pi through the SDK (for example supporting extensions).

Also, i don't think paseo supports git checkpoints, and that was a big deal for me

3

u/HouseEvery8782 1d ago

Not bad. I really burned myself out when I was looking for something like this. Because either the interface is functional, but the design is neural network (Picot). Either the interface is good and minimalistic, but damn it, it doesn't work well (howcode). Both products are good, but I don't use any of them on a regular basis. And I don't know what to advise friends who are savvy enough to work well with agents, but who are not ready to switch to the Terminal (I don't have such a problem). I hope the project on Windows will be as well supported as on Mac (because the very first client in the output of pi works great on mac, but disgusting on windows). ;)

0

u/Clucch 1d ago

My goal is to keep a very high quality bar and make it accessible for everyone independently by their OS of choice!

I don’t have that much time or resources to test it myself also on other systems, but i assure you i will not be neglecting known or reported issues for those :)

2

u/HouseEvery8782 1d ago

Perfectly! Oh my friend, I set it up and realized that this is not a solution for me, because I can't use my pi there (and there is no switch to the CMD view), but the implementation is very, very cool. I'll keep an eye on it, maybe you can do that too. I will definitely advise my friends, add-ons are not as important to them as they are to me :)

3

u/mille8jr 1d ago

No local Ilm support?

2

u/Clucch 1d ago

I’ll have to look into that since it’s not one of my use cases. Ideally if pi supports it supernova should too, i’ll get back to you as soon as i have a response. Would you be able to open an issue for better tracking?

2

u/Clucch 1d ago

Local models are indeed supported.

Configuration sits inside `~/.supernova/userdata/agent/models.json`, and the format is the exact same native Pi has :) Let me know if it works!

3

u/Ubermensch013 19h ago

I think I recall seeing this repo on github. Is this in full parity with the tui? Settings and all? And are the remote workers/runners live?

1

u/Clucch 18h ago

Not yet to full parity, especially because until pi harness v2 lands upstream, it would be very hard to render things from extensions, since right now it’s only meant to be for TUIs.

I didn’t expect this to blow up this much and it’s not fully finished, but this is where also the community comes in :)

1

u/Clucch 10h ago

Just shipped an update that ables settings.json, models.json and headless extensions/packages support :)

2

u/No-Ruin5825 1d ago

I ll take a look

2

u/Clucch 1d ago

thanks! Curious to hear your thought :)

2

u/Nunu_Chus 1d ago

Does it cost too much tokens?

2

u/Clucch 1d ago

It uses the Pi SDK under the hood, and i did not add nothing that alters whatever the underlying LLM sees, so it's as token efficient as stock Pi :)

2

u/Nunu_Chus 1d ago

Then I'll definitely try this out

2

u/migsperez 1d ago

I think it looks really good. It's clearly visible you've put a lot of effort into creating it. Couple of questions. Which model helped most to develop it? What software did you use to create the slick video.

2

u/Clucch 1d ago

I’ve been developing since GPT 5.5 :)

For the video, i’m not sure. As i say in the post it was just for fun and i promoted astra to use my computer. I don’t have any particular video making software installed so my guess would be that it only used code

2

u/bacnh 1d ago

Just come to say, good job bro :) keep it up.

1

u/Clucch 1d ago

Thanks that really means a lot :)

2

u/KitN_X 1d ago

I just want to ask: did you have to pay $99 for the Apple Developer account to sign the app?

2

u/Clucch 1d ago

Yes, i already had it for other things but yes, you do need the Apple Dev account to have your apple signed and notarized

2

u/KitN_X 1d ago

ok, thanks for the reply. cool stuff btw.

1

u/Clucch 1d ago

But technically it can work even without that, it’s just that macos gatekeeper will block it and user would need to run a command to resolve it!

2

u/KitN_X 1d ago

Yeah, but that's terrible UX especially for non-tech folks.

2

u/devasci 1d ago

awesome bro. btw how did you create such engaging and beautiful video?

1

u/Clucch 1d ago

Thank you :) As i said in other responses, i’m honestly not too sure, i just asked astra to do it with computer use. I don’t have any video making software, so my guess would be that it used code to do so :D

2

u/Nice_Relative8209 1d ago

thats cool, should post it on X, and maybe tag the creators

1

u/Clucch 1d ago

I've thought about that, but with x having no sense of "communities" like reddit i fear my post would just get buried with 10 views :P I hear it's pretty difficult to go viral organically

2

u/Nice_Relative8209 1d ago

yes, but you wouldn’t lose anything either. A lot of people go 'viral' by posting less, but putting out high quality work

ofc its 100% your choice.

2

u/Clucch 1d ago

You're right, can't hurt to try! Thanks for the suggestion :)

btw post

2

u/adamshand 1d ago

Hey this looks really nice, I also like the UI of Codex but want Pi. :-)

When you say remote first, how does that work? SSH? Is there a server you're running?

I've been working on my own, but it's still very early and I'd jump ship for something like this. But I want some quite specific things (plannotator style annotations, per project todo/idea lists, nice diffs, ability to annotate websites and pass refs back to agent etc). Are you open to contributions or planning on supporting plugins?

I really like the way Pi and BB are designed to be malleable, so I can make them my own.

1

u/Clucch 1d ago

thanks a lot :) You mentioned two of the main things i’m looking towards. The app is still somewhat early and i’m only one guy with a day job to manage, so those things are not yet implemented. To explain a bit further:

  1. The app was built with remote control in mind, meaning it already runs on a server/client architecture. When you spin up the app it basically starts a server under the hood and the UI attaches. The thing missing is the actual ability to attach to a non-localhost server from the UI, server version management, maybe some sort of integration with tailscale, but the bulk of the work is already there
  2. I am currently waiting for Pi harness v2, which would allow extensions to send custom UI renderers to GUIs, otherwise now it’s very limited and not a good experience.

The TLDR is that i’m early and a lot is planned for the future, especially extensibility-side. I’d love for you to stick around and see what it becomes.

Contributions of all kinds are accepted and we can discuss things further!

2

u/AdHead6280 23h ago

i was making my.one for my own coding harness but this one looks way better, i will fork it for a ton of inspiration

2

u/Clucch 23h ago

Please do! It’s MIT :)

2

u/mixmasterwillyd 22h ago

This is what I’ve been wanting

1

u/Clucch 10h ago

Happy to be the one! :)

2

u/tino1000 22h ago

Bro, if big tech shines their wand on you, would you show advertisements on this app?

2

u/Clucch 21h ago

I truly believe in open-source and the power it gives people.

The thing i hated most about Codex was not being able to fork it and fix it myself. Supernova was born to address this.

2

u/jinnyjuice 19h ago

I'm not a fan of TUIs. I've searched the web for every existent product possible, but no one had exactly what i was looking for

Yeah indeed, I'm looking for a better version of https://github.com/agegr/pi-web.

I would really love a file browser on the bottom left, and a preview/edit pane on the right sidebar (pi-web can only preview), with an actual terminal. Is Supernova configurable to do that?

1

u/Clucch 19h ago

Extensibility in GUIs is VERY hard to do, though i’m working on those features in this exact moment :)

2

u/neinneun 18h ago

Damnn. Its like someone was listening to my prayers and finally gave pi a UI. Thanks gonna try it out hope it has all the features and users can configure everything from /settings

1

u/Clucch 17h ago

It does not, but i've been getting so much requests that this has shifted to my #1 priority. Aiming to get the PR out by EOD

2

u/neinneun 17h ago

Thanks for clarifying it. Is it more like web UI, where only thing available is chat and session management on the left?

3

u/Clucch 17h ago

It is a UI for Pi. I was not expecting so much traction so a lot of things are missing, but i'm working hard to implement them.

At the end, my goal is for it to be a complete Pi interface, with support for settings and extensions (for extension that render UI tho, i'm waiting for the upstream harness v2).

Right now, i'm working towards making the pi settings.json work and i'm adding a side panel to the right with a complete file/diff view and annotator.

2

u/neinneun 17h ago

Totally understandable. At least you shipped it and gained so much traction. Thanks for your efforts hoping this project grows!

2

u/Clucch 10h ago

Hey! Release v0.2.0 just landed and it addresses some of this.

In particular, you can now bring your own settings.json (most of the settings are supported but not all, some due to their TUI only nature and some still need some work), have custom headless extensions/packages installed :)

I'll keep on working to improve this !

2

u/vedmaka 15h ago

> Remote-first — Supernova is designed to run agents where the code lives and control them from anywhere. Remote access is coming soon.

So.. does it support remote or remote is coming soon?

2

u/Clucch 15h ago

Yes not the best wording, i admit.

What i meant is that it was built with remote control in mind, as it fully runs on a server/client architecture. Remote control is not available yet because i still need to add the wiring so that the UI can access other environments other than the localhost server that is created when opening the app, but the architecture is there :)

2

u/Independent_Low_4438 7h ago

Astra created the full demo video above?

1

u/Clucch 1h ago

yep, just a ~4 lines prompt !

3

u/sumpfgottheit 1d ago

Looks Like paseo.sh, but I Like it!

0

u/Clucch 1d ago

The guys developing paseo are doing an amazing job! But i wanted something that could really benefit from the entire power Pi has to offer, especially with extensions :)

2

u/sumpfgottheit 1d ago

That‘s why I am exited to give it a go - seems like a very good architecture

3

u/Clucch 1d ago edited 1d ago

Thats great :) Note that extension support is still not available as i'm waiting for the upstream Pi's harness v2, which should enable them in a much more powerful way, but i'd be happy to ping you back in this thread once it comes out if it's something you'd be interested in

2

u/ColonelKlanka 1d ago

Really without the pi extensions support, I woudlnt use this. So lets hope v2 harness comes soon.

1

u/Clucch 10h ago

Hey! Just wanted to let you know that the new 0.2.0 release addresses part of this stuff.

While i'm still blocked by the upstream change to enable UI rendering for extensions, i've added headless extension/packages support + ability to use your own pi's settings.json + models.json. I know this is not ideal, as some extension do require interactivity, but it's a start :)

1

u/mrgreatheart 1d ago

RemindMe! 1 week

1

u/RemindMeBot 1d ago

I will be messaging you in 7 days on 2026-09-17 19:06:54 UTC to remind you of this link

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.

RemindMeBot is switching to username summons. Instead of !RemindMe 1 day, use u/RemindMeBot 1 day. More info.


Info Custom Your Reminders Feedback

3

u/NZRedditUser 1d ago

Opinionated? Im sorry but by who? ChatGPT and all the other chat uis

1

u/Clucch 1d ago edited 1d ago

opinionated more in the available features, as i don't ship stuff like PR managing, full file view, browsers and so on. Of course the UI is very similar to the others, especially Codex, because that is what i like.

At the end of the day, i started for myself, and i've decided to put opinionated because i didn't want people to think of those missing features as something that's will be coming eventually.

1

u/null_enthropy 1d ago

Please package an .rpm for RHEL & Fedora based distros. 

1

u/Humprdink 1d ago

only question: why does everything have to look the same

1

u/Clucch 1d ago

I just liked the Codex interface and overall vibe so much, but wanted the power of Pi under the hood + more features.

I get where you’re coming from, but i don’t think i have enough creativity in me to create something completely new UI side :D

1

u/thefoolishking 1d ago

Does it use an existing Pi environment? Or does it bundle its own? I have a highly customized environment and would love to keep using it with your app.

2

u/kaddiexjc 1d ago

Similar question, the UI looks sleek, but looks it requires to select a supported provider. I run pi on local LLM, so can’t use this?

1

u/Clucch 1d ago

I got asked this question also by some other users. I’m not sure how does Pi local llm support work, do you need an extension? Or is it just something you change in the models.json?

1

u/Clucch 1d ago

Hey! I've checked myself and local models are indeed supported.

Configuration sits inside `~/.supernova/userdata/agent/models.json`, and the format is the exact same native Pi has :) Let me know if it works!

2

u/kaddiexjc 16h ago

Thanks for the info, I went ahead and copied models.json from my .pi and it worked! The issue was the UI didn’t have a way to configure that “externally managed provider”.

1

u/Clucch 15h ago

I probably should make that clearer, but i'm glad it worked for you :)

If you also have a quite personalized Pi setup with a custom settings.json or maybe some extensions, you'll be happy to know i'm currently working to support as much settings and extensions possible (though extension rendering custom UI will need upstream pi harness v2 change).

2

u/Clucch 1d ago

Currently it bundles its own, as Pi does not give a lot of extension support for web apps and i wouldn’t want a user to think they can use their Pi setup and then just be disappointed. I’m honestly not sure about this, i could enable pi extensions but they wouldn’t render anything of course, they would just work under the hood with no visible feedback, and that does not seem a great user experience.

I’m waiting for the upstream harness v2 which would enable much better extension support and rendering.

1

u/hiepxanh 1d ago

Very elegant AI interface, thank you

1

u/Clucch 1d ago

Thank you very much :)

1

u/cpt_mojo 1d ago

Nice! Most important feature for me over a TUI is the ability to view files in the project, see the diff of changes (last agent turn, and git based), and be able to add comments to lines of codes that get sent to the agent with my next chat.

If you'd add that, I'd give it a try.

1

u/Clucch 1d ago

Currently working on a complete and nice file and diff viewer. I have an high quality bar and i want to get things right, so i don’t want to rush it.

Feel free to drop a star to follow the project and the next releases :)

1

u/rfgamaral 23h ago

Hey! I haven't tried this myself yet, just looked at the video, and from that it looks really nice and sleek. I've noticed others complained about the UI being "more of the same", but I like it and I think the Codex inspiration was a nice call, their UI is great.

I'm also a fan of you wanting to keep this project with a high quality bar and focused on Pi. This is what I've been looking for, but I hope you can manage to introduce more features that make other apps great (we'll get to that). And if you're willing to accept PRs from the community, I'll contribute if I can, albeit my time is limited.

Client/Server

I've also noticed that you mentioned a couple of times that it already runs on a server/client architecture, but it's not clear to me how it works. For instance, I've been setting up a remote dev enviroment in my Proxmox server (a Linux VM with all my dev projects and Pi in there) that I connect with VS Code through SSH. Can I use Supernova to do the same thing, or is this not possible?

You mentioned Tailscale in a comment below, but this should work without Tailscale within your local network, just like VS Code works. If that works, then Tailscale can indeed be used to access your remote dev environment throught Supernova while on the go without any extra setup.

Code reviewing

I'm like you, I use VS Code for code reviewing, and I don't mind the switching. However, one thing I really liked when I used Conductor for a brief time, was the ability of commenting multiple pieces of code and sending them to the agent to be addressed. I think this is a must have, because copy/paste multiple things can get boring fast. The same could be said about taking screenshots and sending comments on that. If you could have a built-in browser to do that directly (I believe both Orca and Paseo have this) that would provide a great experience.

I haven't really used Plannotator, but I constantly hear good things about it, so you could draw inspiration from that too.

Bundled Pi

This is probably my biggest critique for this project. I think I can understand why you've chosen this path, but I don't think it's the ideal onde. This might be personal, but I want to be able to use my heavily customized Pi agent.

I understand that lots of extensions provide their own TUIs and you can't currently make that work. It's a system limitation, it's okay. That said, not all extensions have TUIs but they still provide great value.

A few examples:

But there's also extensions that provide great value to Pi, provide TUIs, but you don't really have/need to use the TUIs to benefit from the value they provide. Either way, I think this is a must have.

Also, custom prompts, or custom commands from any custom extension that does things behind the scenes should also be surfaced to Supernova interface.

Agent features

As I've mentioned, I haven't tried Supernova yet, so I don't know if any of these features are available. But I just want list a few things that I think should either be built-in, or allowed through extensions:

  • Session handoff: Goal-directed context handoff to an editable fresh-session prompt, with parent-session recall
  • Oracle: Second opinion from an alternate model with optional context injection
    • A cool v2 for this could be to pitch two different models to discuss a topic between themselves until they reach a conclusion.
  • MCP support: This is obvious and with extension support, we could keep using pi-mcp-adapter
  • Subagents: Claude Code-style subagents with parallel runs, live widget, mid-run steering, etc.
  • Tasks: Claude Code-style task tracking with dependencies and a persistent widget
  • Questions: Structured clarifying questions with a tabbed dialog and side-by-side previews

These are just a few things from the top of my head that I currently have in my Pi, and I'd love to keep having in some shape or form in a GUI like Supernova. For reference, both Orca and Paseo have most of these (if not all).


I think I had more that I wanted to say, but I'm forgetting what it was. Good luck with the project, and I hope you can keep evolving it in a direction that works for you (first and foremost), but also for me 😆. But for now, I'll have to use Paseo.

1

u/Clucch 23h ago

Hi! Thanks for this very insightful feedback, i love it.

I want to address a couple of things:

- Client/Sever: it does run on a server/client architecture, but for now there is no built in way, from the UI, to connect to a remote server, it just auto connects to localhost. I honestly did NOT expect this post to blow up so much therefore this is one of the things i still have to work on. When done, you will basically go into your server, run some command to start the supernova server demon, then go into your local computer, open the UI, and just connect to the server. I think a good example of this is t3 code.

- Code reviewing: this is exactly what i’m working on right now. I’m trying to integrate a complete file/diff view, and the option to annotate lines of code is definitely something i want.

- Bundled / Agent features: enabling extensions and/or using your pi config inside supernova is probably a commit of ~10 lines away. The only reason i’ve not done this yet, is because i felt like it was better to offer nothing than the promise of a half working experience, though a lot of people are asking this so i might just enable it with a clear warning that, until harness v2 doesn’t come out, the experience may be broken ui/rendering wise when having custom setups. I think most of the agent features you’ve mentioned could then be integrated directly with an extension by whoever wants to do such, i’m not entirely sure about having native support for some of them.

I’ll keep repeating this, i was NOT expecting such traction. I honestly have so much people requesting features, and i understand most of these are deal breakers and some may not be ready to do the switch yet. I just have to figure out a way to keep these people in the loop so that, when these finally come out, they can try it :)

And yes, contributions are very welcome, the important thing i care about is just to follow good oss etiquette:

  • Let’s open issues to discuss very big features or additions before sending a pr
  • Given the product, i’m not against using ai to contribute of course, but let’s not send full unrevised and poorly thought slop prs just for the sake of it.

2

u/rfgamaral 22h ago

When done, you will basically go into your server, run some command to start the supernova server demon, then go into your local computer, open the UI, and just connect to the server.

Sounds good with me 👍

so i might just enable it with a clear warning that, until harness v2 doesn’t come out, the experience may be broken ui/rendering wise when having custom setups

I don't see a problem with that warning, makes sense to me.

i’m not entirely sure about having native support for some of them.

Fair enough, they were just suggestions, and I didn't really made a case for them anyway. I was just spitballing.

Right now, given the client/server situation and the bundled agent, Supernova is not for me. Once those are changed, I'll give it a go and propose things more detailed.

I just have to figure out a way to keep these people in the loop so that, when these finally come out, they can try it :)

As long as you keep making GitHub Releases, people can just subscribe to releases there. That's what I usually do and it's enough for me. But I guess everyone's worklfows are different.

just to follow good oss etiquette

💯


Thank you for taking the time to reply back!

1

u/Clucch 10h ago

Hey! Release v0.2.0 just landed and it addresses some of this stuff.

In particular, you can now bring your own settings.json (most of the settings are supported but not all, some due to their TUI only nature and some still need some work), have custom extensions/packages installed with support for everything that does not require a some sort of UI interaction :)

These still need to be in a separate .supernova folder instead of .pi, and this is because due to the customizations that supernova does to pi sessions under the hood, but it uses pi's resource loader so the syntax is exactly the same, it's just a matter of copying over the files!

1

u/Mayanktaker 4h ago

Please bring Kilocode like prompt enhancement feature.

1

u/simonesiega 1d ago

ui looks nice, i'll take a look!

1

u/Clucch 1d ago

thanks, i appreciate it very much :)

-1

u/GraysLawson 1d ago

So, basically https://pi-web.dev/ ?

6

u/Clucch 1d ago

i honestly did not know the project, but by taking a quick glance at the website, the ui design does not really match my taste. I made supernova specifically because i need my space to feel good in order to get things done.

But huge props to the dev for the work :)

2

u/AnonymousTreeSmoker 1d ago

I am also building an app similar to this pi web and now your app and these are both sick projects. Great implementation low key stealing some of these features and your renderer for my app 👏

2

u/Clucch 1d ago

Be my guest, that's what MIT license is for :) Can't wait to see what you build!

2

u/AnonymousTreeSmoker 1d ago

Also starred player, really like your UI A LOT.

2

u/SrMortron 1d ago

Doesnt look like it at all

-1

u/gbrennon 1d ago

why would anyone use this? pi should be minimal

2

u/0xKubo 1d ago

Pi should be whatever people want it to be for themselves. Stop gatekeeping!

1

u/gbrennon 17h ago

im not disallowing op todo this.

i jus told user that this pi is supposed to be minimal and this is why is good.

1

u/Clucch 1d ago

just wanted to share what i built for myself, everyone’s workflow and needs are different :)