Live data from Hacker News

Ask HN: What are your favorite low-coding apps / tools as a developer?

news.ycombinator.com

141–150 of 290 posts

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#143
post #39

Retool ( https://retool.com ) might be what you're looking for on the front-end. It's built for engineers, so it abstracts away a lot of the boiler-plate stuff (e.g. fetching data from an API, showing errors if it fails, showing a loading indicator on the button when the REST API is in progress, etc.). But you still write code for the custom bits (e.g. if you want to hide a component for certain users). Here's a 3 mi…

Is Retool related to Airtable at all? - or do they just follow a similat style guide?

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#144
post #81
post #50

Being a part of the Dark beta ( https://darklang.com ) has been incredible. It makes setting up a simple backend with persistent storage a breeze.

Really interested in what the cost is going to be out of beta.

They said the price will be by cpu/db usage and will have a free tier.

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#146

Earlier quoted context omitted.

This is similar to what we're doing! Hasura + AutoCRUD framework + Metabase is a great stack for putting together a solid business application in no time. Combine Hasura (automatic GraphQL on top of PostgreSQL) with React Admin (low code CRUD apps similar to Forest) and you can build an entire back office admin suite or form app (API endpoints and admin front end) in a matter of hours. This adaptor connects react-adm…

I've taken your stack one step further, with a completely dockerised solution that uses Firebase as an authentication solution (authentication is missing from the current low-code example). It can be run locally or on a cloud provider that runs containers (e.g. GCP Compute Create-With-Container). See here: https://github.com/dvasdekis/react-admin-hasura-firebase/ Thanks to gavinray also for the help with this!

[deleted]

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#147
post #98

Earlier quoted context omitted.

Tanmai, their CEO, gave a response in the Discord on this question a few weeks ago: "The pricing depends on your team/org: what features you’re using Hasura and the uptime/response SLA that you need. If you have something running with Hasura already feel free to setup a chat with the team to get a sense of the pricing. However we will have something launching for self-serve style pricing soon for a managed HA / auto-…

That’s a double whammy. I and many others are prevented from creating a Discord account.

why don't you get one of your friends who already has a discord account to make one and hand you the credentials?

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#148

For low-code dev friendly in our React/ node environment I've been impressed with https://hygen.io for generating boilerplate entities, models, controllers etc. Extremely light weight and flexible so it only needs to do what you want it to and can be changed per project to suit.

It appears to be down now -- death by HN?

Sorry try https://www.hygen.io Didn't like the missing www

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#149
Have you tried Internal? https://internal.io/

It's great for engineering teams that want to add custom HTTP services, hook into GraphQL mutations, and/or add custom SQL - but want to empower non devs, lazy devs or simply devs that want to focus on their core product. We started working on Internal after realizing that most companies can't dedicate valuable engineering time to build and constantly maintain/upgrade their internal tools.

I've led engineering teams from seed to series C companies (10 - 50+ people) for several years. Maintenance and permissioning are always the biggest problems when it comes to building these tools yourself, so we've built Internal with these things in mind by focusing on how startups actually go from zero to one and then scale beyond that.

When you use Internal, we offer a CRUD tool with fine grained permissions, auditability and controls to get you started. In my experience, most startups use open source software for this or build it themselves. Both of these approaches reach their limits very quickly in terms of quality and maintainability and lead to tons of issues when trying to pass audits down the line.

With respect to flexibility, it's there when you need it. We offer a feature called Spaces for when you need to customize the UI and build tools quickly, but we do this in a way that keeps you from shooting yourself in the foot. You can build Spaces without SQL or javascript knowledge and you can quickly create useful tools without needing to know how to code. If you need additional customization after that, we allow you to hook into existing business logic via http services or graphql endpoints and expose that to the end-user as "functions" which can be consumed when configuring a Space. We also offer several out-of-the-box integrations including Salesforce and Stripe so you can quickly integrate with existing services with little to no effort.

Let me know if you would like to talk or want a demo. You can also just sign up and try it out yourself.

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#150

Hasura by far, lets you point-and-click build your database and table relationships with a web dashboard and autogenerates a full GraphQL CRUD API with permissions you can configure and JWT/webhook auth baked-in. https://hasura.io/ I've been able to build in a weekend no-code what would've taken my team weeks or months to build by hand, even with something as productive as Rails. It automates the boring stuff and you…

Awesome, never heard of it!

Graphile (https://www.graphile.org/) seems to be very similar, although I discovered it just a week ago (also on HN), and haven't had a chance to explore it yet.

Post reply on HN