Live data from Hacker News

Show HN: BackendLab – Code-free web app builder

news.ycombinator.com

1–10 of 63 posts

Show HN: BackendLab – Code-free web app builder

#1
Hi all,

I'm currently validating an idea for a new BaaS solution which will allow you to build and host a web app backend without writing a single line of code.

The app is called BackendLab and the landing page is here: https://www.backendlab.app/

The idea is that it allows you to define your database models by specifying what fields to include and BackendLab automatically creates a CRUD API which you can start using straight away.

We've just launched the public beta and are looking for early adopters (free of charge, just looking for some feedback on the tool)

Looking forward to hearing your feedback!

Thanks,

Chris

Re: Show HN: BackendLab – Code-free web app builder

#2
Hey Chris,

Congratulation for launching your beta!

This seems quite similar to what we do here: https://cloudbackend.appdrag.com/

But it's look like your auto generated API support only CRUD operations, this can be very limited even for common use cases like: "Create a new order" make some business validations, store in the db, generate a pdf, send an email ...

Disclaimer: I'm the CTO of AppDrag

Re: Show HN: BackendLab – Code-free web app builder

#4
Hay Chris,

Looking like a great project, simple and fun.

Keep in mind that other similar projects tried the same approach before, namely firebase and parse.com. both for only so much traction because at the end, real world applications need more features - business logic, backend that uses other APIs, etc.

Still, looks like a fun project

Re: Show HN: BackendLab – Code-free web app builder

#7
post #6

On a similar note, what would be a good option for building front-ends without much coding? Maybe something that could export a React project, for quick prototyping.

What would this look like? I understand that there is a specific pattern repeated over and over again with models authentication users and CRUD for a simple backend but even a simple front end seems much harder to implement in a generic way. Maybe some form of templating?

Re: Show HN: BackendLab – Code-free web app builder

#9
post #4

Hay Chris, Looking like a great project, simple and fun. Keep in mind that other similar projects tried the same approach before, namely firebase and parse.com. both for only so much traction because at the end, real world applications need more features - business logic, backend that uses other APIs, etc. Still, looks like a fun project

I tend to agree - great prototype, but most coders whip out basic CRUD code quickly, and their time is really spent on all the additional features of an app. Often, changing the basic CRUD code in the process.

This could work fine as a rapid prototyping tool, but from a feature parity perspective, it looks like you end up with something equivalent to a Salesforce app or Sharepoint list (also non-code CRUD solutions), without the stigma and cost of enterprise platforms, but also without the integration with everything else you may do.

Post reply on HN