Price per SaaS creation? Mean price #79
Replies: 4 comments 3 replies
|
I premsume that this depends on the size of your project though. Im also looking for an answer to this though |
Yeah. I'm also interested in knowing how much does it cost to use the tools. ClaudeCode is highly recommended plus other tools like antigravity. |
There is no "mean price" for a SaaS. It's a meaningless metric—a SaaS can be a simple 100-line wrapper or a massive microservice architecture. The reason you're hitting limits and waiting around is that you're trying to run agent frameworks using a consumer chat subscription. Claude Pro is a web UI with strict message caps, not backend infrastructure. To fix this, drop the subscription and use the Anthropic API directly. You pay per token (what the agents read and write), which completely bypasses those arbitrary hourly time-outs. A project might cost $2 or it might cost $50+ in API calls depending entirely on the complexity and debugging loops. If you want the absolute cheapest option ($0), run local models on your own hardware via Ollama. Just expect a massive drop in coding logic and speed compared to Claude 3.5 Sonnet. |
|
It costs less than ever with the Claude Code Opus 4.6 1m token bump release to GA today. I have a new laptop coming next week - one of the firs things I plan to do is run Nemotron and figure out how best to use Agency Agents locally. Will report back! |
Uh oh!
There was an error while loading. Please reload this page.
Do you guys know the mean price of using this ai agency?
i want to take a look migrating from base44 to this one
I would like to know the cheapest way to use it (antigravity?) I have used Claude code in the past but the regular plan doesn’t let me finish a project until I reach a limit so I need to wait
All reactions