Live data from Hacker News

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

news.ycombinator.com

231–240 of 290 posts

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

#231

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…

I'm a big user of graphile - they've also got a pretty good starter boilerplate with auth, etc baked in: https://github.com/graphile/starter Have you tried it / do you have comparison points? I only poked around in Hasura a bit before deciding it wasn't worth the switching cost atm, but the out of the box upserts are compelling to me.

Has anyone ever hooked graphile up to a point and click schema editor, for iterating without writing code?

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

#233

I'm writing my own low code framework[0], so I'm really interested in this space. Over the past five weeks, I've been compiling a list of the most interesting software in this space. Here's an early draft: "The Low-Code Ecosystem" https://blog.remaketheweb.com/low-code-frameworks-for-buildi... I think there's _a ton_ of amazing tools being developed in this area right now. I'm looking forward to seeing how things dev…

since I am kinda sold on strapi, I am surprised to not see it in the list. I will check out if frameworks you found are better, see if it is worthy (I have no affiliation in strapi) edit: one more - quasar, that is vue with lot of wiring already done.

Thank you! I added Strapi and Quasar to the post now. They both look good!

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

#234

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…

May I ask, why not just use the official provider? https://github.com/hasura/ra-data-hasura

https://github.com/hasura/ra-data-hasura/issues/11

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

#235

We were sick of writing spreadsheet importers for most apps we have ever built. We just wanted to write the endpoint to ingest the data into our system. So we have been writing a CSV importer as a service. You can use it to import spreadsheet data into your app or other apps similar to Zapier. We do integrate with Zapier too. If you try it out let me know what you think: https://www.easycsv.io/

When I'm researching apps like yours, the thing I'm most curious about is the experience for my users. If you added a walkthrough showing the user experience for the top 3 most common problems people run into when importing data and how you address them in a usable way, you'd go a long way towards convincing me.

1) What happens if someone tries to upload a non-CSV file? What do you do?

2) What happens if the data is malformed or not in the right format or there are no headers at the top of the file?

3) How many steps does it take for someone to get from the uploading step to the final step? How do you make this easier?

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

#236

This just launched the other day but I thought it was pretty up there: https://fibery.io We use https://retool.com Honorable mention to my own startup https://flatfile.io if you're trying to skip past the data import problem.

> https://fibery.io I've clicked through all of their product overviews and I still don't have a clear understanding of what it is. If it just launched -- have you actually used it enough to get value out of it? The whole point seems to be that it evolves (??) as a company grows but like I said I don't fully get it still.

It looks like a programmable version of Notion (https://www.notion.so/). Like, if you were frustrated by Notion's limitations, you could use this to build your own. As well as consume external APIs with it.

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

#237
post #27

It depends on what you're trying to accomplish. For building websites, Webflow is powerful (and allows for fine-tuning). Among utilities, Parabola (a kind of no-code extract, transform, load tool) is very neat. For getting data/creating APIs without having to code I've built Simplescraper - https://simplescraper.io . Currently working on an integration for Airtable that allows you to create a dynamic CMS using any da…

I'd love to know about when your Airtable integration will launch. Is there a place I can sign up for that?

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

#238

I'm gonna say Godot engine. Yeah, I'm seriously, the "game" engine. https://godotengine.org/ I was playing with it last month and whipped up a simple "toy" (calling it a "game" is too much) that lets me fly a little space ship around a little asteroid field. It took about a day to get it working enough to be fun. (I polished it up a little after that, and maybe one day I'll add some actual game play, mine an asteroid…

Yeah i'd also go with unity as a 'low-code'-tool -- not just for the visual-scripting part, but also for the ability to easily add custom editor-tools for every workflow there is and therefore adding just more "low-code"-Tools to the game. We have about 100 custom tools in our studio -- often not more than a few lines of code, but our level-designers can script their own behaviors on top of that. I'm still waiting for an open source tool (not even focused on games) that incorporates code, data and ui this beautifully^^.

(Godot has the same basic principles but w/o the indefinite power of c# as modern and widely used programming language)

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

#239
post #3

Flash was really cool! I haven’t really seen anything that lives up to what I was able to accomplish way back in the day with Macromedia Flash. Then again, that’s not really low code.

A modern alternative would be Tumult Hype: it off and lets you write your own JS for advanced scripting. Exports to HTML, GIF and MP4 and has a one-time fee, no monthly subscription BS.

https://tumult.com/hype/

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

#240

Been really happy with Adalo - it lets you create apps that can be delayed in the iOS Apple store and Google Play store too, as well as have a Web App and PWA app. https://www.adalo.com

I've heard good things about it on Reddit as well. What kind of applications have you used it for?
Post reply on HN