Back

Hi all, I'm building a little app and to motivate myself I decided to talk about it here to summon public shame if I abandon it.

It's a @nativephp based cross-desktop application with a spotlight/raycast like function.
For the moment is closed source as I need to finish a working product first, but I plan to make it open source i the future.
The app it's gonna be built with Livewire Volt, Nativephp and MaryUI for the ui framework.
Here's a little photo of it, Ui is WIP.
image
#OpenSource #BuildInPublic #Livewire #Volt

5

524

  • No matching results...
  • Searching...

/ 1000

I wish I could repost this 😍

2

141

Thank you but it's not repost worthy yet 😅 If you want to try it I can add you to the github repo. But so far is useless.

47

The Blade system of @laravelphp, along with Livewire/VOLT, is incredibly versatile. I successfully developed a mini-plugin system that allows me to load components from the local storage driver. In the long run, users will have the ability to download or create their own plugins as single-file VOLT components.

64

Cool to see maryUI in the wild ❤️ good luck !

1

37

Thank you for the packag. The components are very easy to work with

27

Thank you. I'll send more updates on pinkary once it's in a better state

1

253

Looking good bro

1

107

Thank you. I'll send more updates on pinkary once it's in a better state

13

Working with files is hard, took me an embarrassing amount of time find a good way of implementing it in my app. In the end thanks to sqlite, and laravel jobs I managed to put togheter something that feels instantaneous when searching. Now al files indexing is done in background using jobs and I search the files on a database table with all the power of sql like query so I can match partial names. also files are inserted as they're found so even the slow indexing I can still provide some results

64