Live data from Hacker News

New approach for No-code tool usage

news.ycombinator.com

1–3 of 3 posts

New approach for No-code tool usage

#1
Sometime last year, I spoke with my friends about No-code tools and how users should have complete control of their codes and products.

Today, we have built the first open-source No-code tool that gives users complete ownership.

Since Peppubuild is still in its first phase, we wrapped our initial Vue/NodeJs application using Electron so that No-code developers do not need to install NodeJs and other dependencies. We have thoughtfully added Electron-updater for auto-updating when we make new releases.

The goal is to enable citizen and professional developers bootstrap an MVP as fast as possible. We are targeting ease of building full-stack applications. However, our first beta (v0.0.1) focuses on creating frontend applications with Vue.

Here's a link to the Github repository; https://github.com/hannydevelop/Peppubuild

The repository for the desktop application: https://github.com/hannydevelop/peppubuild-desktop

A quick-start guide where I demonstrated steps on how to replicate ouredenlife login page: https://docs.peppubuild.com/overview/quick-start

Re: New approach for No-code tool usage

#3

> Let's replicate the login page of with Peppubuild. Skip to the video to get a visual representation. Is there a video version of the demo? I can't find it.

Sorry I'm just seeing this now. The docs is still WIP so the video hasn't been added yet. However, here's the making of a webpage with Peppubuild.

https://www.loom.com/share/1b1c45feaf7c400e914164480e5682f9?...

Final page: peppubuild.com.

Codebase in Github and deployed on Netlify. You have full access to your code.