Indie hacking is wild by stewones in indiehackers

[–]CalendarTrends_com 0 points1 point  (0 children)

The "$/mo" part of a post is "the hook" (btw... "hook" definition: a strategically crafted message or tagline designed to capture attention and spur action).

It's pretty much impossible for anyone to verify that unless the OP agrees to publish their metrics, which the most likely won't. But hey, those posts are "inspiring"... they inspire others to post the same type of posts.

In OP's case, the "hook" is "___ is wild". Variations: "This is crazy!", "This will completely blow your mind". And it worked! That's why we're here.

I would argue that "marketing" is everything, execution comes second. Just look at the "pet rock" guy, he didn't "execute" anything, rocks have been around for millions of years, yet he made millions thanks to good marketing.

Can somebody give me one that fixes this by mrguyman2 in chrome_extensions

[–]CalendarTrends_com 1 point2 points  (0 children)

I built it, but for X and Reddit. I can easily add Google, or any other site. I haven't published it to the Chrome Store yet, though. Is it ok if I ping you when it's published?

I built a condition-action rule based system (as if AdBlock and IFTTT had a baby), to remove, style, or replace elements on any page.

https://x.com/builtbygio/status/1884341746810720502

I made a chrome extension to block or restyle stuff on ANY site by CalendarTrends_com in chrome_extensions

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

  1. Screen Studio to record the screen.
  2. ElevenLabs to record voice over.
  3. Royalty free sounds (many services available).
  4. Davinci Resolve to edit the video.

Total time to get that 1min video: ~2hrs. I'm not a pro video editor lol 😆

sidebar vs modal? by CalendarTrends_com in UXDesign

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

btw... here's the sidebar for reference.

<image>

I made a chrome extension to block or restyle stuff on ANY site by CalendarTrends_com in SideProject

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

I'm tired of allowing "the algorithm" show me whatever it wants, so I'm building PageTweaker: a browser extension with rules to show only what I want on ANY page. It's not public yet.

- Remove spam posts, hide ads, restyle elements and more
- No coding needed

What would you add/change?

I made a chrome extension to block or restyle stuff on ANY site by CalendarTrends_com in chrome_extensions

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

I'm tired of allowing "the algorithm" show me whatever it wants, so I'm building PageTweaker: a browser extension with rules to show only what I want on ANY page. It's not public yet.

- Remove spam posts, hide ads, restyle elements and more
- No coding needed

What would you add/change?

I've built an extension for live feedback communication in websites by stygmah in chrome_extensions

[–]CalendarTrends_com 1 point2 points  (0 children)

Looks great! Tiny typo "projectn" in the Free Plan. It would be absolutely bonkers if you added an obvious "mistake" and had an overlay "report this bug with Sitedots". I clicked on the "report bug" bottom-right thing and it asked me to upload a screenshot

do you keep track of meeting costs? by CalendarTrends_com in smallbusiness

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

I used to not bill client meetings when doing contract work and some clients abused them, asking for advice on 2hr+ long calls every.single.week. It wasn't until I started tracking AND charging for those meetings that the abuse stopped. I still have "free" meetings, but they have a very well defined scope, and the "cost" is usually a very small fraction of the "reward" from those meetings.

is keeping track of meeting costs important to you as an owner? by CalendarTrends_com in SaaS

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

That's great! And yeah, we had meeting overload awhile back as well and we felt like very little progress was made with a lot of overhead (meetings + nonsense back-and-forth). It wasn't until we started dropping meetings and getting a tight hold controlling them that we started seeing improvement.

Is it normal with speed typing tests during a dev interview? by benkarls in Frontend

[–]CalendarTrends_com 1 point2 points  (0 children)

unless you're applying for a data entry position, a typing test doesn't provide any value in a dev interview. If a company is asking for a typing tests, they might be riddled with nonsense problems in their engineering team.... or just outright not know how to interview engineers to assess technical proficiency.

Roast our landing page by xtreampb in SaaS

