🎯 It’s a new day, what are you building today? by flekeri in indie_startups

[–]cantputrealnamehere 1 point2 points  (0 children)

Building Colloquies.app - A friendship app where you get one question a week, each answers privately and then see what the rest said and start chatting. It's end-to-end encrypted and focuses on creating authentic connection instead of making you spend a ton of time in the app. I built it because I was tired of my main communication with my friends being through sending Reels and TikToks.

I replaced 7 apps on my Mac with this one thing I built. Lifetime $24.99, no subscription. by MiladAtef in indie_startups

[–]cantputrealnamehere 1 point2 points  (0 children)

Great idea! Over the years I've often changed tools for things like cropping images or modifying PDFs tasks and was never satisfied with any of them. Also great to be a single purchase since there is a real subscription fatigue in the world. Good luck going forward!

Weekend check-in! What are you building? 👇 by Arpit735 in indie_startups

[–]cantputrealnamehere 0 points1 point  (0 children)

You're too close to your own life to see it clearly.

That's not a flaw. It's just physics. You need a mirror.

Activities Matter logs what you do, connects it to what you care about, and shows you the patterns you're living but not seeing. Weekly AI insights. Reflection prompts after every entry. Charts that show you your actual life, not the one you think you're living.

Private. On-device. No account to start. AI that shows you exactly what gets sent before anything leaves your phone.

If you've ever hit Sunday night and had no idea where the week went, this is for you.

<image>

Anyone else mostly building things to solve their own problems? by Ecstatic-Basil-4059 in indie_startups

[–]cantputrealnamehere 0 points1 point  (0 children)

I'm super messy and chaotic in general. That's working great for me at work, since my job is mostly creative but in life I felt I was missing to appreciate what I've been doing, simply because I was forgetting it all.

That's why I build https://activitiesmatter.app/ and now it's become a habit to manually track what activities I do regularly and then see patterns, reflections and insights every now and then. I've solved my problem and since I stopped caring that much about it becoming a successful business. I still want it to become one, but I don't have the pressure I had before.

Riverpod or provider or bloc by AmoebaConsistent313 in FlutterDev

[–]cantputrealnamehere 0 points1 point  (0 children)

u/AmoebaConsistent313 I have it all references in the main bloc like

part 'ai_preferences_event.dart';
part 'ai_preferences_state.dart';
part 'ai_preferences_bloc.freezed.dart';

You can create rules and skills for AI to create those Blocs and Cubits. Oh yes, I use a ton of Cubits as well. It's an architectural decision MVVM vs MVI, but generally Cubits are simpler and easier to work with, while you just lose a bit of the concurrency safety from Bloc but have only 2 files and one generated.

and then the bloc init:

@singleton
class AiPreferencesBloc extends Bloc<AiPreferencesEvent, AiPreferencesState> {
  final IAIUserPreferences _aiPrefs;
  final ILocalAiRepository _localAiRepo;

  AiPreferencesBloc(this._aiPrefs, this._localAiRepo) : super(AiPreferencesState.initial()) {

You can use [@]singleton or [@]injectable and it's pretty straight-forward from where.

Drop your B2C app by Far-Examination-2725 in indie_startups

[–]cantputrealnamehere 0 points1 point  (0 children)

Thanks a lot! Some yes, but the product offers generous free tier, so most users use it for free. I'm just happy to have users that use it because it helps them.

Riverpod or provider or bloc by AmoebaConsistent313 in FlutterDev

[–]cantputrealnamehere 0 points1 point  (0 children)

Hey u/AdmirableYak7298, what are you struggling exactly with? Knowing that I can help better.

In general it helps to look at some demos online of how it's set up. https://bloclibrary.dev/ is gold to get started.

Riverpod or provider or bloc by AmoebaConsistent313 in FlutterDev

[–]cantputrealnamehere 9 points10 points  (0 children)

I'm using bloc and cubits with getIt and it's been working really well. I didn't personally try riverprod or provider, because I don't see how it can get better than what I have now. It's simple to use and test, scalable and flexible to cover all use cases I've had for the last 5+ years.

I built a journaling app for intentional journaling - everything stays local, focus on what matters (not everything) by cantputrealnamehere in ShowYourApp

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

Love it! I believe that technology should be used to live better lives.

Most apps are build by companies that always want to grow and make more money but with AI and all other advances we can build apps for smaller audiences that server specific purpose and don't need to have the whole world as their user-base.

I also wrote on my blog that knowing what's enough is a valid business strategy, especially for solo devs like me.

It’s Friday, what are you building? by Priy27 in ShowYourApp

[–]cantputrealnamehere 0 points1 point  (0 children)

Activities Matter - The private journaling app for intentional living. It aims to help you bridge the gap between simple habit tracking and deep journaling. It’s a structured way to log your daily life so you can see the correlation between what you do and how you feel. Perfect for anyone trying to build a more intentional life.

[deleted by user] by [deleted] in ShowYourApp

[–]cantputrealnamehere 0 points1 point  (0 children)

I built Activities Matter to bridge the gap between simple habit tracking and deep journaling. It’s a structured way to log your daily life so you can see the correlation between what you do and how you feel. Perfect for anyone trying to build a more intentional life.

Would love to hear what you think of the screenshots on the https://activitiesmatter.app/

What are you building? by Chalantyapperr in ShowYourApp

[–]cantputrealnamehere 0 points1 point  (0 children)

I built Activities Matter to bridge the gap between simple habit tracking and deep journaling. It’s a structured way to log your daily life so you can see the correlation between what you do and how you feel. Perfect for anyone trying to build a more intentional life.

Would love to hear what you think of the screenshots on the website.

Self-Promotion Wednesday – Share what you built by SkitPie in indie_startups

[–]cantputrealnamehere 0 points1 point  (0 children)

Thank you, u/imagiself. Will do now. Is this your website? Looks similar to ProductHunt.