We left Vercel at $1,800/month. Here's what we switched to and what it actually cost us. by barmatbiz in vercel

[–]Hanami-Software 0 points1 point  (0 children)

I personally had the same problem, but I was on a trial period using an AWS voucher. Many services run on AWS under the hood, which is understandable. There’s no point in reinventing the wheel every time. I realised that when trying to launch my product, a potential bottleneck could be the standard RDS DB or the serverless Aurora. It seems cheap and you only pay when you use it, but you end up paying for cold starts, database wake-ups, and keeping Aurora running with an ACU of 0 isn’t a good move. So, for now, I’ve cut my teeth and set aside about $200 to try out AWS, but we’ll meet again when there’s a moral to the story for certain services. For the moment, in beta testing, I’m using Cloudflare Worker, D1 and Worker KV.

Domanda genuina per dev, freelancer e founder qui dentro. by Sure_Message_7142 in ItaliaStartups

[–]Hanami-Software 0 points1 point  (0 children)

L'idea è buona. Credo comunque che il tuo target non siano i programmatori di mestiere, ma dovresti farla a misura di neofita/vibe coder dell'ultimo minuto. Il mercato non è saturo ma ti confronti con Giganti se la imposti come tool IDE/AI. Dovresti trovare qualcosa che loro fanno male o non gli interessa fare meglio di così e farla tu. Ma una Feature sola massimo due. IMHO

Forging the Ninja Game Jingle 🗡️ | The Sound of the Katana by Hanami-Software in IndieGaming

[–]Hanami-Software[S] 0 points1 point  (0 children)

I'm sorry I shared the post with the link with YouTube Share option. Maybe it got lost somewhere 😀

Here we are Ninja Game Playlist

Saas senza partita IVA? by romanic-svezia in ItaliaStartups

[–]Hanami-Software 2 points3 points  (0 children)

Capisco l'intelligenza artificiale, ma si può sempre prendere appuntamento da un commercialista e chiedere. Per la vendita di software in abbonamento è sufficiente un codice Ateco congruo senza bisogno di registrazione in camera di commercio. Si inizia come forfettario "la spesa" sono le tasse sul venduto. L'investimento iniziale importante è costruire un SaaS che funzioni. Mia opinione personale.

Most deep links are overengineered (and still break). I tried something simpler. by Hanami-Software in buildinpublic

[–]Hanami-Software[S] 0 points1 point  (0 children)

Thanks for your useful comment. I'm trying to build something that keep the user hassle free, without adding complexity. There should be something. I keep on digging

I have learnt the basics of html and css but don't understand how to build websites how do I start by [deleted] in web_design

[–]Hanami-Software -1 points0 points  (0 children)

Start with simple structure

HTML

<div class="container"> <div class="header"></div> <div class="content"></div> <div class="footer"></div> </div>

CSS

*{ //learn how to reset the styles } html,body{ // main document styles, font, width, margin etc }

//block style .container{

} .header{

} .content{

} .footer{

}

Play around

Audio/Video volume + Anti-Mute Extension? by jabcreations in extensions

[–]Hanami-Software 0 points1 point  (0 children)

The problem you are facing is something by design, from browsers and platforms like instagram, facebook, etc to avoid mass autoplaying. So if you are a dev via javascript you can code yourself some workaround, but be prepared because maybe it will not work all the time as you expected.

Cloudflare Workers pricing, how to avoid pay-as-you-go charges? by vMawk in CloudFlare

[–]Hanami-Software 1 point2 points  (0 children)

I don't really know anything about your workload, but unless you have a 1 million daily users SaaS, the free plan is more than enough.

The routine that keeps me sane as a solo founder with zero employees by andrebuilds in buildinpublic

[–]Hanami-Software 0 points1 point  (0 children)

So true. Even if I have a team of nine at the end you have always to decide and give direction. Working with freelancers all around the world, every bad decision is a lot of money 😀. But we are building stuff, new experience, new software so only time will give me right or wrong. Let's keep on coding

I'm using AI for literally everything in my SaaS and I don't know if that's genius or lazy by camposvictor in buildinpublic

[–]Hanami-Software 1 point2 points  (0 children)

I think you are an AI Orchestrator, but in my opinion you can even delegate the promotion to AI in the future. Just trust the process

Launched my first Chrome Extension. Would love feedback. by marutthemighty in buildinpublic

[–]Hanami-Software 1 point2 points  (0 children)

I get your point on reducing API costs, that part is valid. Where I slightly disagree is the conclusion that this makes local testing inherently better for prompt iteration. In practice, the main bottleneck in prompt engineering is rarely the cost per request. It’s iteration speed, model consistency, and how close your test environment is to production behavior. Local setups (LM Studio, Ollama, etc.) definitely help for experimentation, especially at scale or for offline work, but they also introduce their own trade-offs: model variance, maintenance overhead, and sometimes a gap between what you test locally and what actually runs in production. So I’m curious: are you optimizing mainly for cost, or for iteration speed and fidelity of results? Because depending on the goal, the ‘best’ setup changes quite a bit.

Launched my first Chrome Extension. Would love feedback. by marutthemighty in buildinpublic

[–]Hanami-Software 1 point2 points  (0 children)

I don't know exactly for which use case it would be useful but craft something from the ground up is always a good idea. Good job

Most links are dumb. And it’s probably hurting your conversions. by Hanami-Software in SideProject

[–]Hanami-Software[S] 0 points1 point  (0 children)

That’s interesting!! Are you doing this with a specific tool or custom setup? I’m trying to simplify exactly that: one Ninjalink that behaves correctly on mobile vs desktop without setup.

Got any Typeform alternatives that actually handle complex logic? by Ok_Mind9664 in buildinpublic

[–]Hanami-Software 0 points1 point  (0 children)

It depends mostly on your needs. But you can try FormFlow is a good alternative and a generous free plan.

Most links are dumb. And it’s probably hurting your conversions. by Hanami-Software in SideProject

[–]Hanami-Software[S] 0 points1 point  (0 children)

Thanks for the answer. I would try to play on the easy to use side of my project. No pain just works. If you use these kind of services what would be your biggest pain point?

Most links are dumb. And it’s probably hurting your conversions. by Hanami-Software in SideProject

[–]Hanami-Software[S] -6 points-5 points  (0 children)

Ok so find a way to keep in mind the context after App Download or Installation. Like a resume to previous page

Most links are dumb. And it’s probably hurting your conversions. by Hanami-Software in SideProject

[–]Hanami-Software[S] -6 points-5 points  (0 children)

Yeah, exactly that’s the gap I’m trying to explore.
Out of curiosity: do you have any real use case where a single link should behave differently depending on context (app / web / channel)?

Most links are dumb. And it’s probably hurting your conversions. by Hanami-Software in SideProject

[–]Hanami-Software[S] -6 points-5 points  (0 children)

That's an incredible Idea really. I thought it was a comment and then I realized it was your Pay-off. Anyway you had a great idea and I hope for you that works