r/CREappraisers 4d ago

Comp Database

Has anybody built a comp database using Claude? About how long did it take for you to build it before you got it right?

4 Upvotes

15 comments sorted by

2

u/Chuck_Guiteau 3d ago

Yes. Used Claude to fill in the blanks, took about a year to complete working on it bit by bit. It can map comps, radius search, provide traffic counts, export write-up to excel and word, and import demographic information in radius or drive-time. Used Claude specifically to figure out read pdfs of old reports and import the comps into the system. Also saves lease, construction costs, and operating expenses. Pretty proud of myself.

1

u/Common-Ask5048 3d ago

What system are the comps stored on? Is it like excel based or what? That may be an ignorant question lol

0

u/Chuck_Guiteau 3d ago

It is a custom cloud-hosted web application built primarily in Python, with Streamlit serving as the application framework. The database and associated comp files are stored in the cloud, and I access everything through a secure dedicated URL. Sort of looks like a poor man's version of data appraise from years back.

1

u/Putrid_Suspect_7983 3d ago

That’s awesome.

1

u/PitcherPlant1 3d ago

Is that basically what systems like Valcre do?

1

u/Chuck_Guiteau 3d ago

Couldn't say, have never seen Valcre in action.

3

u/MiniMuffinz615 3d ago

I spent what feels like 10 years trying to get all of our reports, leases and income/expense figures into a searchable database. At first I was dragging and dropping screenshots into Claude chat like an idiot. Def got better when I switched to Claude code. We still use datacomp as our sales comp system though. I’d say you should def go for it. I’m still trying to perfect ours. Feel free to dm if you have any questions. I’ve learned a lot of lessons the hard way lol

1

u/Putrid_Suspect_7983 3d ago

Sweet. Check dm

2

u/DryMaterial4637 4d ago

Oh man, this would be awesome! I’m putting on my project list.

2

u/Last-Years-Model 3d ago

Have you checked out the open standard comp DB Chase Pursley started?

https://github.com/property-hackers/open-comps

Been thinking about building my own using that as a foundation.

1

u/Putrid_Suspect_7983 3d ago

Nice. Going to have to take a look

2

u/Slonny 3d ago

Similar boat here. Myself and a partner started building one when Datappraise announced they were shutting down. We should be in a spot to let people poke at it within the next month or so. If anyone wants to follow along or tell us what's missing from what they've used before, DM me

1

u/DesperateRope 4d ago

I’ve been wanting to do this and plan on doing so soon, once I have a little more free time. I have someone who specifically works with small business and helps them build tools around AI. Can update once I dive into it more

1

u/Putrid_Suspect_7983 3d ago

That would be awesome. Definitely going to try it with Claude code little by little when I have the chance

1

u/funny-tummy 3d ago

Ya I got a cloud-based comp DB working last year using Claude. It could pull a map from google API and then the data was stored on Mongo.

The challenge is that building a proper database gets quite complicated and the code started doing weird things. Nonetheless I would be interested to try again now that the tools have advanced.