Live data from Hacker News

Show HN: Avo – Build Ruby on Rails apps faster

avohq.io

41–50 of 171 posts

Re: Show HN: Avo – Build Ruby on Rails apps faster

#41

this is very very cool. Any plans of making this for the js ecosystem ? Unfortunately not all of us are on ruby...but everyone is on js. Would totally love something like this on React/Next.

> Unfortunately not all of us are on ruby...but everyone is on js.

This is such an interesting statement.

Re: Show HN: Avo – Build Ruby on Rails apps faster

#42

is there anything like Avo out there? This is great work but I'm not a Ruby/RoR dev

There are a few free packages (Active Admin, administrate, rails admin) built a few years ago that can help you build a CRUD UI, but the conversations I had with developers is that they are a bit annoyed with them. I built Avo as a modern alternative learning from the past products and improving on them.

I think it makes total sense for client work and almost no sense for startups

Re: Show HN: Avo – Build Ruby on Rails apps faster

#43
post #25

Pricing is unclear. It has a fixed price and later talks about subscription. How much is the subscription. Also at what is the frameworks strategie on locking doing transactions in the database.

Sorry about that. I'll try to make that clearer. We have an FAQ item on teh bottom of the page.

The pricing is per project (per app). You pay $250, and you get one year of updates and then use it forever.

The license is a Perpetual Fallback License. When you stop paying for a subscription, you will still be able to keep and use the latest version of Avo at the point in time when the subscription ended but you will loose the ability to update to a newer version.

Regarding locking and doing transactions, it does not support that, but that's a very good idea and not that difficult to add in the near-future. Ideally to let the developer specify what kind of locking strategies to use.

I added this topic to keep track of. https://github.com/avo-hq/avo/discussions/982

Re: Show HN: Avo – Build Ruby on Rails apps faster

#44
I am excited to see more of these Frameworks on top of Frameworks happening. Folks interested in this may also want to check out Bullet Train [0]. They are also a Rails Framework/Framework. I believe they started out with a pricing model that was more expensive than this but have pivoted to open source.

I appreciate Bullet Train’s opinionated idea that APIs and webhooks should be part of any project and they have built it in. Anyhow, it’s worth checking out, in addition to Avo.

[0] https://bullettrain.co/

Re: Show HN: Avo – Build Ruby on Rails apps faster

#45
post #40

This is great. We definitely need more tools/frameworks like this to allow for faster development. It reminds me of Bullettrain: https://bullettrain.co/

Yeah, the guys at bullettrain do a good job! I think of them as being in the same category as Jumpstart. They give you the tools to build the SaaS part of your app, Avo takes it from there and enables you to move very fast with the rest of your app.

Re: Show HN: Avo – Build Ruby on Rails apps faster

#48

I am excited to see more of these Frameworks on top of Frameworks happening. Folks interested in this may also want to check out Bullet Train [0]. They are also a Rails Framework/Framework. I believe they started out with a pricing model that was more expensive than this but have pivoted to open source. I appreciate Bullet Train’s opinionated idea that APIs and webhooks should be part of any project and they have bui…

Yeah, I mentioned bullettrain somewhere in a comment below. It's an amazing SaaS starter kit.

As far as I know, they have some things as open source and some not. Not sure if they published the pricing for the subscription packages though. A lot of people are wondering what that's going to cost.

I used Avo with Jumpstart and they go together wonderfull. Probably with bullettrain too.

Re: Show HN: Avo – Build Ruby on Rails apps faster

#49

Very neat! My first thought was that this was a competitor to https://bullettrain.co/ . Looking into it a bit more, it seems more aimed at building admin panels than whole apps. I guess it competes against tools like https://activeadmin.info/ ?

Great comment! It does intersect a bit with Active Admin, but it's meant to do so much more.

Avo is not meant to be an "obscure admin panel" where only the core team members go to do some CRUD operations. It's meant to be the interface on which you build your back-office. Something that you'd love to give to your users from day one. Something that will make you, the developer, look like a superhero, all with little to no sweat.

Re: Show HN: Avo – Build Ruby on Rails apps faster

#50

this is very very cool. Any plans of making this for the js ecosystem ? Unfortunately not all of us are on ruby...but everyone is on js. Would totally love something like this on React/Next.

Are you looking for react-admin? https://marmelab.com/react-admin/
Post reply on HN