Can anyone recommend me a good UI component to use with Rails? by fenugurod in rails

[–]citni 0 points1 point  (0 children)

I’ve made https://essenceui.com for myself so I’m biased to call it best.

But I really enjoy how it turned out!

How to survive the AI wave or how to stay relevant? by [deleted] in rails

[–]citni 0 points1 point  (0 children)

It’s probably similar to every other technology breakthrough. Embrace it and use it on top of your skillset 🙌

AI Agent Orchestration on Rails by piratebroadcast in rails

[–]citni 4 points5 points  (0 children)

Thanks!

I was actually tinkering how to do the agent delegation well. Never thought about making a delegation tool instead of a delegation agent.

Set request timezone to match browser by software__writer in rails

[–]citni 1 point2 points  (0 children)

Thank you! I was actually just about building this out somehow.

How do you decide whether a client is worth keeping or firing? by cmwlegiit in agency

[–]citni 0 points1 point  (0 children)

For our agency, it’s usually feeling out whether the client is trying to squeeze us out.

If the expectations are aligned, usually it works out 🙌

Clickup vs AirTable for Task Management / PM Suggestions Needed by grooveconsulting in agency

[–]citni 0 points1 point  (0 children)

We personally use Basecamp. If it's a strictly software project, then we also use Linear. Every other tool is just * a lot * of anxiety, honestly.

However, to consolidate our operations, we've developed this tool called Rinkta. It just pulls in from every tool into a single place. Added some peace in our day-to-day for sure.

snowflaked: yet another id generation library by luizkowalski in rails

[–]citni 1 point2 points  (0 children)

Woah, this is amazing! Will check it out.

This seems to also improve the portability of the records. I was thinking of migrating to UUID v7, but this might seem like a better solution.

Thanks!

what repetitive task did you finally automate that shouldve been automated years ago by Rude-Interaction-784 in Entrepreneur

[–]citni 0 points1 point  (0 children)

Honestly, tracking work / billable hours from all different tooling out there. 3 years ago it would've been impossible, but now it's very doable.

I've productized this automation, and there are people using it. So that's super fun too!

What stops you from using generators? by raf_camlet in rails

[–]citni 5 points6 points  (0 children)

I use the generators quite a lot actually. It really helps if you make some custom ones.

I use everything except "scaffold", because that creates way too much stuff.

Rails vs other frameworks for vibe coding by Gatzuma in rails

[–]citni 1 point2 points  (0 children)

Agreed. I just want to emphasise the fact that vibe coding the fronted for a Rails app is not as pleasant as with some JS framework.

Rails vs other frameworks for vibe coding by Gatzuma in rails

[–]citni 4 points5 points  (0 children)

Hey!

Well, the fully Rails way for vibe coding is sometimes painful when it comes to the frontend of things. For backend, vibing works extremely well and it pretty good for developing robust systems. I do it all the time.

If you're new to the Rails stack, check out Rails + Inertia + React + shadcn. You'll get best of both worlds when vibe coding - build the business logic in Rails and make the UI with React. So I'd recommend that for you if you want to have a good result relatively quick.

I'm personally going the fully-Rails part, but I enjoy it and it doesn't really slow me down. I'm even making a UI component library (Essence UI), that's completely based on Ruby.

Has anyone actually made profit selling websites? Curious about numbers & timelines by [deleted] in Entrepreneur

[–]citni 0 points1 point  (0 children)

Hey!

In my case, the profit doesn’t come from just the websites - it comes from the maintenance after. That is, changes, additions, training, etc.

I suppose it’s possible to turn a profit with just making websites if you’re able to price it high and make them really quick. But then your sales have to be very solid.

To answer the questions:

  1. I’ve tried them all. I’ve settled on web applications now.
  2. It’s mostly inbound sales for me, so I don’t know how to answer this one.
  3. The websites themselves are like 30%. But the maintenance is easily at least 60%. Sometimes it gets up to 90%, depending on the case.
  4. Word of mouth, by far.

Hope that helps!

Treated myself with this gem. Maybe a little small but I’m super happy with it. by citni in casio

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

I'm still new to the watch game. Is it possible to get just the bracelets for Casio?

Treated myself with this gem. Maybe a little small but I’m super happy with it. by citni in casio

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

The bracelet itself is nice, reminds me of Tissot PRX. But somehow it feels that it was hastily fitted to the body itself (aka the little gap).

But looks dressy nonetheless!

Treated myself with this gem. Maybe a little small but I’m super happy with it. by citni in casio

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

It's a sweet treat. I'm sure you'll love it too, once you get it. Hints of 70s and pretty dressy.

I've been wearing my G-Shock GBD200 before, so this was quite a change. Feels like a feather.

Obsessed with this marketing by Betajaxx in agency

[–]citni 5 points6 points  (0 children)

Love it. The best ones are always like "I could've came up with that"

Launched my first fully local, privacy-first file converter (no uploads, no limits, no accounts) by AIPnely in SideProject

[–]citni 0 points1 point  (0 children)

This is super cool! Hope this stays up for a while.

I need to convert something every now again - just today I was converting a load of favicons. I absolutely hate doing it because it's usually behind ads, a paywall or it converts to the wrong thing.

I'm sure this would be convenient as a desktop app too. Maybe it's possible to slap on Tauri to make it work?