TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1081 点作者 sureklix大约 5 年前
Since low-coding is super trendy these days, I was wondering if there are actually useful apps not only for non-devs but also for lazy-devs?<p>I tried couple of no-code apps, but found them inflexible –not really giving you the opportunity to dive-in and customize.

98 条评论

gavinray大约 5 年前
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&#x2F;webhook auth baked-in.<p><a href="https:&#x2F;&#x2F;hasura.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hasura.io&#x2F;</a><p>I&#x27;ve been able to build in a weekend no-code what would&#x27;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 just have to write single endpoints for custom business logic, like &quot;send a welcome email on sign-up&quot; or &quot;process a payment&quot;.<p>It has a database viewer, but it&#x27;s not the core of the product, so I use Forest Admin to autogenerate an Admin Dashboard that non-technical team members can use:<p><a href="https:&#x2F;&#x2F;www.forestadmin.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.forestadmin.com&#x2F;</a><p>With these two, you can point-and-click make 80% of a SaaS product in almost no time.<p>I wrote a tutorial on how to integrate Hasura + Forest Admin, for anyone interested:<p><a href="http:&#x2F;&#x2F;hasura-forest-admin.surge.sh" rel="nofollow">http:&#x2F;&#x2F;hasura-forest-admin.surge.sh</a><p>For interacting with Hasura from a client, you can autogenerate fully-typed &amp; documented query components in your framework of choice using GraphQL Code Generator:<p><a href="https:&#x2F;&#x2F;graphql-code-generator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;graphql-code-generator.com&#x2F;</a><p>Then I usually throw Metabase in there as a self-hosted Business Intelligence platform for non-technical people to use as well, and PostHog for analytics:<p><a href="https:&#x2F;&#x2F;www.metabase.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.metabase.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;posthog.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;posthog.com&#x2F;</a><p>All of these all Docker Containers, so you can have them running locally or deployed in minutes.<p>This stack is absurdly powerful and productive.
评论 #22788583 未加载
评论 #22791474 未加载
评论 #22787864 未加载
评论 #22788959 未加载
评论 #22788964 未加载
评论 #22790542 未加载
评论 #22790748 未加载
评论 #22790427 未加载
评论 #22788767 未加载
评论 #22788579 未加载
评论 #22788935 未加载
评论 #22795680 未加载
评论 #22792818 未加载
评论 #22788371 未加载
评论 #22793138 未加载
评论 #22788490 未加载
评论 #22793691 未加载
评论 #22805512 未加载
评论 #22899095 未加载
评论 #22800863 未加载
dvdhsu大约 5 年前
Retool (<a href="https:&#x2F;&#x2F;retool.com" rel="nofollow">https:&#x2F;&#x2F;retool.com</a>) might be what you&#x27;re looking for on the front-end. It&#x27;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).<p>Here&#x27;s a 3 minute demo video: <a href="https:&#x2F;&#x2F;cdn.tryretool.com&#x2F;videos&#x2F;4_minute_demo_4827ae.mp4" rel="nofollow">https:&#x2F;&#x2F;cdn.tryretool.com&#x2F;videos&#x2F;4_minute_demo_4827ae.mp4</a><p>It&#x27;s something we started working on a few years ago before low-code was a thing, haha. It&#x27;s funny to see what you work on become a buzzword, haha. If any of you have any thoughts &#x2F; feedback, please let me know! (HN, honestly, has been the main source of feedback for us as we&#x27;ve been working on it.)
评论 #22788815 未加载
评论 #22790321 未加载
评论 #22790225 未加载
carapace大约 5 年前
I&#x27;m gonna say Godot engine. Yeah, I&#x27;m seriously, the &quot;game&quot; engine. <a href="https:&#x2F;&#x2F;godotengine.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;godotengine.org&#x2F;</a><p>I was playing with it last month and whipped up a simple &quot;toy&quot; (calling it a &quot;game&quot; 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&#x27;ll add some actual game play, mine an asteroid, whatever.)<p><a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~sforman&#x2F;SpaceGame" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~sforman&#x2F;SpaceGame</a><p>While I used GDScript there&#x27;s a node &amp; pipe dataflow visual UI that non-programmers can use to construct &quot;code&quot;, so I think it counts as low-code. You can modify your objects to &quot;export&quot; member vars to the UI so you can tweak them with widgets.<p>If I had to e.g. design and deploy a 3D world for VR users I would seriously consider Godot as a front-end IDE.<p>(BTW, I also made a fun knock-down-the-tower toy I call Yengapult: <a href="https:&#x2F;&#x2F;git.sr.ht&#x2F;~sforman&#x2F;Yengapult" rel="nofollow">https:&#x2F;&#x2F;git.sr.ht&#x2F;~sforman&#x2F;Yengapult</a> )
评论 #22789283 未加载
评论 #22795281 未加载
评论 #22790445 未加载
评论 #22793736 未加载
usrme大约 5 年前
I&#x27;ve found that Azure&#x27;s Logic App Service has been shockingly useful to me! The hard prerequisite is that you are within the Azure ecosystem, but using Logic Apps instead of defaulting to writing PowerShell for Function Apps significantly decreased development time, has increased the ease with which I can debug workflows, and when you&#x27;re on the free tier (with both aforementioned flavors), then Logic Apps still reign supreme as they don&#x27;t have any cold start issues that users of Function Apps (that don&#x27;t get hammered all the time) do.<p><a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;services&#x2F;logic-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;services&#x2F;logic-apps&#x2F;</a><p><a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;understanding-serverless-cold-start&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;blog&#x2F;understanding-serverl...</a>
评论 #22787329 未加载
评论 #22787547 未加载
评论 #22788095 未加载
ollerac大约 5 年前
I&#x27;m writing my own low code framework[0], so I&#x27;m really interested in this space. Over the past five weeks, I&#x27;ve been compiling a list of the most interesting software in this space.<p>Here&#x27;s an early draft:<p>&quot;The Low-Code Ecosystem&quot; <a href="https:&#x2F;&#x2F;blog.remaketheweb.com&#x2F;low-code-frameworks-for-building-multi-user-web-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.remaketheweb.com&#x2F;low-code-frameworks-for-buildi...</a><p>I think there&#x27;s _a ton_ of amazing tools being developed in this area right now. I&#x27;m looking forward to seeing how things develop!<p>[0] Remake (<a href="https:&#x2F;&#x2F;remaketheweb.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;remaketheweb.com&#x2F;</a>) — Build web apps with only HTML.
评论 #22793472 未加载
评论 #22793510 未加载
评论 #22789822 未加载
评论 #22792297 未加载
paulgb大约 5 年前
Google Sheets can be surprisingly handy as a UI for editing data. For example, I have a job on AWS that scrapes a handful of URLs and snapshots them. Instead of creating a database and hosting it somewhere, or hard-coding them, I put them in a spreadsheet that the AWS job reads at the beginning of every run.
评论 #22789766 未加载
评论 #22789091 未加载
评论 #22787835 未加载
评论 #22788457 未加载
artpar大约 5 年前
I have built a lot of internal apps on Daptin over the last 8-10 months. It&#x27;s a headless CMS I started writing about 2 years ago.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;daptin&#x2F;daptin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;daptin&#x2F;daptin</a><p>My overall goal in Daptin (the name comes from adaptable) is to build something reliable which can run for years without needing any maintenance.<p>As for the features, I will try to list some here:<p>- YAML&#x2F;JSON based data declaration<p>- CRUD API implementing <a href="https:&#x2F;&#x2F;jsonapi.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsonapi.org&#x2F;</a><p>- GraphQL API<p>- Definable actions, for custom APIs<p>- Integration to any 3rd party API based on Swagger&#x2F;OpenAPI spec<p>- Runs on mysql&#x2F;postgres&#x2F;sqlite<p>For more advance features:<p>- SMTP server, IMAP server<p>- Self generated certificates&#x2F; Acme TLS generation support<p>- Encrypted columns<p>- Asset columns (file&#x2F;image&#x2F;binary store)<p>- Asset columns backed by cloud storage (like ftp&#x2F;disk&#x2F;gdrive&#x2F;s3&#x2F;bb and many)<p>- Native OAuth&#x2F;3rd party login support<p>- Exposing cloud store folders as static websites
dboskovic大约 5 年前
This just launched the other day but I thought it was pretty up there: <a href="https:&#x2F;&#x2F;fibery.io" rel="nofollow">https:&#x2F;&#x2F;fibery.io</a><p>We use <a href="https:&#x2F;&#x2F;retool.com" rel="nofollow">https:&#x2F;&#x2F;retool.com</a><p>Honorable mention to my own startup <a href="https:&#x2F;&#x2F;flatfile.io" rel="nofollow">https:&#x2F;&#x2F;flatfile.io</a> if you&#x27;re trying to skip past the data import problem.
评论 #22792368 未加载
crabl大约 5 年前
Being a part of the Dark beta (<a href="https:&#x2F;&#x2F;darklang.com" rel="nofollow">https:&#x2F;&#x2F;darklang.com</a>) has been incredible. It makes setting up a simple backend with persistent storage a breeze.
评论 #22790220 未加载
评论 #22788480 未加载
评论 #22796125 未加载
评论 #22789016 未加载
评论 #22789671 未加载
dragonshed大约 5 年前
It&#x27;s quite niche, but I&#x27;ve been really enjoying Pico8 [0], a &#x27;fantasy console&#x27; retro game creation system. It&#x27;s got quite a few limitations, but I&#x27;ve found it quite fun to explore game dev concepts without being tempted by perfection.<p>It&#x27;s got simplified editors for tiles, sprites, maps, music, sound and code, runs on desktops + raspberry pis, and can export to web. The code you write is lua, with builtins for all the editable resources, and paves over most, if not all, the technical rabbit holes you can get yourself into with game development.<p>[0] <a href="https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php" rel="nofollow">https:&#x2F;&#x2F;www.lexaloffle.com&#x2F;pico-8.php</a>
nikivi大约 5 年前
I love Keyboard Maestro for macOS. Made over 1,000 macros with it so far and automated pretty much all frictions I have with using my mac.<p><a href="https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos&#x2F;macos-apps&#x2F;keyboard-maestro&#x2F;km-macros" rel="nofollow">https:&#x2F;&#x2F;wiki.nikitavoloboev.xyz&#x2F;macos&#x2F;macos-apps&#x2F;keyboard-ma...</a>
evaneykelen大约 5 年前
For web development such as landing pages I like <a href="https:&#x2F;&#x2F;webflow.com" rel="nofollow">https:&#x2F;&#x2F;webflow.com</a>. They&#x27;ve been able to create a nice UI that abstracts-away nested styling. It also provides decent animation features, form processing, and CDN asset delivery. Its biggest drawback is a lack of i18n without resorting to 3rd party iffy JS solutions.
评论 #22788434 未加载
iopeak大约 5 年前
Dialog-based development could be a compelling future. Projects like Storyscript (see demo here <a href="https:&#x2F;&#x2F;twitter.com&#x2F;storyscripthq" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;storyscripthq</a> - it gets crazier) and Iris (for data science) are conversations with computers; changing the interface interaction to more &quot;human&quot; than anything else out there. Think Alexa, but for business QA, RPA and workflow&#x2F;automation development. Image taking data from any source, asking complex questions over it (like Microsoft&#x27;s Power BI) then creating repeatable processes with it.<p>Storyscript: <a href="https:&#x2F;&#x2F;storyscript.com" rel="nofollow">https:&#x2F;&#x2F;storyscript.com</a> (private beta) Iris: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;3VZZbKoXDVM" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;3VZZbKoXDVM</a> (mostly research, OSS on GH) MS Power BI: <a href="https:&#x2F;&#x2F;powerbi.microsoft.com" rel="nofollow">https:&#x2F;&#x2F;powerbi.microsoft.com</a> (enterprise)
评论 #22830417 未加载
1123581321大约 5 年前
Have you tried Retool? More than many apps, its design is more clear than most about what it automates and what it doesn’t, so confusion is reduced. Low code needs to be less flexible somewhere or else it’s just a GUI re-implementation of programming languages.
welanes大约 5 年前
It depends on what you&#x27;re trying to accomplish.<p>For building websites, Webflow is powerful (and allows for fine-tuning).<p>Among utilities, Parabola (a kind of no-code extract, transform, load tool) is very neat.<p>For getting data&#x2F;creating APIs without having to code I&#x27;ve built Simplescraper - <a href="https:&#x2F;&#x2F;simplescraper.io" rel="nofollow">https:&#x2F;&#x2F;simplescraper.io</a>.<p>Currently working on an integration for Airtable that allows you to create a dynamic CMS using any data source, without code. Hopefully useful to non-dev and lazy-dev alike.
评论 #22788820 未加载
评论 #22795211 未加载
makeee大约 5 年前
I&#x27;m building something for lazy React devs: <a href="https:&#x2F;&#x2F;divjoy.com" rel="nofollow">https:&#x2F;&#x2F;divjoy.com</a><p>On the no-code side I really like <a href="http:&#x2F;&#x2F;carrd.co" rel="nofollow">http:&#x2F;&#x2F;carrd.co</a>
评论 #22789867 未加载
评论 #22789083 未加载
jhot大约 5 年前
I use Node-Red for all of my home automations. And Tasker for phone automation. I would consider both to fall in the low code genre but still allow a dev to do really cool things (both allow for you to write whatever you want in JS).
评论 #22787824 未加载
评论 #22788269 未加载
tdy721大约 5 年前
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.<p>Then again, that’s not really low code.
评论 #22788281 未加载
评论 #22795283 未加载
juliend2大约 5 年前
I recently used Zapier to integrate with a few APIs and the ability to plug in your own code (<a href="https:&#x2F;&#x2F;zapier.com&#x2F;help&#x2F;create&#x2F;code-webhooks&#x2F;use-javascript-code-in-zaps" rel="nofollow">https:&#x2F;&#x2F;zapier.com&#x2F;help&#x2F;create&#x2F;code-webhooks&#x2F;use-javascript-...</a> ) was useful. And it was certainly less brain-demanding to deploy than something on a server I manage.
im_down_w_otp大约 5 年前
Mathworks Simulink. You can model your components, simulate fairly complex systems, auto-generate C implementations, and use a bunch of other fantastic tools (like Simulink Design Optimization to discover and tune critical parameters) that integrate into the workflow.
egow大约 5 年前
Odoo <a href="https:&#x2F;&#x2F;www.odoo.com" rel="nofollow">https:&#x2F;&#x2F;www.odoo.com</a> for list&#x2F;form CRUD apps. Includes many ERP plugins but is a nice platform for your own apps. Fast client with powerful search tool. Just Python and XML declarative UI gets you working sites. FOS for local hosting and they do SAAS as their main ERP business.
评论 #22788953 未加载
tdehnke大约 5 年前
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.<p><a href="https:&#x2F;&#x2F;www.adalo.com" rel="nofollow">https:&#x2F;&#x2F;www.adalo.com</a>
评论 #22795309 未加载
sunaden大约 5 年前
I like Integromat (<a href="https:&#x2F;&#x2F;www.integromat.com" rel="nofollow">https:&#x2F;&#x2F;www.integromat.com</a>), it&#x27;s Zapier on steroids, hitting the sweet spot for developers. The minor downside is that it can take time to get used to the whole layout and the concept of connecting apps in their editor.
评论 #22788932 未加载
评论 #22803376 未加载
评论 #22788256 未加载
zubairlk大约 5 年前
Surprised nobody mentioned bubble.io yet.<p>Perhaps it steps out of low code into zero code. But you do end up needing to a developer to get far in bubble.io<p>Source of insight: building a few webapps for people in it.
nselman大约 5 年前
I work at YC-backed <a href="https:&#x2F;&#x2F;draftbit.com" rel="nofollow">https:&#x2F;&#x2F;draftbit.com</a><p>-- we&#x27;re in private beta but I can prioritize invites for anyone asking themselves this same question. It&#x27;s pretty much what we&#x27;re here to solve.
评论 #22794317 未加载
评论 #22826650 未加载
mmonihan大约 5 年前
If you’re working in React, I’m working on <a href="https:&#x2F;&#x2F;ResponseVault.com&#x2F;demo" rel="nofollow">https:&#x2F;&#x2F;ResponseVault.com&#x2F;demo</a><p>It’s a drag and drop form builder that saves as JSON schema. You can export and use in your own app, or submit to our backend and send Webhooks to an automation service like zapier.<p>I use it in my client projects since I frequently need to customize form fields, then I can reuse them across clients.
bregma大约 5 年前
StackOverflow. Have a problem? Google it, then cut and paste the solution from StackOverflow. No need to understand programming or computers, and half the software you encounter uses it.
badrabbit大约 5 年前
Have only seen colleagues use them but MS powerapps is pretty powerful. It lets just about anyone with basic computer usage knowledge to connect different data sources and applications to make mobile apps. I&#x27;ve seen people who don&#x27;t know a single programming language make crazy-good apps with it.
评论 #22787206 未加载
denster大约 5 年前
I&#x27;m biased [1], but MintData (<a href="https:&#x2F;&#x2F;mintdata.com" rel="nofollow">https:&#x2F;&#x2F;mintdata.com</a>) is my personal favorite.<p>It doesn&#x27;t use Google Sheets, and instead has its own spreadsheet + Sketch-like surface, giving you tight control over design and behavior that I haven&#x27;t seen in other tools.<p>It would honestly warm my heart to see something that has more power &amp; simplicity in the same tool, because I&#x27;ve been a die-hard fan of app-dev tooling for the past 19 years.<p>Would be curious to get people&#x27;s thoughts here on MintData -- do you guys agree with my assessment above?<p>--<p>[1] Founder here. We built MintData into the tool I&#x27;ve always wanted and thought was missing. Our inspiration was Visual Basic 6, PowerBuilder, and all the RAD (rapid app-dev) tooling from the 1990s.<p>[2] <a href="https:&#x2F;&#x2F;mintdata.com" rel="nofollow">https:&#x2F;&#x2F;mintdata.com</a>
jlavera大约 5 年前
In a previous company we wanted to give more independence to our support and marketing teams. They idea is that instead of they asking us to do some trivial tasks like fetching some data from the DB or sending a request to an API, they could do that by them selves, parting from what we (the developers) build for them.<p>The idea started from there and now includes more flexibility in terms of integrations, customization of data displays, and the ability to compose actions.<p>I&#x27;ve been working for a few months now in this project and I&#x27;m hoping to publish the first beta version here soon. If this sounds interesting or useful to you or someone else, I&#x27;ll be happy to hear about it, so feel free to DM me here or contact me at hello.oneadm@gmail.com
评论 #22839083 未加载
nxc18大约 5 年前
Although typically thought of as primarily a GIS&#x2F;location data tool, ArcGIS is powerful for data management &amp; app-building in general. The John Hopkins COVID-19 dashboard [1] you&#x27;ve almost certainly seen by now is built with ArcGIS feature services &amp; Operations Dashboard.<p>All that follows is my personal opinion; I do work for Esri but I&#x27;m not speaking for them here.<p>A lot of the modern ArcGIS stack is based on feature services hosted on ArcGIS Online (Esri&#x27;s cloud service). Feature Services combine a SQL database with a REST API and spatial analysis. They&#x27;re particularly useful if you want to store spatial data and put it on a map, but it works with non-spatial data, including relational data, as well.<p>Once data is in a feature service, you can visualize it in 2D or 3D maps, add data to it with off-the-shelf apps (we have Survey123 for surveys, Collector for field data collection, and QuickCapture for rapid data entry). You can build stories around the data with StoryMaps, data-driven websites with Hub, and dashboards with Operations Dashboard.<p>If the field apps aren&#x27;t enough, you can create custom web apps with web app builder, custom native apps (Qt) with AppStudio, or totally custom apps with the developer APIs.<p>We even have open source apps [2] that demonstrate how to use the platform for common scenarios, like indoor routing, data collection, and taking data offline.<p>Sorry if this comes off salesy, I just really like sharing this stuff since I think ArcGIS tends to go under-utilized outside of GIS circles. The developers site [3] has a lot of info about the platform and a link to sign up - there&#x27;s a generous free tier if you want to try it.<p>[1] <a href="https:&#x2F;&#x2F;coronavirus.jhu.edu&#x2F;map.html" rel="nofollow">https:&#x2F;&#x2F;coronavirus.jhu.edu&#x2F;map.html</a><p>[2] <a href="https:&#x2F;&#x2F;developers.arcgis.com&#x2F;example-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.arcgis.com&#x2F;example-apps&#x2F;</a><p>[3] <a href="https:&#x2F;&#x2F;developers.arcgis.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.arcgis.com&#x2F;</a>
umvi大约 5 年前
I love GameMaker Studio for making quick prototypes of games.<p>It&#x27;s surprising powerful and the built in sprite editor can do some pretty neat stuff.
supernintendo大约 5 年前
I don&#x27;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&#x27;t perfect - I&#x27;d love recurring calendar events and overall performance could be improved - but for me it&#x27;s so useful. I can open it from any device and start writing (think Simplenote) or build &quot;micro apps&quot; that perform some basic software function.<p>[0] <a href="https:&#x2F;&#x2F;www.notion.so" rel="nofollow">https:&#x2F;&#x2F;www.notion.so</a>
评论 #22839085 未加载
vlokshin大约 5 年前
I&#x27;d probably fall more under designer than developer, but I love Webflow: <a href="https:&#x2F;&#x2F;webflow.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webflow.com&#x2F;</a><p>Our marketing website cycles have gotten so much shorter with Webflow. Even though it&#x27;s just replacing HTML&#x2F;CSS&#x2F;JS for marketing sites, the direct design and publish access in a way that&#x27;s intuitive and reliable saves us time directly on the marketing site (0 dev time now) and frees up dev to focus on more interesting things. We&#x27;ve gone from design -&gt; develop -&gt; commit&#x2F;publish, to design + publish in one nice tool.
keithwhor大约 5 年前
If you haven&#x27;t checked out Autocode [0], I recommend you give it a whirl! It&#x27;s an IDE with some UI components similar to Zapier that auto-generates actual code for you. Just launched a month or so ago so it&#x27;s pretty new, but we&#x27;ve been working on it for a while! Was on Front Page HN when we launched. [1]<p>Disclaimer: am founder. :)<p>[0] <a href="https:&#x2F;&#x2F;autocode.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;autocode.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22306996" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22306996</a>
eandre大约 5 年前
I&#x27;ve been working on something that might be interesting to you [1]. It gives you the full flexibility of a programming language while removing all the boilerplate surrounding your business logic through static analysis.<p>Have a look at the Encore Playground [2] to see a real-world example.<p>[1] <a href="https:&#x2F;&#x2F;encore.dev" rel="nofollow">https:&#x2F;&#x2F;encore.dev</a><p>[2] <a href="https:&#x2F;&#x2F;play.encore.dev&#x2F;vHZHuXf2zca3dg" rel="nofollow">https:&#x2F;&#x2F;play.encore.dev&#x2F;vHZHuXf2zca3dg</a>
aryehof大约 5 年前
&gt; Since low-coding is super trendy these days<p>Is it? I&#x27;m pretty certain I am not the only programmer who has never heard the term before. What is this super trendy thing?
评论 #22791394 未加载
monkeydust大约 5 年前
Not sure if this counts but <a href="https:&#x2F;&#x2F;www.home-assistant.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.home-assistant.io&#x2F;</a> for stitching together all my home technology and create automations. Have to get comfortable with yaml but their support forum is pretty good. End result is I get an LG TV, Dyson Fan, Hive Heating, Google Home, Sonos and Ring Camera all talking to each other if I want.
kevindong大约 5 年前
IFTTT. It supports both sending and receiving web hooks.<p>The main use for it so far is as a way to send push notifications to my phone with a call to a simple POST endpoint.
chubs大约 5 年前
I&#x27;m surprised nobody has mentioned Parse here. I wonder if things have come full circle and Parse-alikes are becoming fashionable again.
mrtrombone大约 5 年前
For low-code dev friendly in our React&#x2F; node environment I&#x27;ve been impressed with <a href="https:&#x2F;&#x2F;hygen.io" rel="nofollow">https:&#x2F;&#x2F;hygen.io</a> 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.
评论 #22788555 未加载
kwikiel大约 5 年前
I&#x27;ve created a tool to flatten and turn any JSON api endpoint into time series chart without any configuration ( it just works ) - I was looking for something similar in the market but never found anything that allowed for 0 config<p><a href="https:&#x2F;&#x2F;temporals.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;temporals.herokuapp.com&#x2F;</a>
matijash大约 5 年前
What a great thread! To add to the list of tools other already mentioned, we are building <a href="https:&#x2F;&#x2F;wasp-lang.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wasp-lang.dev&#x2F;</a> - it is a language that aims to be dev-friendly and compiles to React&#x2F;Node. We are still pre-Alpha but would love to get your feedback.
freeqaz大约 5 年前
On the &quot;low-code&quot; side, you might be interested in Refinery.<p><a href="https:&#x2F;&#x2F;refinery.io" rel="nofollow">https:&#x2F;&#x2F;refinery.io</a><p>It lets you build and deploy applications super, super quickly on top of AWS Lambda. You build applications by composing high-level building blocks, which are small business logic units and are chained together on a visual graph of your application.<p>The cool this is that you can re-use &quot;code blocks&quot; across projects and they follow the same input&#x2F;output rules (plain JSON) so you can mix + match languages in a single project. If you want to make an API endpoint, you just add an API Endpoint block, wire that to a code block, then wire that to a response. Easy. Same with Cron jobs -- you just link a timer to a code block and you&#x27;re good.<p>Logs are handled in the UI for you so you don&#x27;t have to muck with AWS at all (the deployment to AWS is effectively an implementation detail that you don&#x27;t have to know about). Pricing is the same as AWS (usage based) -- we just add a surcharge as a flat percentage.<p>It started out as a side project to solve a similar frustration to the ones you&#x27;re describing, and it&#x27;s snowballed from there (I&#x27;m a co-author of Refinery). :P<p>It&#x27;s still fairly early (and we&#x27;re adding big features still). Feedback is welcome!<p>Some examples:<p>- List of demo apps <a href="https:&#x2F;&#x2F;refinery.io&#x2F;discover" rel="nofollow">https:&#x2F;&#x2F;refinery.io&#x2F;discover</a><p>- Map&#x2F;reduce using fan-out transitions <a href="https:&#x2F;&#x2F;docs.refinery.io&#x2F;tutorials&#x2F;fan-out-fan-in&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.refinery.io&#x2F;tutorials&#x2F;fan-out-fan-in&#x2F;</a><p>- Docs on the different Block types <a href="https:&#x2F;&#x2F;docs.refinery.io&#x2F;blocks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.refinery.io&#x2F;blocks&#x2F;</a>
jppope大约 5 年前
Though not in the visual coding platform space...<p>The Serverless Framework have been an amazing low code experience for me.<p>Building REST APIs is crazy simple... 90% of it is writing config files. Another plus is that you really don&#x27;t need to use web frameworks - you can just write your business logic.<p>anyway thats my $0.02
bremeika大约 5 年前
Have you tried Internal? <a href="https:&#x2F;&#x2F;internal.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;internal.io&#x2F;</a><p>It&#x27;s great for engineering teams that want to add custom HTTP services, hook into GraphQL mutations, and&#x2F;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&#x27;t dedicate valuable engineering time to build and constantly maintain&#x2F;upgrade their internal tools.<p>I&#x27;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&#x27;ve built Internal with these things in mind by focusing on how startups actually go from zero to one and then scale beyond that.<p>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.<p>With respect to flexibility, it&#x27;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 &quot;functions&quot; 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.<p>Let me know if you would like to talk or want a demo. You can also just sign up and try it out yourself.
评论 #22791785 未加载
w1大约 5 年前
As a Python developer moving into web development, I&#x27;ve really enjoyed using Plotly&#x27;s Dash.
khashnejad大约 5 年前
DevScore is a lowcode platform for many use-cases. It gives distributed, event-based nodejs runtime, database, webhooks, cronjobs, and nice integrated library of helper functions to practically do anything you want without worrying about boring stuff. Try it out and let me know if you have any question.<p><a href="https:&#x2F;&#x2F;devscore.com" rel="nofollow">https:&#x2F;&#x2F;devscore.com</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;devscoreInc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;devscoreInc</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UClgE-uFdQIJ2GWhaNjz6WRw&#x2F;videos" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;channel&#x2F;UClgE-uFdQIJ2GWhaNjz6WRw&#x2F;vid...</a>
radiKal07大约 5 年前
I&#x27;ve been using <a href="https:&#x2F;&#x2F;panakit.com" rel="nofollow">https:&#x2F;&#x2F;panakit.com</a> for my blog. It creates fast static pages, allows me to customise my blog without coding and I don&#x27;t have to worry about servers&#x2F;databases.
pratikshadake大约 5 年前
I like <a href="https:&#x2F;&#x2F;www.appsmith.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.appsmith.com&#x2F;</a> which provides front end as a service for publishing internal tools.<p>The good thing about appsmith is it comes with self-hosted version. For data-conscious companies, it&#x27;s the perfect solution.<p>Developers can collaboratively build internal tools and publish them.<p>The vast library of UI components on appsmith gives you enough flexibility to build the apps the way you want them with simple drag and drops.<p>You can build your internal apps by connecting APIs as well as databases. I personally like the API support as it gives me control over input validations and flexibility to add business logic as well.
ChainsawTom大约 5 年前
Microsoft Access anyone?
kirubakaran大约 5 年前
Emacs. Not too much work to customize it these days. Just:<p><pre><code> M-x list-packages</code></pre>
评论 #22787492 未加载
nunopato大约 5 年前
I would like to add Nhost to the list (<a href="https:&#x2F;&#x2F;nhost.io" rel="nofollow">https:&#x2F;&#x2F;nhost.io</a>). You get GraphQL API (hasura), PostgreSQL, authentication, and storage. Everything managed for you.<p>We started just a few months ago, but are already getting very good feedback from our customers.<p>BTW, we just released a CLI to make local development easier, check out the companion blog post here <a href="https:&#x2F;&#x2F;nhost.io&#x2F;blog&#x2F;announcing-nhosts-cli" rel="nofollow">https:&#x2F;&#x2F;nhost.io&#x2F;blog&#x2F;announcing-nhosts-cli</a>.
blkboxdev大约 5 年前
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.<p>If you try it out let me know what you think: <a href="https:&#x2F;&#x2F;www.easycsv.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.easycsv.io&#x2F;</a>
评论 #22795167 未加载
mmcgaha大约 5 年前
Pentaho Data Integration is an ETL tool that I have been using it for the last 11 years or so. The main use is for loading a data warehouse. I also use it for exception reporting and dumping some analytic data to excel.<p><a href="https:&#x2F;&#x2F;community.hitachivantara.com&#x2F;s&#x2F;article&#x2F;data-integration-kettle" rel="nofollow">https:&#x2F;&#x2F;community.hitachivantara.com&#x2F;s&#x2F;article&#x2F;data-integrat...</a>
bernatfp大约 5 年前
Great question! It really depends on what you need: Webflow, Zapier, Retool and Human Lambdas (disclaimer: what I&#x27;m working on) are my favorites.
评论 #22839094 未加载
pythonbase大约 5 年前
I am building a Covid19 dashboard and looking for some UI that can pull data from my django backend. Tried working with HTML templates but designing is not my ball game.<p>So basically there are APIs that provide various data points related to countries and other stats. I need a front-end that could consume the APIs and render data in form of tables, charts and cards.<p>What are my options here that can set me up and running quickly?
zmoreira大约 5 年前
Have you tried Outsystems?<p><a href="https:&#x2F;&#x2F;www.outsystems.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.outsystems.com&#x2F;</a><p>I find everything else just incomplete.
zeepzeep大约 5 年前
<a href="https:&#x2F;&#x2F;beeceptor.com" rel="nofollow">https:&#x2F;&#x2F;beeceptor.com</a> for seeing HTTP traffic &#x2F; mock a simple server.
Pedrit0大约 5 年前
AutoIT... I do not like to use it this way at all but you can manage many things using the AU3 macro system. Can be useful for beginners...
CodeWithDerrick大约 5 年前
Not really low code but of similar concept, www.WayScript.com is great tool for those who need the low code &quot;training wheels.&quot; But if you know how to code, they&#x27;ll let you take the training wheels off and let you write full code in their editor. I&#x27;d argue there isn&#x27;t a more robust solution out there than WayScript&#x27;s.
评论 #22794423 未加载
leethargo大约 5 年前
We are building the LITIC platform [0] for self-service decision analytics apps. There is a visual drag-n-drop language for formulas and optimization models, charts &amp; tables with interactive features, and a visual WYSIWG app designer.<p>[0] <a href="https:&#x2F;&#x2F;litic.com&#x2F;showcase.html" rel="nofollow">https:&#x2F;&#x2F;litic.com&#x2F;showcase.html</a>
autorun大约 5 年前
I&#x27;ve tried Pipedream <a href="https:&#x2F;&#x2F;pipedream.com" rel="nofollow">https:&#x2F;&#x2F;pipedream.com</a> and it works great. I have two or three Twitter bots posting kanjis and random stuff per day. It&#x27;s very easy to build a kind of flow with inputs&#x2F;outputs and connect to the most popular APIs
nbzklr大约 5 年前
Just wanted to throw in <a href="https:&#x2F;&#x2F;apify.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;apify.com&#x2F;</a>. I&#x27;m using it to monitor changes on different websites and automatically send an email to me with screenshots of the updated content. But you can do all sorts of other useful things with it!
vladholubiev大约 5 年前
I haven&#x27;t used it personally yet, but I want to try out Saasify [1] for my next project.<p>&gt; Saasify handles all of the SaaS boilerplate, including user accounts, subscription billing, developer docs, and a polished marketing site.<p>[1] <a href="https:&#x2F;&#x2F;saasify.sh&#x2F;" rel="nofollow">https:&#x2F;&#x2F;saasify.sh&#x2F;</a>
volkandkaya大约 5 年前
We built <a href="https:&#x2F;&#x2F;versoly.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;versoly.com&#x2F;</a>, it is an easy way to build landing pages and marketing sites.<p>Start off with a one pager with an email form and analytics.<p>In one click add an SEO optimised blog.<p>Also don&#x27;t need to worry about hosting, upgrades etc we handle all that for you.
rmatyszewski大约 5 年前
<a href="https:&#x2F;&#x2F;graphqleditor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;graphqleditor.com&#x2F;</a>
moriquendi大约 5 年前
Acryl, WYSIWYG Editor for SwiftUI. It’s my favorite because I’m building it but I hope you’ll enjoy it as well ;-)<p><a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;pl&#x2F;app&#x2F;acryl&#x2F;id1501954098" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;pl&#x2F;app&#x2F;acryl&#x2F;id1501954098</a>
ab_testing大约 5 年前
I know that Oracle is not liked on HN, but Oracle XE with Oracle Apex is a great low code solution to create web apps for internal and external users. Over the course of a decade, I have built hundreds of web applications in corporate enviroments using Oracle XE and Oracle APEX.
评论 #22801315 未加载
sidhantgandhi大约 5 年前
My favorite right now is Snapboard. simple, clean UI, and integrations that airtable is sorely missing.
simonw大约 5 年前
I&#x27;m going to take this opportunity to promote my current principal project, Datasette.<p><a href="https:&#x2F;&#x2F;datasette.readthedocs.io&#x2F;en&#x2F;stable&#x2F;" rel="nofollow">https:&#x2F;&#x2F;datasette.readthedocs.io&#x2F;en&#x2F;stable&#x2F;</a><p>Datasette aims to reduce the gap between &quot;I have some data&quot; and &quot;I have a useful JSON API for it&quot; as much as possible. I think it does this really well.<p>A timely example: the first version of this API for interacting with data about the COVID-19 pandemic took me just a few minutes to build AND deploy: <a href="https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;</a> - it uses data pulled hourly from <a href="https:&#x2F;&#x2F;github.com&#x2F;CSSEGISandData&#x2F;COVID-19" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;CSSEGISandData&#x2F;COVID-19</a> and <a href="https:&#x2F;&#x2F;github.com&#x2F;nytimes&#x2F;covid-19-data" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nytimes&#x2F;covid-19-data</a><p>Here&#x27;s JSON for the number of reported cases and deaths in California (served with a CORS header so you can call it from other pages): <a href="https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid&#x2F;ny_times_us_states.json?state=California&amp;_shape=array" rel="nofollow">https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid&#x2F;ny_times_us_states.jso...</a><p>And here&#x27;s data showing the number of NEW cases per day reported in Italy, using a SQL window function. First as a graph visualization: <a href="https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid?sql=with+italy+as+%28%0D%0A++select%0D%0A++++rowid%2C%0D%0A++++day%2C%0D%0A++++country_or_region%2C%0D%0A++++province_or_state%2C%0D%0A++++admin2%2C%0D%0A++++fips%2C%0D%0A++++confirmed%2C%0D%0A++++deaths%2C%0D%0A++++recovered%2C%0D%0A++++active%2C%0D%0A++++latitude%2C%0D%0A++++longitude%2C%0D%0A++++last_update%2C%0D%0A++++combined_key%0D%0A++from%0D%0A++++johns_hopkins_csse_daily_reports%0D%0A++where%0D%0A++++%22country_or_region%22+%3D+%3Ap0%0D%0A++order+by%0D%0A++++confirmed+desc%0D%0A%29%0D%0Aselect%0D%0A++day%2C%0D%0A++confirmed+-+lag%28confirmed%2C+1%29+OVER+%28%0D%0A++++ORDER+BY%0D%0A++++++day%0D%0A++%29+as+new_cases%0D%0Afrom%0D%0A++italy%0D%0Aorder+by+day+desc+limit+50&amp;p0=Italy#g.mark=bar&amp;g.x_column=day&amp;g.x_type=ordinal&amp;g.y_column=new_cases&amp;g.y_type=quantitative" rel="nofollow">https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid?sql=with+italy+as+%28%...</a><p>And here&#x27;s that raw data as JSON:<p><a href="https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid.json?sql=with+italy+as+%28%0D%0A++select%0D%0A++++rowid%2C%0D%0A++++day%2C%0D%0A++++country_or_region%2C%0D%0A++++province_or_state%2C%0D%0A++++admin2%2C%0D%0A++++fips%2C%0D%0A++++confirmed%2C%0D%0A++++deaths%2C%0D%0A++++recovered%2C%0D%0A++++active%2C%0D%0A++++latitude%2C%0D%0A++++longitude%2C%0D%0A++++last_update%2C%0D%0A++++combined_key%0D%0A++from%0D%0A++++johns_hopkins_csse_daily_reports%0D%0A++where%0D%0A++++%22country_or_region%22+%3D+%3Ap0%0D%0A++order+by%0D%0A++++confirmed+desc%0D%0A%29%0D%0Aselect%0D%0A++day%2C%0D%0A++confirmed+-+lag%28confirmed%2C+1%29+OVER+%28%0D%0A++++ORDER+BY%0D%0A++++++day%0D%0A++%29+as+new_cases%0D%0Afrom%0D%0A++italy%0D%0Aorder+by+day+desc+limit+50&amp;p0=Italy&amp;_shape=array" rel="nofollow">https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid.json?sql=with+italy+as...</a><p>And as CSV: <a href="https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid.csv?sql=with+italy+as+(%0D%0A++select%0D%0A++++rowid%2C%0D%0A++++day%2C%0D%0A++++country_or_region%2C%0D%0A++++province_or_state%2C%0D%0A++++admin2%2C%0D%0A++++fips%2C%0D%0A++++confirmed%2C%0D%0A++++deaths%2C%0D%0A++++recovered%2C%0D%0A++++active%2C%0D%0A++++latitude%2C%0D%0A++++longitude%2C%0D%0A++++last_update%2C%0D%0A++++combined_key%0D%0A++from%0D%0A++++johns_hopkins_csse_daily_reports%0D%0A++where%0D%0A++++%22country_or_region%22+%3D+%3Ap0%0D%0A++order+by%0D%0A++++confirmed+desc%0D%0A)%0D%0Aselect%0D%0A++day%2C%0D%0A++confirmed+-+lag(confirmed%2C+1)+OVER+(%0D%0A++++ORDER+BY%0D%0A++++++day%0D%0A++)+as+new_cases%0D%0Afrom%0D%0A++italy%0D%0Aorder+by+day+desc+limit+50&amp;p0=Italy&amp;_shape=array" rel="nofollow">https:&#x2F;&#x2F;covid-19.datasettes.com&#x2F;covid.csv?sql=with+italy+as+...</a>
评论 #22788989 未加载
评论 #22788389 未加载
评论 #22789277 未加载
RMPR大约 5 年前
Shameless plug: <a href="https:&#x2F;&#x2F;github.com&#x2F;rmpr&#x2F;atbswp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rmpr&#x2F;atbswp</a>, is a mouse and keyboard macro recording and playback tool, think about it as some kind of frontend for pyautogui.
评论 #22890685 未加载
adg29大约 5 年前
Mapbox enables interactive storytelling using low-code template to help tell map-based stories<p><a href="https:&#x2F;&#x2F;www.mapbox.com&#x2F;solutions&#x2F;interactive-storytelling" rel="nofollow">https:&#x2F;&#x2F;www.mapbox.com&#x2F;solutions&#x2F;interactive-storytelling</a>
jeznag大约 5 年前
Zoho Creator is pretty nice if you don&#x27;t mind closed source&#x2F;proprietary. You drag and drop fields onto forms and it creates a database behind the scenes. Can be customised using their scripting language which is similar to javascript.
meelad大约 5 年前
We built a no code API integrator for Google Sheets. It supports GET and POST requests for JSON and CSV APIs in Google Sheets. Works with most APIs. <a href="https:&#x2F;&#x2F;apipheny.io" rel="nofollow">https:&#x2F;&#x2F;apipheny.io</a>
sunilkosuri大约 5 年前
Take a look at <a href="https:&#x2F;&#x2F;www.getfastcode.com" rel="nofollow">https:&#x2F;&#x2F;www.getfastcode.com</a>. I am the founder and would love to get your feedback. Please sign-up for our beta if you like it.
hieunc229大约 5 年前
I saw myself rewriting things often. So I started to develop <a href="https:&#x2F;&#x2F;saltar.co" rel="nofollow">https:&#x2F;&#x2F;saltar.co</a> about 2 years ago.<p>Served me well for creating basic website, blogging and form :)
sawaali大约 5 年前
<a href="https:&#x2F;&#x2F;metaset.io" rel="nofollow">https:&#x2F;&#x2F;metaset.io</a> is a macOS app to quickly visualize CSV, Postgres, or SQLite data with charts.
verdverm大约 5 年前
We&#x27;re building an open source code generator for developers. Used to call it low-code, but that&#x27;s not such a popular term with devs<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hofstadter-io&#x2F;hof</a>
评论 #22788477 未加载
dominotw大约 5 年前
airtable + zapier replaced like 70% of internal apps.
评论 #22787843 未加载
detnyre大约 5 年前
HCL Leap. Drag and drop web development but can still add HTML&#x2F;css&#x2F;javascript as needed to extend functionality
fegu大约 5 年前
Has anyone here tried OpenXava.org? I am considering looking into it, but don&#x27;t want to waste my time.
detnyre大约 5 年前
HCL Leap. Drag and drop web development but can still add HTML&#x2F;css&#x2F;javascript as needed.
ruslan_talpa大约 5 年前
Postgrest? :)
leo3大约 5 年前
www.kaholo.io If you&#x27;re looking to build automation pipelines in simple and fast way, you can use Kaholo.io visual DevOps tool to do that. It is low-code so you have complete flexibility and it doesn&#x27;t require any unique scripting language.
评论 #22792193 未加载
评论 #22791654 未加载
tyhoff大约 5 年前
stacker.app has impressed me. It&#x27;s by the same team that built (and recently posted) Toga (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22746663" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22746663</a>).
jeznag大约 5 年前
Zoho Creator is pretty nice if you don&#x27;t mind closed source&#x2F;proprietary.
inglor大约 5 年前
Testim.io, point and click e2e automation you can record and replay on your CI.
ravoori大约 5 年前
awk has saved my backside on more occasions than I can remember. pcregrep is another surprisingly powerful command line tool. Very useful for extracting json with nested data structures from logs. GNU grep is more or less as powerful via the -P (pcre) flag. Another underrated command line tool is the venerable POSIX look command. It is able to perform binary searches on lexically sorted files. Very useful for quickly zeroing in on slices of interest from ginormous log files where each line is prefixed with an ISO timestamp.
talelcool大约 5 年前
for elastic &amp; redis backend <a href="https:&#x2F;&#x2F;kuzzle.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kuzzle.io&#x2F;</a>
maxdo大约 5 年前
Flow.ai + zappier
rb808大约 5 年前
jhipster is good for basic crud apps.
popup21大约 5 年前
Buildbox for game development.
hedora大约 5 年前
perl -ne
te_chris大约 5 年前
Salesforce if it’s for line of business.
pcvarmint大约 5 年前
<a href="https:&#x2F;&#x2F;searchmobilecomputing.techtarget.com&#x2F;essentialguide&#x2F;Pros-and-cons-of-a-low-code-platform-for-mobile" rel="nofollow">https:&#x2F;&#x2F;searchmobilecomputing.techtarget.com&#x2F;essentialguide&#x2F;...</a>
bitwize大约 5 年前
Lisp.<p>So-called &quot;low code&quot; tools involve code, you just write it by rat-wrestling instead of typing. And good luck using those tools effectively for problems their designers didn&#x27;t anticipate.<p>With Lisp, you write less code and it&#x27;s easier and more fun to write.
banq大约 5 年前
MDA+DDD+BPM=future: At LV 1871 one of the most important strategical goals is the enabling of business specialists to participate in software development.<a href="https:&#x2F;&#x2F;medium.com&#x2F;@davidibl&#x2F;dmn-manager-ed2afa73b221" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@davidibl&#x2F;dmn-manager-ed2afa73b221</a>