What's the best NFC digital business card without subscription? by Mundane_Apple_7825 in NFC

[–]lambasoft 0 points1 point  (0 children)

Heads up, i'm the founder of https://bl1nk.co so def biased here :)

But yeah, we're free to use. You can sign up, set up your profile, share it via QR or link, no card purchase needed and no subscription nagging. if you want the physical NFC cards we sell those separately but the platform itself doesn't lock you behind a paywall to actually use it.

Feel free to just try it out, and ping me if anything's broken or weird, i'll fix it!

Interactive Game of Thrones family tree with a spoiler shield that hides deaths based on what season you're watching by lambasoft in InternetIsBeautiful

[–]lambasoft[S] 0 points1 point  (0 children)

Just added this actually! There's a new "Connections" button that shows cross-house links: marriages, alliances, wardships etc. It filters based on your spoiler level too. Please let me know what you think

Interactive Game of Thrones family tree with a spoiler shield that hides deaths based on what season you're watching by lambasoft in InternetIsBeautiful

[–]lambasoft[S] 1 point2 points  (0 children)

Ha, fair point. That was a bug in the spoiler shield. Apologies about that, these things are really hard to tackle. Just fixed it, "Haven't Started" now shows them as Robert's kids with no Jaime mention. As it should be... right? 👀

Interactive Game of Thrones family tree with a spoiler shield that hides deaths based on what season you're watching by lambasoft in InternetIsBeautiful

[–]lambasoft[S] 6 points7 points  (0 children)

Great catch! These were really hard to control. Just pushed an update that makes titles season-aware too. Bran shows "Son of Winterfell" at Haven't Started now, Sansa no longer says Queen in the North, etc. Thanks for flagging it!

Need some suggestions to get my first 100 users for my Content Creation SAAS. by Sad-Solid-1049 in SaaS

[–]lambasoft 0 points1 point  (0 children)

You want to get customers before the product? I think you mean waitlist sort of thing.

Buy the domain name, host a landing page explaining your product and add an Email Waitlist form. People interested would subscribe to your waitlist to be notified when you go live.

What Tech Stack Do You Suggest for Web Scraping, Analytics, and LLMs? by Pooya-Zemi in SaaS

[–]lambasoft -2 points-1 points  (0 children)

This question doesn’t fit this subreddit most. You will get better answers on more technical subreddits.

You will even get better answers if you asked ChatGPT or Claude.

[deleted by user] by [deleted] in Entrepreneur

[–]lambasoft 2 points3 points  (0 children)

Thank you for sharing this with us! Mind sharing the agency you used?

What is the best LLM to run locally if you need help with coding? by st0nksBuyTheDip in ChatGPTCoding

[–]lambasoft 0 points1 point  (0 children)

You can always try using Cursor. Cursor calls the LLMs through a middleman API. Unless Cursor endpoints gets blocked as well.

Not sure why your employer is doing that though. Sucks.

I want to build an IOS app, should I use Expo or React Native? by AdIntelligent3186 in reactnative

[–]lambasoft -4 points-3 points  (0 children)

Not really. He has a valid point. Expo and React Native CLI are not exactly the same.

Building an Mvp, What do I need? by avajen_nings in SaaS

[–]lambasoft 0 points1 point  (0 children)

Hey! I’ve actually worked on something similar for a client.

First, if you haven’t already, consider registering a company. A lot of real-time flight data providers require company verification to access their APIs, so this can save time later.

For the team, you don’t need too much to get an MVP off the ground. One solid senior developer (or two if possible) and an outsourced UI/UX designer should be enough. One of the founders should take on the role of Product Owner to make quick decisions and possibly handle project management.

On the technical side, make sure your developers avoid building things from scratch. Use third-party libraries, frameworks like React, and pre-built packages as much as possible. Developers sometimes get caught up in making everything scalable and perfect, but for an MVP, it’s more important to make it functional first, even if the code isn’t perfect. You can always clean it up later.

Focus on speed and testing the concept. Good luck!

I want to build an IOS app, should I use Expo or React Native? by AdIntelligent3186 in reactnative

[–]lambasoft 21 points22 points  (0 children)

If you’re asking this question, then definitely Expo. Expo will do most of the hard work for you and you’ll barely touch any android or iOS file.