Hacker Newsnew | past | comments | ask | show | jobs | submit | vivekin's commentslogin

Hello, I am the creator of Sheetsbear. Thanks for sharing the link. I hope this is useful to many folks out there. Looking for any feedback that anyone has on the tool.

Technologies used: Vue 3, Sqljs (Sqlite + WaSM)


https://saasbit.saasbeet.com/

Project description: I am building a tool to help Saas Founders/Side project builders/Indiehackers to quickly build a fully functional web application. The tool would provide user auth, user management, payment, onboarding wizard builder, demo recorder, Marketing automation all in a single place. The end user would bring their own frontend framework to implement their business idea.

What do you want to be tested: I am still very early and am looking for product feedback from Beta testers whereby they could try out the product and provide feedback. (which is still very very early)

Contact info: nirops dot contact at gmail dot com


This is very cool. This will open up a lot of different use cases.Congratulations!


I have been using Tauri to develop a Kubernetes IDE: https://github.com/nirops/yakiapp

One additional thing from my experience, is if using Rust as a backend, the turnaround time for hot loading Rust changes is not trivial. This leads to longer times in building things vis-a-vis building in Electron with .ts/.js backend.


Mold linker cut down a lot of the build time when we were writing a tauri app, but the build times were still .. not my favorite.


I know there's probably docs somewhere, but what was the process to integrate mold into your build chain? Is it involved or fairly easy? I just heard of this for the first time and wondering if it could be useful to cut down build times in all my rust libs/apps...

EDIT: found this: https://www.reddit.com/r/rust/comments/rhcnzt/mold_a_modern_...


    $ cat ~/.cargo/config.toml                                                                                                                                                                                                                                                                                                                                               
    [target.x86_64-unknown-linux-gnu]
    linker = "/usr/bin/clang"
    rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]


It’s trivial, check the README on Mold’a GitHub repo.


Yes, good point you need a very good processor for instant hot reload.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: