I don't know if this counts but I really enjoy Notion [0]. We use it at work for developer guides but I also have a personal workspace where I keep notes and bookmarks, track my progress on goals and projects, and upload files for quick access across devices. Notion isn't perfect - I'd love recurring calendar events and overall performance could be improved - but for me it's so useful. I can open it from any device a…
Ask HN: What are your favorite low-coding apps / tools as a developer?
281–290 of 290 posts
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#282Great question! It really depends on what you need: Webflow, Zapier, Retool and Human Lambdas (disclaimer: what I'm working on) are my favorites.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#283> Saasify handles all of the SaaS boilerplate, including user accounts, subscription billing, developer docs, and a polished marketing site.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#284Great question! It really depends on what you need: Webflow, Zapier, Retool and Human Lambdas (disclaimer: what I'm working on) are my favorites.
What is human lambdas? Like goluminal.com?
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#285Hasura 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…
What about Strapi https://strapi.io/ ? I see strapi has everything hasura has but with more user friendly UI. Am I missing something?
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#286We started just a few months ago, but are already getting very good feedback from our customers.
BTW, we just released a CLI to make local development easier, check out the companion blog post here https://nhost.io/blog/announcing-nhosts-cli.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#287Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#288Shameless plug: https://github.com/rmpr/atbswp , is a mouse and keyboard macro recording and playback tool, think about it as some kind of frontend for pyautogui.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#289Shameless plug: https://github.com/rmpr/atbswp , is a mouse and keyboard macro recording and playback tool, think about it as some kind of frontend for pyautogui.
Any plans to support MacOS?
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#290Hasura 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…