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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: FormBolt – Self-hosted visual builder for CRUD apps using VueJS

27 点作者 radva42大约 7 年前

2 条评论

radva42大约 7 年前
Hello, OP here.<p>This is something I&#x27;ve been working on for quite some time. The goal is to make it easy for anyone to build database apps by first defining a data structure and then creating forms and UI around it. Pretty much anything can be built with FormBolt - from very basic apps to replace excel spreadsheets to complex apps for inventory management, product management, or any custom business processes&#x2F;data. This is not a tool for visual programming. Instead I think of it as a visual scaffolder - users visually create the app blueprint, which the background service uses to automatically create and deploy a fully functional web app. It offers granular user permissions and it&#x27;s easy to create different forms&#x2F;workflows for different user groups.<p>FormBolt can run locally without a centralized server (all data stored locally) or you can put it on a remote server, enable networking and have your own private cloud app.<p>As the title it has a visual builder and doesn&#x27;t require writing any code (for the most basic apps), however writing some JS and SQL is necessary for more advanced functionality. From my experience with it so far I can say that building the usual CRM&#x2F;project management&#x2F;invoicing app takes a few hours (from idea to working app). In fact it takes me more time to decide what forms I need for an app than actually building it.<p>This is what I used to create it: - Front: VueJS &amp; Semantic UI - Back: Golang - Database: PostgreSQL<p>What do you think?
评论 #16822903 未加载
评论 #16822891 未加载
miga大约 7 年前
Can you generate React code and use React widgets?