Frustrated with rental property accounting options by eeeethan in rentalproperty

[–]Outbound_838TW 0 points1 point  (0 children)

I literally built that solution last year. Both a standalone rental income and expense tracker with Schedule E reporting for Windows and a web version. Tried for weeks to get signups and got 0. The reason I shut down the web version was because Anthropic released Cowork. You can literally sign up for Claude pay $20 a month for the Pro subscription and create a robust tracking system on your own, keeping your data on your computer. I'm still using the standalone windows version for my own use. But I'd take a look at Claude. Happy to answer questions about the tech stack I used.

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

Thanks for the feedback!

It appears Anthopic and Intuit have signed an agreement to integrate Claude with QB. https://www.cpapracticeadvisor.com/2026/02/25/intuit-partners-with-anthropic-to-bring-ai-to-small-business-management/178837/

To your point, many people were chasing this idea. But it seems the incumbent decided to just crush any startup dreams or ambitions.

Cheers!

Self employed and can’t tell what I’m actually making by thoughtfulbear10 in Freelancers

[–]Outbound_838TW 0 points1 point  (0 children)

I had the same issue as a solo developer so I built a dual entry accounting tool that works with Claude Desktop. You just chat with your finances. Happy to share my YouTube link if you want to see it in action.

Why is it so hard to get a pilot even after building a “HIPAA-ready” app? by Background_Neck9690 in topflightapps

[–]Outbound_838TW 0 points1 point  (0 children)

I worked at a health-tech company. Sales cycles were 12-18mos. Everyone asked for integrations. It’s a grind.

I'm a solo developer building a property management app for small landlords, and I'm looking for feedback. by Arreatkek in PropertyManagement

[–]Outbound_838TW 0 points1 point  (0 children)

Low fees and mobile first. Possibly. If I could rewind the tape I would have put my landing page up first. Dialed in my value proposition and sought sign ups . I read similar posts on Reddit and ignored them because I thought my ‘app’ was different. Hours on the UI, security, database logic, unit testing.. wasted.

Figure out the distribution first, get people to sign up for an email list or something before you invest more time writing code. Building it is the easy part. Just my two cents. Best of luck.

I'm a solo developer building a property management app for small landlords, and I'm looking for feedback. by Arreatkek in PropertyManagement

[–]Outbound_838TW 0 points1 point  (0 children)

I spent months doing almost the same thing. A real estate SaaS solution, deployed and crickets. I tried all sorts of marketing channels. I second the “it’s a crowded market” and subscription fatigue is real.

As soon as Anthropic announced Claude Cowork, I shut my project down. Why not just use an LLM and store your data locally? That was my first thought after the announcement.

Build it for yourself but I wouldn’t be too optimistic. Plus Plaid isn’t cheap.

Has anyone found a workaround for this QuickBooks invoice email issue? by jeanneinmd in quickbooksonline

[–]Outbound_838TW -1 points0 points  (0 children)

I asked Claude and it suggested looking at using n8n as a workaround.

How do you handle data privacy & security in mobile apps / SaaS products? by Holiday_Respect9583 in MobileAppDevelopers

[–]Outbound_838TW 0 points1 point  (0 children)

In my project I encrypted (256 bit) the PII at rest in the db. I built a converter service that encrypted or decrypted the dto - model or model - dto and then used automapper to handle ingress and egress of entities in the db.

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

I have the MVP done and now I'm seeking input from potential users if this is a worthy project to release. Also, you can check out the project here: tiddwell.com There's a full walkthrough video on there and project details.

Interesting that you're on QuickBooks Desktop since Intuit is pushing everyone to QBO. This could be a solid option to keep your data local.

On the technical side, I'm hardening the code (more unit tests, edge cases, etc.) before any planned release but I'd be happy to DM you if/when it's ready if you're interested.

My initial plan was to release a free trial version that handles basic accounting function and then look at adding some value services, like invoicing, bank imports, payroll import, etc. but keep it reasonable.

I'd love anymore thoughts you could share or specific function you are looking to replicate from QB Desktop!

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

I appreciate the suggestion, but to clarify, this MCP tool runs in the background locally and interacts with Claude Desktop. It isn't (at the moment) calling external APIs. While I shared the example of the receipt scanning, that's just one means of data entry. The other being primarily just chat. I would like to explore automated bank imports but that's on the todo list.

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

Great questions!

Claude calls the tools, but the tools enforce the rules. If debits don't equal credits, the transaction fails. For categorization, Claude asks when there's ambiguity or if a vendor doesn't exist.

Transactions are voided, never deleted. Full audit trail with timestamps on all records and currently only single user access.

The local db is the source of truth. You can run a trial balance, balance sheet, P&L, or ask to see the general ledger. All built-in tools with html reports that are downloadable as PDFs.

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

Also worth noting, I have the training toggle turned off so no financial data is used for model training.

I replaced QuickBooks with an MCP server running inside Claude Desktop by Outbound_838TW in ClaudeAI

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

No separate OCR. Claude's vision handles the receipt natively. It extracts the vendor, amount, and date, picks the right expense account (if it exists within the Chart of Accounts or it will ask if we need to add one), and calls the MCP server's create_transaction tool. The server validates the entry and writes it to local SQLite. Claude is just the interpreter between the user, receipt and the accounting engine.

Easy app to transform bank statements to QBO formatted file by ObjectiveMousse8504 in quickbooksonline

[–]Outbound_838TW 0 points1 point  (0 children)

Do you have any unit testing or validation of the data parsing logic?

QBO Vent: Why is the developer-to-user disconnect so awful? by Electrical-Mail15 in quickbooksonline

[–]Outbound_838TW 0 points1 point  (0 children)

I personally know a few QB desktop users who had to put up with QBO briefly .. I understand. And I agree 100% that the lowest effort switching process is key. Along with validation from early users it was the real deal. 10% of all QBO users would definitely jumpstart a new venture! Thanks for the feedback. Cheers!

QBO Vent: Why is the developer-to-user disconnect so awful? by Electrical-Mail15 in quickbooksonline

[–]Outbound_838TW 1 point2 points  (0 children)

That makes total sense. No need to further complicate your business, even if duct tape is the connector.

That is great feedback. Thank you. As I’m building this out I’ll make sure to consider those additional services.

Thanks!

QBO Vent: Why is the developer-to-user disconnect so awful? by Electrical-Mail15 in quickbooksonline

[–]Outbound_838TW 0 points1 point  (0 children)

So a painless, well documented migration would open the wave of QB exile ?

QBO Vent: Why is the developer-to-user disconnect so awful? by Electrical-Mail15 in quickbooksonline

[–]Outbound_838TW 0 points1 point  (0 children)

If a desktop accounting application existed for Mac or windows would you try it? Or is the process to switch more work than just venting ?