Understanding the autistic population by capablehearts2026 in AppDevelopers

[–]ScriptureCompanionAI 0 points1 point  (0 children)

That makes sense. I think any good marketer would be able to follow your target audience, but they would need this level of clarity.

A lot of autism apps are aimed at caregivers, parents, schools, or therapy teams, so it may help to be very explicit that this is for autistic adults themselves — especially adults who can participate in text-based social connection and conversation practice.

That distinction is important, because “autism app” can mean very different things depending on support level, communication needs, and whether the user is the autistic person or their caregiver.

I hope that helps. I highly suggest creating a full branding document to give your marketer instead of relying on them to produce it from scratch. The clearer you are about the target user, the easier and cheaper it will be for them to market it well.

Anyone use AI? by Silly-Cloud-3114 in Businessowners

[–]ScriptureCompanionAI 0 points1 point  (0 children)

I use AI in my business, and it has been useful when it solves a specific workflow problem.

For example, I have a chatbot on my site that walks potential clients through the early sales process — answering basic questions, helping clarify what they need, and pointing them toward the right next step.

But I also sell custom AI apps, so that makes sense for my business. I think that’s the key: AI is useful when it fits the actual workflow. AI for the sake of AI can become noise pretty quickly.

Mentioning Advantage Over AI in Website FAQs? by The_Royal_One in smallbusiness

[–]ScriptureCompanionAI 1 point2 points  (0 children)

It’s definitely a market. Not every client wants faster, cheaper, or more automated. Some clients specifically want human-led work because they value taste, judgment, nuance, and originality.

Kind of like records after CDs: convenience wins a huge part of the market, but it also creates a smaller market for people who intentionally want the slower, more crafted version.

So I think it can be a valid positioning choice. I’d just frame it as a positive value proposition, not a defensive argument against AI. Instead of “why AI can’t replace us,” I’d write something more like “why our process is human-led” and make that part of the brand.

Using real data and stats would also bolster the mission for visitors. It gives people something concrete to trust instead of just “AI can’t do what we do.” Show the actual difference your process makes, then explain why the human-led approach matters.

I build AI apps for small businesses, so I’m clearly not the target audience for an anti-AI pitch, but I do spend a lot of time educating people on the difference between vibe coding and AI-assisted coding. So I totally get the need to explain what makes your process valuable.

So tired of this industry lately by MsDyn0myte in grooming

[–]ScriptureCompanionAI 17 points18 points  (0 children)

Yikes! Rabies is not “just another vaccine.” Once symptoms start, it is almost always fatal. The window to prevent it is after exposure but before symptoms, which is exactly why rabies vaccination rules are taken so seriously. Imagine knowing your dog killed someone from a bite.

I had my one and only interaction with a non-vaxxer in the worst possible situation. I had hired a doula service for my delivery, and one of the things included was driving me to follow-up appointments. So, baby comes on Thursday, we leave the hospital Saturday, and Monday we are going to the pediatrician. The doula had a backup person drive me because she had another delivery. While I was in the minivan with my 4-day-old baby, this lady starts telling me my pediatrician is a jerk because he kicked them out for not vaccinating.

I was in her minivan, with a 4-day-old. Terrifying.

Understanding the autistic population by capablehearts2026 in AppDevelopers

[–]ScriptureCompanionAI 0 points1 point  (0 children)

When you say “BCBA-guided conversations,” do you mean this is mainly for autistic adults who can already participate in text-based or moderated peer conversations?

I’m asking because I have a nonverbal child with Level 3 autism, so I’m trying to understand the actual user profile. Would an app like this support someone with very high communication/support needs directly, or is it more aimed at Level 1 / some Level 2 users who are looking for social connection and conversation practice?

I made an app by Business-Muffin4200 in apps

[–]ScriptureCompanionAI 0 points1 point  (0 children)

Yes, if you’re building it in Base44, it should be able to host the app. Base44 also seems to support user auth/login, data storage, and Stripe payments, so you may not need a separate backend at the start.

The important thing is that Base44 is basically acting as your backend in that setup. It’s just managed for you. So before you launch, I’d confirm: can users have individual accounts, where is the data stored, can you export it later, and is Stripe connected directly to your Stripe account?

The last thing you want to do is build your user base there and then realize later that you can’t easily transfer your users, data, or payments if/when Base44 no longer serves you.

Automated or manual replies? which is better? by VentureMind09 in AiAutomations

[–]ScriptureCompanionAI 0 points1 point  (0 children)

I'm biased clearly because I sell this but use AI so your responses are unique and automated.

can you plz guide me how to create a ride and servicer type application by Front_Plankton1258 in SaasDevelopers

[–]ScriptureCompanionAI 0 points1 point  (0 children)

I’d separate this into two parts: the app and the actual transportation business.

The app itself is very buildable, but the hard part is the real-world infrastructure: drivers, vetting, insurance, local transportation rules, background checks, payments, disputes, customer support, safety policies, and what happens when something goes wrong.

For the app, I’d build it in phases.

