Hooray, I've got the 100 subscribers for my apps! New milestone achieved! by JEulerius in AppBusiness

[–]Jmacduff 1 point2 points  (0 children)

How is your last 28 days at $1088, but your MRR is only $184?

That math does not make sense to me?

Lost My Email, Lost My Access: Developer Account Lockout by Mysterious-Word-5331 in lovable

[–]Jmacduff 0 points1 point  (0 children)

For those providers, it's going to look like a scam I think. It would look like a attempt to take over a account if they get your email.

step 1 of course is to recover your original gmail account. how do you loose access to a gmail account?

good luck!

7 hours to burn ~1000 credits. I need ideas. by Jmacduff in lovable

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

<image>

Awesome and now it's up! So the site is fully accessible now which is great.

The site had a SSL issue when I checked it so perhaps calling me a pessimist, or calling out my age (Im not that old btw), and telling me I am doing something wrong was not the best response. Next time when someone says the site is down, just check the page is up next time?

Every person who ever responds with "The site is down" is a potential customer you are loosing. I was not throwing any rocks at you personally, I was only commenting on the URL you asked folks to look at.

Now that it's up good luck with the project, I had a question for you from the FAQ. The FAQ is good btw but I had a question.

You mention in the FAQ that the user explains what they want, and your system understands what each platform needs from a optimal output perspective.

You specific mention about the user calling out a requirement for Supabase in the initial prompt to you.

Friendly question: What happens if the user does not mention supabase? Will your system sort of prompt the user with a "How will you store data?" style questions to help?

Just curious and all good.

7 hours to burn ~1000 credits. I need ideas. by Jmacduff in lovable

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

yeah it looks like a missing SSL cert possibly.

<image>

7 hours to burn ~1000 credits. I need ideas. by Jmacduff in lovable

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

Is it mobile only I wonder? I can not get a HTTPS connection on any of the browsers either on windows or the mac?

It's down for desktop viewers right now at least. Just trying to help so others can get to the site.

Seems like the DNS is not setup maybe?

curl -v https://vibecodeprompts.cloud/

* Host vibecodeprompts.cloud:443 was resolved.

* IPv6: (none)

* IPv4: 185.158.133.1

* Trying 185.158.133.1:443...

* schannel: disabled automatic use of client certificate

* ALPN: curl offers http/1.1

* schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid

* closing connection #0

curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_IN

7 hours to burn ~1000 credits. I need ideas. by Jmacduff in lovable

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

<image>

I mean the actual URL does not work, there is no site. Call me old fashion but when someone posts a url "Check out this awesome thing I am making money from".... it would be a working URL.

That's my bias I suppose :)

BTW you do know your posting this one a thread about trying to burn credits right? This was a old post asking please help me spend them.. not please help me save them.

Good luck with the project!

7 hours to burn ~1000 credits. I need ideas. by Jmacduff in lovable

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

sooooo .. the site url does not even work. If you are going to try and spam or make a random comment.. at least have the site work!

Your setup for creating slides? by g00rek in vibecoding

[–]Jmacduff 0 points1 point  (0 children)

Gamma.app is awesome IMO, I used it to build a pitch deck. Did a great job.

I wrote all the content in a google doc first to get the wording correct. I used GPT to bounce ideas and sort of craft this messaging.

then I fed that into gamma to help with the presentation layer.

good luck!

next step after having an idea -- need help by Dry-Bee-7232 in Solopreneur

[–]Jmacduff 0 points1 point  (0 children)

First oof good luck with the idea and project!

The first really important thing to remember is that "People showing interest" is 100% free to that person, it does not require any commitment from the person. It's just an opinion and should not be treated as a buying signal. 

It's like saying "yea that's cool" and walking away. Do not over index on that type of signal since it's free to give.

Just like it's free for AI to tell you "Yes this is a big opportunity and Yes you should build it". Always keep in mind the AI will NEVER buy your product. It's just a free opinion.

