Skip to content

Gahroot/Time-thief

Repository files navigation

Time Theft Audit

Ever wonder how much time you're losing to tasks that don't actually make you money?

This is a quick, free assessment tool built specifically for real estate agents. In about 2 minutes, you'll discover exactly where your hours are disappearing and what that's costing you in real dollars.

What's This All About?

Let's be honest—real estate is brutal on your time. Between chasing leads, scheduling showings, following up with clients, and drowning in paperwork, the actual revenue-generating work often takes a backseat.

This tool helps you:

  • Identify the time thieves — those sneaky tasks eating up your day
  • Calculate the real cost — see the actual dollar amount you're losing
  • Get actionable fixes — personalized automation recommendations

No signup required. No email harvesting. Just honest insights.

Tech Under the Hood

Built with the modern stack:

  • Next.js 16 + React 19 — because speed matters
  • TypeScript — catching bugs before they catch you
  • Tailwind CSS 4 + Framer Motion — smooth, responsive UI
  • shadcn/ui + Radix — accessible, beautiful components
  • React Hook Form + Zod — bulletproof form handling
  • jsPDF — export your results to share or revisit

Getting Started

Clone it, install it, run it:

git clone https://github.com/Gahroot/Time-thief.git
cd Time-thief
npm install
npm run dev

Then hit up http://localhost:3000 and take the audit yourself.

Project Structure

src/
├── app/                    # Pages and layouts (Next.js app router)
├── components/
│   ├── ui/                 # Base UI components (shadcn/ui)
│   ├── audit/              # The audit wizard itself
│   │   ├── steps/          # Each step of the questionnaire
│   │   ├── inputs/         # Custom form inputs
│   │   └── results/        # Result displays
│   └── results/            # Final results screen
├── contexts/               # React Context (quiz state management)
├── data/                   # Questions, recommendations, static content
├── lib/                    # Helper functions, scoring logic, PDF gen
├── schemas/                # Zod validation schemas
└── types/                  # TypeScript type definitions

Want to Contribute?

Pull requests welcome. If you're adding features or fixing bugs, just make sure to run:

npm run lint && npm run build

Keep it clean, keep it working.

License

Do whatever you want with it. Help more agents reclaim their time.


Built because time is the one thing you can't get back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors