Viewing profile — boundlessdreamz
boundlessdreamz
HN member- Joined
- Thu, Oct 23, 2008, 8:33 PM UTC
- HN karma
- 4,596
- Public activity
- 869 items
- HN profile
- View on Hacker News ↗
About boundlessdreamz
Creator: https://zestui.com - A UI toolkit for Ruby on Rails built with Phlex and Tailwind
Email: hello@manu-j.com
Recent public activity
-
comment
Comment #49045195
Your tool looks great!
-
comment
Comment #47538775
Why is it useless?
-
comment
Comment #47466835
How do you copy all the relevant data? Doesn't this create unnecessary load on your source DB?
-
comment
Comment #46637186
Is there a way to copy files to/from the sprite? Couldn't see an option for that in the CLI
-
comment
Comment #46637161
Yeah. My sprites never idled inspite of having nothing running in them and had to be destroyed. Ideally there should be two settings 1. A timeout after the last console session is …
-
comment
Comment #46278165
Off-topic: when will postgres 18 be offered on metal?
-
comment
Comment #43232098
When testing mobile apps, how do you manage the data at the backend? i.e how do you ensure that data that you see in the app is he same every time and actions during the test do no…
-
comment
Comment #42336607
This comment was most likely generated using AI It is reusing phrases from previous comments - https://news.ycombinator.com/item?id=42330710 and https://news.ycombinator.com/item?i…
- comment
-
comment
Comment #41618126
Linear has the best UI/UX of all the web apps I have used. After Gmail and Google Maps, I don't recall any other web app wowing me as much as Linear.
-
comment
Comment #40791100
This is similar to how Rails handles secrets - https://edgeguides.rubyonrails.org/security.html#environment... In Rails, the entire file is encrypted unlike here where only the sec…
-
comment
Comment #40048258
You question his competence. > i feel like you have never touched servers/backend in anything more than simple projects (or at all). with full storage/memory there could be an issu…
-
comment
Comment #39958284
runs-ons supports custom images - https://runs-on.com/features/byoi/ and caching to S3 - https://runs-on.com/reference/caching/ I haven't used it yet but these two features make it…
-
comment
Comment #39939223
The depot.dev service has excellent caching for docker. It's almost like building locally. Though the site (depot.dev) focuses on that aspect, this post doesn't. @jacobwg - Do the …
-
comment
Comment #39202950
This is pretty much exactly what I wanted (yay for custom images) but the pricing makes it a non starter. Please consider a tiered monthly pricing based on build minutes.
-
comment
Comment #38978656
Depending on your stack, there are quite a few options. Laravel: - https://filamentphp.com/ - https://bladewindui.com/ Rails: - https://zestui.com/ (Disclaimer: my project) Alpine+…
-
comment
Comment #38978543
He went to work for Vercel after this became successful.
-
comment
Comment #38947236
It will work with any existing Rails app as long as you are using - Tailwind - Stimulus Installation instructions are here - https://zestui.com/docs/installation It is right now on…
-
comment
Comment #38938586
I built and recently released a UI kit for Rails - https://zestui.com Built with Phlex, styled with Tailwind with custom built Stimulus controllers. It's got - 25 themes - Dark Mod…
-
comment
Comment #38751744
Didn't syntax_tree come before Prism?
-
comment
Comment #38718317
This comment has the details. https://news.ycombinator.com/item?id=34366454
-
comment
Comment #38717830
Precisely because it can be used to sprinkle JS functionality :) Vue and Svelte are great but adopting them means that you are using Rails as just a backend. For the vast majority …
-
comment
Comment #38716964
Maybe and it will be the default. But since this is a UI kit, I will expose an option to turn it off if the developer prefers that in general or in a specific context.
-
comment
Comment #38716712
That is planned as an option.i.e the developer decides whether to offer that. Some don't like it because accidental clicks close the sheet/modal which can confuse non tech savvy us…
-
comment
Comment #38716681
Haven't checked out Catalyst but I have used TailwindUI. The components are really good but if you are not using a JS framework, it's a lot of work to integrate. The regular JS ver…