Hacker News new | ask | show | jobs
by lucaslee 2806 days ago
Why only backend? You are competing with other solutions out there that have a frontend available directly from db schema. Some examples: https://www.salesforce.com/products/platform/overview/ https://github.com/sferik/rails_admin

I am not totally clear who your target customers are. I think backend alone will be a barrier for a non-technical person. For a developer, as said by others, CRUD/authentication usually isn't the most time consuming part.

With that said, congrats on shipping! I know this is a work in progress. I think your landing page needs more work/content too. Good luck!

2 comments

There is a patent troll who owns creating a frontend from a database. He's successfully sued Microsoft and Oracle and put a code generation product out if business. So I'd tread carefully there.
Interesting, thanks for the heads up. But is this likely to be an issue for a UK-based startup? I understand its a bigger problem in the US
Probably not if you're UK based.
Postgrest[1] is similar, and seems very popular, so this sort of thing is scratching somebody's itch.

[1] https://github.com/PostgREST/postgrest

This needs someone with db skills (yet works well for someone without BE dev skills) though.