Live data from Hacker News

Show HN: I just made my profitable online form builder open-sourced

github.com

61–70 of 131 posts

Re: Show HN: I just made my profitable online form builder open-sourced

#61

Earlier quoted context omitted.

Free advertising on Haker News. 10 bucks net profit without any grows is also profitable. Getting to the main page of HN was worth open sourcing what had no potential anyway. This is my reasoning, I'm not the creator of this.

Username checks out.

[deleted]

Re: Show HN: I just made my profitable online form builder open-sourced

#62
post #16

I really like that you are using nestjs, idk why some devs hate it, IMHO its the best node framework that can be used to build production ready apps, i started using it a month ago at work and it was my first time using it, and it already made so productive

I use nestjs in my open source no-code database https://github.com/teableio/teable, and I really like it, especially the dependency injection capability.

Re: Show HN: I just made my profitable online form builder open-sourced

#63
post #49

Very cool! Form builders are really fun applications to build and teach you a lot about more advanced relational models (like polymorphic relations) I scrapped together a form-builder-with-payments using RoR and RailsAdmin last year for my club and ended up spinning it off into a pay-per-use SaaS[1]. As it turns out, forms are a fundamental aspect of a LOT of things, and offering free use tools can change the game fo…

What do you mean by club exactly?

I generally mean a member based organizations, could be a book club or professional association or anything of the sorts.

Not every club charges dues, but those that do generally start off with a google form and a pinky promise that you'll send your dues after submitting the form.

Works for awhile but it's hard to maintain, speaking as someone who's had to do this before. embolt is my go at offering a member platform with a very low (the lowest) barrier of entry to getting up and running with paid registrations forms & an admin dashboard.

Re: Show HN: I just made my profitable online form builder open-sourced

#65
post #63

Earlier quoted context omitted.

What do you mean by club exactly?

I generally mean a member based organizations, could be a book club or professional association or anything of the sorts. Not every club charges dues, but those that do generally start off with a google form and a pinky promise that you'll send your dues after submitting the form. Works for awhile but it's hard to maintain, speaking as someone who's had to do this before. embolt is my go at offering a member platform…

Looks very well done! Did you have to write much JS or could you do everything you needed with RoR?

Re: Show HN: I just made my profitable online form builder open-sourced

#66
post #16

I really like that you are using nestjs, idk why some devs hate it, IMHO its the best node framework that can be used to build production ready apps, i started using it a month ago at work and it was my first time using it, and it already made so productive

Why Nest over Next? Is it worth switching?

Re: Show HN: I just made my profitable online form builder open-sourced

#68

Earlier quoted context omitted.

But it needs attribution and he can say what attribution is valid, no? IANAL so can't say for sure but does GPLv3 have same issue as early CC? https://doctorow.medium.com/a-bug-in-early-creative-commons-...

Yes and no. While the author can specify an attribution notice, the GPL limits it to being relayed amongst “appropriate legal notices” - these typically appear in an EULA or About screen. Otherwise an “inappropriate” attribution requirement could be misused to prevent modification of certain parts of the work. As for the issue with CC, GPLv3 gives a 30 day grace period for rectifying violations which obviates many po…

Thank you.

Re: Show HN: I just made my profitable online form builder open-sourced

#69

Earlier quoted context omitted.

NestJS is nodeJS for Java people. It's like Angular in that sense. So some people will feel like it's over engineered. I mean it's overengineered. Why do I have to register all these things, and why does it keep crashing if I register it like this without any understandable error message. It has a little bit of an OCD relationship with dependency injection. Where the normal import system can handle most of those case…

Yeah, I don't know, most of the time only time you actually need dep injection is for tests, and at that point why not just mock with Jest? Feels too much just having to do all this work just to complicate dependencies and make moving around more difficult for tests when a much simpler solution is available.

Just wanted to chime in and say that if you use the CLI to generate things, the experience is much nicer. However, you do still need to be in their playground. If you have a large team out org and don't want to have to document extra about the guts, I love having something proven. If you need to mix protocols, I believe Feathers JS was a little simpler to get into last I looked.

Re: Show HN: I just made my profitable online form builder open-sourced

#70
post #25

What is the reason for “open sourcing” this , when any meaningful implementation is locked away behind services and is closed source. I just think these kind of use cases confuses users. There is no problem in being closed source and proprietary (unless you are using preexisting open source code and open sourcing those parts of your code makes it legally compliant) . In any case it is confusing at best and misleading…

> when any meaningful implementation is locked away behind services and is closed source.

As someone seeking a purely open source forms solution, what do you mean by this?

Post reply on HN