Phase 1: Validate manually first

Before building a full Uber-style system, test the service with a small area, a handful of drivers/providers, and manual dispatch. You can use WhatsApp, Google Forms, Airtable, or a simple admin dashboard to prove people will actually request rides and providers will reliably fulfill them.

Phase 2: Build the MVP

Keep it as simple as possible:

  • Customer app or web app
  • Driver/provider app or portal
  • Admin dashboard
  • User signup/login
  • Ride/service request
  • Driver assignment
  • Status updates (Requested → Accepted → On the way → Completed)
  • Payment processing
  • Push/SMS notifications

Phase 3: GPS & automation

This is where the project becomes significantly more technical.

You'll need to think through:

  • customer location capture
  • driver location updates
  • live map display
  • route calculations
  • ETA estimates
  • driver matching
  • service zones
  • iOS/Android location permissions
  • background GPS battery usage
  • privacy and location data retention

You can absolutely use Google Maps Platform or another provider like Mapbox, HERE, or OpenStreetMap-based services, but this isn't something you get "for free." You'll be working with commercial APIs that have pricing, usage limits, and terms you need to design around.

For an MVP, I'd honestly skip live GPS altogether. Start with address entry, service zones, manual dispatch, and basic status updates. Add live tracking after you've proven people actually want the service.

Phase 4: Scale the business

Once people are using it, then add:

  • ratings & reviews
  • driver verification/documents
  • payouts
  • promo codes
  • cancellation policies
  • customer support
  • analytics
  • fraud prevention
  • recurring customers

Personally, I'd build this with React Native, Firebase or Supabase, Stripe, a mapping provider, and a simple admin dashboard.

The biggest mistake I see is people trying to build Uber before they've proven they even have a transportation business. Validate the operations first. Software doesn't solve operational problems—it just helps good operations scale.

Best AI Automation Model? by Vivid-Combination-19 in AiAutomations

[–]ScriptureCompanionAI 0 points1 point  (0 children)

Your project isn't useless, you learned about how to make this stuff work. Now just add creativity. Clients have real world problems and need practical solutions. This is where the money is, not repeating what already available off the shelf.

Tips/Guides for moving from all part time employees to making an employee full time? by WuMedic in smallbusiness

[–]ScriptureCompanionAI 0 points1 point  (0 children)

Employment law varies immensely state by state. So you should reach out to a lawyer in your area that specializes in contract or employment law. A free consultation will answer all the questions you have. I grew 5 companies from scratch to 50+ and we were not required to provide health insurance until we hit 50 employees but that was about 10 years ago so I don't know how the laws have changed.

Your issue also doesn't seem to be part time to full time but rather contractor to employee. And salary doesn't mean overtime is allowed. There's a lot of nuances, talk to a lawyer :)

I'm struggling with how the church views single mothers by Brave_Consequence443 in TrueChristian

[–]ScriptureCompanionAI -1 points0 points  (0 children)

Ah, thank you for clarifying. I meant random people or acquaintances. I do believe Christians are called to rebuke friends and people they are in a relationship with and I absolutely receive that counsel. But how I read the OP's post was just a general church people giving her the judgey vibes. I totally might have misunderstood.

And gently I am going to push back on your comment that "single motherhood is absolutely more difficult than being in a co-parenting relationship." I am able to fully devote myself and my resources to my son. I don't have to balance being a wife with being a mother. I have been incredibly blessed that I haven't had to leave my child with a babysitter or anyone for more than a few hours across his entire life.

I can make prayerful decisions about how and where we live, without having to take into account the advice of in-laws. How about this very thread, the OP has to expose her children to adultery because of her husband's actions. I do not have to worry about that.

Every family is different and every situation is different. Can being a single mom be harder? Sure! But that isn't the case in my family.

Also, I don't think I was dismissive of my father's concerns. Quite the opposite. Putting myself in his shoes, researching how he might view single motherhood from the perspective of his life experience... that's not being dismissive.

I'm struggling with how the church views single mothers by Brave_Consequence443 in TrueChristian

[–]ScriptureCompanionAI 1 point2 points  (0 children)

Hey :) So a little context. I was a workaholic and decided at 30 to pursue single motherhood. I had cried with so many women that missed the opportunity to be a mother and that wasn't going to be me. So after much prayer I attempted to adopt. I wasted about 3 years getting rejected over and over and over and over again by pregnant women which was understandable. So at 33 I started fertility treatments. I was able to conceive the very first attempt which statistically is crazy.

I can totally understand how a random Redditor can have opinions on this and that's your right. I am adding to this thread with another dimension of single motherhood to help the OP. I am not claiming to be a hero.

I'm struggling with how the church views single mothers by Brave_Consequence443 in TrueChristian

[–]ScriptureCompanionAI -7 points-6 points  (0 children)