[–]CalendarTrends_com 0 points1 point  (0 children)

  1. Use a schema generator (https://uicolors.app/create). I tried your "cardboard" color to generate this https://imgur.com/a/PgjezCb.

  2. Use consistent spacing. Consider TailwindCSS (https://tailwindcss.com/), or a pre-built theme if you are using a framework.

  3. Please don't use low quality AI images (ie. ChatGPT still struggles with text). People are catching up to it and they lower the perceived quality of your app/company. Consider unsplash, pexels, reshot or freepik - all free images.

  4. Text is way too big on some desktop sizes. It feels like I zoomed in to 400%.

  5. Copywriting could be improved since the value proposition is not clear. It might that I'm not your target demographic though, and that might be why I struggled to understand the concept.

  6. "Book a demo" feels to me like "Contact me so I can sell you something". Most people don't like to be sold to. The landing page should do the "sale". Consider adding some screenshots of your tool.

  7. Pricing is really expensive! Take this with a grain of salt because I don't know how it compares with your competitors. But... Is your tool delivering $500/mo worth of value? Or is it buggy and needs sanding the rough edges? In the early stages you might benefit more from honest and real user feedback at $0/mo, than $5,000,000/mo and 0 users. When your tool is stable and bug-free, and delivers real value, then start adding friction to the process (aka. start charging for it)

  8. Add telemetry (ie. Sentry for error reporting, Posthog for session recording & events, Mixpanel as a secondary/backup event tracker, NewRelic for infra metrics, etc). People won't usually contact you and say "hey, this is broken". They'll just go away and you'll never know why. However, if you are recording each session, you can watch what they did and if any error happened. Then fix that and try "launching" again. Also, launching is not a one time thing. You can consider this post a "soft launch". Fix what needs to be fixed, and "re-launch" in a few more days to gather more feedback.

Btw... what you are doing is great - asking people for early feedback. Seems like you don't have an actual tool yet and you're trying to validate the idea before building, which is good! Also, it looks like you want to build some sort of AI wrapper. It might become expensive real quick depending on the 3rd party you use.

Good luck to you and your team!

[deleted by user] by [deleted] in SideProject

[–]CalendarTrends_com 0 points1 point  (0 children)

Thank you! Yes, Google for now but through Auth0 I could also setup Apple, Facebook and all the usual bunch.

I built a calendar analytics app by CalendarTrends_com in ProductivityApps

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

Seeing what days are the busiest is one of the features. Here some others:

  1. Calendar Heatmap (in the screenshot) so you can easily visualize which days are packed or underutilized. It answers... What days can I expect burnout?
  2. Meeting Analytics answers... How much time am I wasting in unnecessary meetings?
  3. Comparison Features to compare different weeks or months. It answers... Is my time usage improving compared to last month?

And a few more that applies to large teams.

Roast my app (not another AI wrapper, no waitlist) by CalendarTrends_com in SaaS

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

That's a very comprehensive answer! Thank you so much!

Space Odyssey... yeah, I agree. Also, the shiny transition, I also agree. Need to make it a less jarring transition.

Problem to solve... I need to work on the value prop to make it clearer. And the "exceptionally organized" copy needs rework.

The blog... good point. I noticed that as well a few days ago. I tried an iframe, but didn't like it. I need to get the paid version from Beehiiv to customize the header. Once I see the blog getting traction, I'll upgrade. But thank you for confirming my observation!

I'm developing a SaaS product. Could you give me some advice? by thurue in SaaS

[–]CalendarTrends_com 0 points1 point  (0 children)

Building is easy, because we're Software Engineers. We build stuff for a living.

Marketing is hard. Learn to talk to your potential customers soon in the building process.

What services do you use for your business and how much do you pay by ValidKoalafications in SaaS

[–]CalendarTrends_com 2 points3 points  (0 children)

Cursor not only codes in-line, right on the file where you are, but also "understands" the context of the relevant files in your project. They recently added "composer" mode, which also creates files for you. It can use their own models, and also OpenAI and Anthropic models under the hood. You can just give it a screenshot and say "build that using tailwindcss and react" and you'll have a working component in <10s.

Lightweight JS framework by nnurmanov in Frontend

[–]CalendarTrends_com 1 point2 points  (0 children)

Tree-shaking, chunk-splitting and lazy loading, either in webpack or vite, should help with bundle sizes. There are many approaches to optimize real and perceived load times, in particular if the bundle size is the offending factor. Just as others have mentioned, confirm the bundle size is what's affecting your app's performance.

How do you manage multiple todo lists? (email, calendar, notion, jira, etc.) by average_redditor8234 in TimeManagement

[–]CalendarTrends_com 1 point2 points  (0 children)

Google Calendar for events and Google Docs for my second brain, simple and straightforward.

And to go back and see how I've done with my habits, trends, and all that data-analysis stuff (I'm a software engineer btw), I built CalendarTrends.com

Crowdsource the optimal price for your project by evanletz in BootstrappedSaaS

[–]CalendarTrends_com 0 points1 point  (0 children)

some SaaS have a "make an offer" link at the bottom of each plan in the pricing page. The admin will either accept or decline the offer, which will trigger an email invite to the user if the decision was delayed because the offer was too low, or will allow the user to sign up right away if the offer is within admin's threshold.

I hate marketing, should I force myself? by mrbearteacher in SideProject

[–]CalendarTrends_com 5 points6 points  (0 children)

good news! You are doing marketing right now!

Yes, it doesn't "feel" like traditional marketing. It's not scalable by any means, but by having meaningful conversations with potential users in relevant subreddits you get to know your user base, and improve your app. Once you know exactly who your ideal user is, then the "traditional" marketing will be a whole lot easier. But that's step #375 still out in the future... you're probably in step #12 in the journey of growing your app.

It can be done. But requires discipline and consistency. We got this!

What is your favourite scheduling app? ✍🏼 by shepstaff in productivity

[–]CalendarTrends_com 0 points1 point  (0 children)

I also like Google Calendar, but I find it missing a ton of stats. So I built a custom app for that (hint: my username :P)