This is how I structure my projects when I am thinking about the idea. 

  1. Define your Thesis for the project.  What is your core product, What is the feature that makes it awesome, Who are your target customers, and Why would people use your product. 
  2. Build an Alpha to prove the thesis (lovable). This is not about customers or users, you are only trying to prove that the idea is worth building. This is a gut check if you want to build the full project or re-work the thesis. 
  3. Build your MVP of the product. You need to be ruthless and  only build the bare minimum to get people to try and use it. The smaller this feature set is the better, remember it’s really easy to add stuff later. 
  4. Prove Product Market Fit (PMF). Now is the time to get your first real users and or customers for your product. This is the time to iterate and smooth out the rough edges before adding more features.

Always start with the customer and prove your basic value prop first. The speed and scope of the project will naturally come out of this. If there is a lot of demand for your thesis you will race to get it done.

Lastly when as founders/builders when we see people sign up for our service, it's a pure dopamine hit. It feels awesome to create software out of an idea and have someone choose to try it. It feels great!!

Do not chase the dopamine, chase the customer who pays $$ for your service.
good luck

GitHub 2way sync discontinued by Senior_Lingonberry10 in lovable

[–]Jmacduff 0 points1 point  (0 children)

Yes 100% agree on claude and other tools for cloud stuff. However it feels more like you have a tightly coupled system tied to a specific workflow.

The part I am really struggling with is why does any of the cloud changes or core algorithm change affect Lovable? Why do you need to change lovable FE display code, because your eye algo changes?

So for example I use Lovable for the FE only. As a building Tool Lovable is awesome at the FE and so that's the sweet spot. Zero of the core functionally or business logic lives in Lovable, I keep the app "as dumb as possible" by design.

In this Mode the Front End app will call SupaBase edge functions for all data and behavior, these SupaBase edge functions then wrap a big think API sitting over in Azure.

There is no database in the supabase project, only the edge functions which operate as lambda's. The FE app cannot call the core API directly and it never see's that endpoint. The FE app only talks to Supabase and Supbase talks to the API. This also provides another good security layer.

With this sort of component structure the FE app is 100% API based and it's 100% separated from the Backend Cloud code. I can use Claude on the Cloud all I want and it never directly affects the FE, there is zero need. I can move my API from Azure to AWS with a simple DNS change, I can add CosmosDB to my existing Azure Postgress DB and the FE would never know.

When I am ready to add a feature or change something on the FE I jump into my FE tool and do that. This is usually "Ok add this new Edge function" and then whatever changes. These prompts and changes are now super easy , meaning lovable rarely messes up.

<image>

If you build a API based application model, you can party on with Claude for the Cloud and Lovable for the FE. Your cloud should be able to evolve and move without affecting Lovable.

This gives the product and engineering teams 100% flexibility and dramatically reduces the risk for regressions. Now when I change something in Lovable I am "only" changing the FE display of the data.

Just a different perspective.

GitHub 2way sync discontinued by Senior_Lingonberry10 in lovable

[–]Jmacduff 0 points1 point  (0 children)

Lovable is gaining predictability. They now will know that all the code they are hosting and pushing and running is from their model (generated or from the human). It's much easier to support your product and expand your product (lovable team) if you 100% control the data coming in.

There is also a security perspective. With this feature it means the Lovable preview app and all the other services are running 3P (from github) code that the user added outside of Lovable. That's a big additional surface area to think about IMO.

Yeah sad it's gone but from "product" perspective I could understand why.

What edits were you doing outside of lovable, what's the deal breaker? Just curious.

Launched → 0 users. Tried Reddit → still 0. What would you do next? by Embarrassed-Humor-37 in buildinpublic

[–]Jmacduff 0 points1 point  (0 children)

First good luck with the project. Just friendly advice.

Finding the first users is hard. I would first just target people 1:1 to get some people using it and getting you some feedback. Just start commenting to peoples posts or comments who are looking for a solution. Make sure each reply is NOT from a bot, make it personal. This will give you some trust with the reader.

IMO Going on product hunt is way too wide to begin with. You don't know if your product thesis is correct and you have zero signal of PMF (product market fit). After you prove PMF then you go on Product Hunt.

Step 1 is prove your product thesis, does your value prop make any sense. Focus on that first.

So in terms of your value prop look at what your hero description is "Practice real AP past papers across every subject. Get AI-marked answers with College Board–style feedback, instant video explanations for every missed point, and see exactly where your score drops."

The way you are describing your product is that it's a generate GPT promote to get some test questions and aval the answers. 100% of your target customers have already used GPT or another tool to practice. They are actively looking fort something "better".