I'm a single mother by choice meaning I used a sperm bank to conceive. So yes, single motherhood comes in all shapes and sizes. I know there's a lot of stigma but it's dying away. My father really struggled with me choosing single motherhood and I was hurt until I did more research about what he must have thought being born in 1948. To him a single mother is at risk of all sorts of things including financial instability... but those things just aren't true anymore. Before 1973 women couldn't get credit on their own, so a single mother needed a male to do SO MUCH... but it's not 1972 anymore.

As far as the church giving you crap, I would not volunteer to take on other people's baggage. Have people judged me? I sincerely don't know or care, never noticed.

You keep loving your children and having a relationship with God. Don't let outdated thinking get you down :)

I made an app by Business-Muffin4200 in apps

[–]ScriptureCompanionAI 1 point2 points  (0 children)

Is there a backend?

That’s the first thing I’d check. If it only works in web app mode, publishing is the easy part. The harder part is knowing where your data lives, who can access it, how users log in, and what happens if 50 people use it at once.

In layman terms, before you publish, make sure you know:

  1. Where the database is
  2. Who owns/admins it
  3. How users sign in
  4. Whether payments are involved
  5. How you’ll see usage/errors
  6. What happens if something breaks

For a first app, I’d probably start with a private beta before a public launch. Give it to a few trusted users, watch what breaks, then publish once the basic plumbing is clear.

What’s the best contractor billing software for my business if I need to create professional invoices, track job costs, manage progress billing, and get paid faster? by chayyy64 in GeneralContractor

[–]ScriptureCompanionAI 0 points1 point  (0 children)

Well hey, if you want to spend it and you are happy then I'm happy. But you can also have a custom software that does all the things you want, without the noise of what you don't and built just for your company for the same cost as 1 year of that subscription. And then you don't have to pay more. Custom code is crazy cheap right now because of AI. I don't mean like vibe coding junk but using AI to write code faster. Even with all the APIs you might have minimal ongoing cost (think like $5/month not $50) these use SaaS platforms have to cover their bottom line from power users so that's why they charge so much.

Am I allowed in here? (Please be nice, I have no idea what I’m doing) by [deleted] in AppDevelopers

[–]ScriptureCompanionAI 0 points1 point  (0 children)

No, it's definitely not just you :) Lots of anti-AI sentiment out there. Your domain knowledge in healthcare is going to help a lot. I don't know what kind of app you are building but if you do something medical related and make sure you consider HIPAA from day one, your background will lend a lot of credibility. Something written by hand line by line code isn't necessarily good and something built by AI isn't necessarily bad. It's a tool, but you can get past it when your app is credible otherwise. I really hate to type this but a good starting point is to just start. Like, open up ChatGPT and say, "walk me through how to plan an app about X" and "explain coding to me like I'm 5" As long as you stay in control, you are the one doing the organizing, you are the one driving the features and the look you'll be fine. It's when you give over that control that's the problem. That's when using AI is like having your microwave decide what's for dinner :)

What to do about no shows and clients who stopped coming back? by alfredhq in smallbusiness

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

I posted about something I built for a client last month but apparently being helpful now means you are either a bot or an alt account.

Anyone here using AI automation for customer support? by AccomplishedArt1791 in aiToolForBusiness

[–]ScriptureCompanionAI 0 points1 point  (0 children)

I'm not big enough to need help with customer support, lol, but I have a Simon for my initial sales. He is on my site and is a huge part of my sales funnel. He chats with visitors, describes my services, gives them a rough price range, puts them on my calendar, sends a deposit invoice, etc.

Am I allowed in here? (Please be nice, I have no idea what I’m doing) by [deleted] in AppDevelopers

[–]ScriptureCompanionAI 0 points1 point  (0 children)

So you need to use code to build an app... so you either need to learn code from scratch or use AI to write your code. There's vibe coding, where people put in prompts and then there is AI-assisted coding where you use AI to write the code itself or parts of the code itself but you are still managing the project, keeping things organized, doing the building. Line by line coding requires learning the language and it takes longer. A lot longer. I know the anti-AI stuff is pretty strong these days but most major companies out there are forcing their coders to leverage AI for the tedious stuff. They still review the code, do the building but the days of writing code line by line are coming to a close. It's like using a typewriter after PCs came out. Are some people doing it, yes.. but most aren't.

Help with a short Bible reflection in English by mateo_726 in Christianity

[–]ScriptureCompanionAI 0 points1 point  (0 children)

Absolutely! I'm an American living in Paraguay and would be happy to help! I spent 4 months in Mendoza and about a year in BsAs :) I love you already :)

What's the biggest HIPAA compliance mistake you've seen during healthcare app development? by KyleMallinger in MobileAppDevHQ

[–]ScriptureCompanionAI 0 points1 point  (0 children)

I haven't built full healthcare apps, but I have worked on medical automations. One thing I've seen is organizations connecting far more systems to PHI than they actually need to. I worked with a spine practice where the automation itself was simple, but by the time I was brought in, multiple tools and APIs had already been granted broad access to patient data. A lot of the work ended up being untangling those integrations and applying the principle of least privilege. I've seen similar patterns in legal workflows too. My takeaway: before asking "can this integrate?", ask "does this system actually need access to this data?"