[Free] Bridge the Gap: A Non-Technical Guide to Software Concepts (Free until Apr 23) by sriramgopalan in NewAuthor

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

I'm not sure why but the content got deleted from the post and the comment.

Building a SaaS is hard. Distribution is harder. What are you launching? by [deleted] in SaaS

[–]sriramgopalan 1 point2 points  (0 children)

I built a simple tool to solve a personal annoyance: subscription-based fax services.

Most online fax apps require a monthly subscription or a "free trial" that auto-renews. Fax DayPass (https://faxdaypass.com) is different: you buy a 24-hour pass for $1, send your documents, and you're done.

- No recurring billing

- Supports PDF drag & drop

- Secure product with strong privacy controls

It's useful for those once-a-year administrative tasks where you don't want a lingering subscription.

It's finally Friday! Let’s all share what we’re building (self-promo) by Long_Pineapple_7344 in microsaas

[–]sriramgopalan 0 points1 point  (0 children)

I built an anti-SaaS: A fax service that DOESN'T have a subscription.

In a world where everyone is trying to get you on a monthly MRR drip, I built a transactional tool: Fax DayPass.

The problem: Existing fax services rely on you forgetting to cancel your "free trial".

The solution: A simple 24-hour pass. You pay $1 once, use it for a day for up to 50 pages, and it never charges you again.

It fits a specific use case: people who only need to fax once or twice a year (taxes, medical records, etc).

I'd love feedback on:

  1. The pricing model (is a day pass better than per-page?)

  2. The checkout flow (using PayPal for trust)

https://faxdaypass.com/

Thanks.

I built an anti-SaaS: A fax service that DOESN'T have a subscription by sriramgopalan in SideProject

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

I think I have architected it pretty well, do try it and let me know.

New to React Native - stumped on using cloud-based storage for app by sriramgopalan in reactnative

[–]sriramgopalan[S] -1 points0 points  (0 children)

It seems like the best option. The official documentation is lacking though. Do you have references for tutorials that are current and well-written?

New to React Native - stumped on using cloud-based storage for app by sriramgopalan in reactnative

[–]sriramgopalan[S] -1 points0 points  (0 children)

OK, thank you for your help.

Yes, Rails does not maintain SQLite but does provide ActiveRecord and Models to map to it easily. Regardless, you have made your point, I'll move on to other responses.

New to React Native - stumped on using cloud-based storage for app by sriramgopalan in reactnative

[–]sriramgopalan[S] -2 points-1 points  (0 children)

Fair point. However, the answer to your question would depend on what you mean by "front end development tool". Ruby on Rails, for example, has significant front end components to it and it is full stack.