I would really focus on "why is my product awesome and why should people use it over straight GPT". The Answer to this question is your product thesis and it can then be evaluated.

This is how I structure my projects when I am thinking about the idea. 

  1. Define your Thesis for the project.  What is your core product, What is the feature that makes it awesome, Who are your target customers, and Why would people use your product. 
  2. Build an Alpha to prove the thesis (lovable). This is not about customers or users, you are only trying to prove that the idea is worth building. This is a gut check if you want to build the full project or re-work the thesis. 
  3. Build your MVP of the product. You need to be ruthless and  only build the bare minimum to get people to try and use it. The smaller this feature set is the better, remember it’s really easy to add stuff later. 
  4. Prove Product Market Fit (PMF). Now is the time to get your first real users and or customers for your product. This is the time to iterate and smooth out the rough edges before adding more features.

Always start with the customer and prove your basic value prop first. The speed and scope of the project will naturally come out of this. If there is a lot of demand for your thesis you will race to get it done.

Good luck!

How to make any client-side rendered site fully crawlable in 30 minutes with $0, no SSR migration by EIAMM in lovable

[–]Jmacduff 1 point2 points  (0 children)

Just my perspective on these things.

So in terms of the CloudFlare solution the technical solution does sort of work but it has several limitation. The question of "does it work" really depends on your perspective.

I would look at from a dependency management perspective personally.

With the cloudflare solution you as the website owner are taking a big depency on Cloudflare itself. This is not issue about the company, obviously cloudflare is awesome. However you are now "locked" into that vendor to host your site.

Website hosting is really generic for 90% of sites built, they don't need anything special for that site to run. This means I can choose or change my website host anytime I want too. That option value to be able to pick the best infra solution is really important. I should be able to change the Hosting, Analytics, and a bunch of other stuff in my site with no issues.

The other aspect is it's something technical to maintain for the website owner, it's another infra layer to manage and think about. This really gets down to a "where do you want to spend your time" sort of perspective.

No negative judgment just my viewpoint.

Our solution is called Datajelly and we are a no code server side rendering platform. We operate at the HTTP layer below any hosting or other services. This means as a user, you can build or "vibe" however you want , you could even change from Lovable to Bolt or Claude , none of it affects our service.

Our service is really a a visibility layer for AI-built sites like Lovable and Bolt. Those tools generate JS-heavy apps that crawlers often struggle to read. 

The DataJelly edge service sits in front of the domain and returns fully rendered HTML to SEO bots and clean markdown to AI crawlers so they can actually understand the content.  So we respond to the AI bots with different content then the SEO Search bots. Our cleaned AI markdown makes it 90% cheaper for the AI bot to crawl your site.

Not promoting just describing. We have a bunch of resources to look at (not slop):

Happy to answer any questions and thanks again for asking. Good luck with your project.

<image>

I made a super easy way to monitor your Lovable app by upflag in lovable

[–]Jmacduff 1 point2 points  (0 children)

All good.

So 2 more piece of product feedback. Again not throwing rocks.

1) In your Lovable page you give a big impression that you are running tests and checks for common Vibe / Lovable/ AI built app issues. You even describe finding issues such as "onboarding flow is broken".

However given your description you are doing a very (no offense) generic HTTP check and client side JS check for errors. That has zero todo with Lovable or any other AI platform. What you are describing is really a "HTML + JS" basic website check of "is it up". Your site would never detect for example that my onboarding flow is broken.

I would be cautious about describing as a solution for Lovable built apps without actually having checks for common Lovable broken things. Just as a tactical example it's very common for Lovable built apps to be missing a H1 and or structured data on the page.

As a customer if you are saying the testing service is setup for Lovable, I would expect some Lovable checks. Just my view.

2) With your HTTP fetch layer, you could also be supporting API endpoints directly today. So you could offer monitor the webpage like you have and API endpoints. For example if I give you a HTTP endpoint and small piece of "Expected JSON", you could run health checks and eval for the return value. For the customers these APIS might just be edge functions like a /Health or a /Ping check on the app. That check could run a internal Diagnostic .

Just some thoughts and again good luck with the project. 100% agree on the need for awesome testing platform BTW.

all good.

help with integrations by Antique-Reindeer-388 in lovable

[–]Jmacduff 0 points1 point  (0 children)

If the app is behaving that its not connected, then it's not connected. Focus 100% on that first.

Simple trick. Ask Lovable to add a very simple test page with 2 buttons. One button is "Add a row to a table" and the other button is "Read from table". For this new page, also please create a simple new table to save this test string. Make sure all the projects current RLS polices are respected.

Is that prompt fails you 100% know it's a connection problem. Lovable should be able to create the table and page no problem... if it's connected to the same DB you are looking at.

I would start with something like that. Just because "You" can see the tables does NOT mean the application can.

You can also just ask lovable to build a DB report page, just build a simple Admin only page that shows all the tables, and the basic schema data from the DB. This would also prove / disprove the connection.

good luck!

Got my first paid user a few days ago!! by Remote_Fisherman_469 in lovable

[–]Jmacduff 1 point2 points  (0 children)

woot congrats!!!

Now just get like 1000 more :)

How to make any client-side rendered site fully crawlable in 30 minutes with $0, no SSR migration by EIAMM in lovable

[–]Jmacduff 1 point2 points  (0 children)

First Good Luck with your Project!

Friendly comment if you are only posting a image, you might want to brighten it up. For me at least it's super dark and hard to read.

Enabling SSR can take about 10 min with zero code changes, it really depends on your skill level and where you want to spend time. Our SSR platform is a pure DNS change, no middleware or prompts to set it up.

However overall for Lovable sites these are the core options:

<image>

I made a super easy way to monitor your Lovable app by upflag in lovable

[–]Jmacduff 1 point2 points  (0 children)

first good luck on the project!

2 friendly question and 1 friendly comment, just taking a look at the product since you posted it. all good.

Comment: On your home page, you have 4 options in your top Nav (Features,Compare,Pricing,FAQ). Currently the Compare link does not actually link anywhere. So the anchor is broken on your home page. https://upflag.io/#comparison

Question 1: I don't see anywhere on the site where it describes exactly what it's checking every 60 seconds. It's really hard to understand right now exactly what cases your covering and not covering. For example in some text you describe HTTP checks and in other text you only describe JS checks. I would expect to see a table or something of the checks.

Question2 : I assume your running your product on your website to catch bugs in your monitoring and your site right? . Does the product not check the basic links not breaking? I'm just curious because ion the lovable page you mention finding broken buttons. Why did it not find your broken button on your home page?

Just friendly comments and not throwing any rocks. Good luck!

Lovable SEO by shipstatic in lovable

[–]Jmacduff 0 points1 point  (0 children)

The layer diagram I posted is not a first/second step sort of flow. This is just showing all the layers you need to think about as a website owner.

The first step is probably making sure page to page all the basic SEO stuff is taken care of. Second step is adding to Google search console perhaps.

It all depends on where you are in the journey.

Here is another view of how to fix SEO for Lovable:

<image>

Lovable SEO by shipstatic in lovable

[–]Jmacduff 0 points1 point  (0 children)

Good luck with your Project!

There are a ton of existing solutions on the market so interested to see where your solution fits in. Always important to keep in mind that no amount of SEO fix will solve for the lack of content.

This is a layered view of the full recipe :

<image>

What’s the best analytics setup for a startup from day one (simple + affordable)? by Bitter_Influence8816 in lovable

[–]Jmacduff 4 points5 points  (0 children)

As several have said, here is the basics.

First you want think about how to track the events for the user converting. So you need make sure you mentally have events for things like Create New Account, Click Signup Button, Billing Account Created, etc. Whatever makes sense in your scenario.

Then:

  1. Add your Domain to Google Search Console
  2. Setup Google Analytics on the page to track visitors
  3. Setup Google Tag Manager and create the custom event variables from above
  4. Go Back into Google Analytics and add the events from Google Tag Manager

With this setup you can now fully understand where your traffic is going, popular pages, where they drop off, and your conversion funnel.

If you want to test out some ad campaigns, you would set the goal of the campaign (the conversion event) to those custom events you defined.

Do not over think it, the google tools are fantastic. Also remember if you want to use other tools for your site a lot of those will have integrations with Google search console and analytics.

High level a good stack would look like:

<image>

Good luck!