{"id":30196413,"url":"https://github.com/codehagen/advantiestate","last_synced_at":"2025-08-13T05:21:09.000Z","repository":{"id":292505270,"uuid":"968000493","full_name":"Codehagen/advantiestate","owner":"Codehagen","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-10T11:44:27.000Z","size":9056,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T12:23:33.905Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://advantiestate.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codehagen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-17T10:40:37.000Z","updated_at":"2025-05-10T11:44:30.000Z","dependencies_parsed_at":"2025-05-10T12:36:49.260Z","dependency_job_id":null,"html_url":"https://github.com/Codehagen/advantiestate","commit_stats":null,"previous_names":["codehagen/advantiestate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Codehagen/advantiestate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2Fadvantiestate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2Fadvantiestate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2Fadvantiestate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2Fadvantiestate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codehagen","download_url":"https://codeload.github.com/Codehagen/advantiestate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2Fadvantiestate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270183887,"owners_count":24541409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T05:21:04.095Z","updated_at":"2025-08-13T05:21:08.957Z","avatar_url":"https://github.com/Codehagen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/Codehagen/Propdock\"\u003e\n  \u003c!-- \u003cimg alt=\"Propdock\" src=\"public/og.jpg\"\u003e --\u003e\n  \u003ch1 align=\"center\"\u003ePropdock\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  Start at full speed with Propdock !\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003e\u003cstrong\u003eIntroduction\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#installation\"\u003e\u003cstrong\u003eInstallation\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#tech-stack--features\"\u003e\u003cstrong\u003eTech Stack + Features\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#author\"\u003e\u003cstrong\u003eAuthor\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#credits\"\u003e\u003cstrong\u003eCredits\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Introduction\n\nWelcome to Propdock, where we're revolutionizing property management and real estate analytics. Our platform offers comprehensive solutions for monitoring, tracking, and analyzing property-related data in real-time. Whether you're a property manager, real estate investor, or developer, Propdock provides the tools you need to make informed decisions and optimize your property portfolio.\n\nKey features of Propdock include:\n- Real-time property monitoring\n- Event tracking for property-related activities\n- Advanced data analytics for real estate insights\n- Integration with various property management tools\n- Customizable dashboards for at-a-glance information\n\nWith Propdock, you'll have all the information you need at your fingertips to streamline your property management processes and maximize your real estate investments.\n\n## Directory Structure\n\nPropdock is a monorepo managed by [Turborepo](https://turbo.build/repo). The monorepo is split between `apps` and `packages` directories.\n\n    .\n    ├── apps                         # Its app workspace which contains\n    │    ├── www                     # Nextjs app which is deployed in Vercel\n    │    ├── api                     # Hono app that is our REST-api for our SDK\n    │    └── ...\n    ├── packages                     # are the shared packages that are used by the apps \n    │    ├── db                      # Prisma DB connector\n    │    └── ui                      # Shared UI components (Tremor)\n    ├── tooling                      # are the shared configuration that are used by the apps and packages\n    │    ├── eslint                  # Shared eslint presets\n    │    ├── prettier                # Shared prettier configuration\n    │    ├── tailwind                # Shared tailwind configuration\n    │    └── typescript              # Shared tsconfig you can extend from\n    ├── LICENSE\n    └── README.md\n\n## Installation\n\nClone \u0026 create this repo locally with the following command:\n\n```bash\ngit clone https://github.com/Codehagen/Propdock\n```\n\n1. Install dependencies using pnpm:\n\n```sh\npnpm install\n```\n\n2. Copy `.env.example` to `.env.local` and update the variables.\n\n```sh\ncp .env.example .env.local\n```\n\n4. Input everything you need for the env.\n\n   1. Create [Neon Database](https://neon.tech/) Account\n   2. Create [Stripe](https://stripe.com) Account\n   3. Create [Google Console](https://console.cloud.google.com/) Account\n   4. Create [Resend](https://resend.com/) Account\n\n5. Start the development server from either yarn or turbo:\n\n```sh\n# To start the server\npnpm dev\n\n# To push the DB schema\npnpm --filter=db db:push\n```\n\n\n## Tech Stack + Features\n\n### Frameworks\n\n- [Next.js](https://nextjs.org/) – React framework for building performant apps with the best developer experience\n- [Prisma](https://www.prisma.io/) – Typescript-first ORM for Node.js\n- [React Email](https://react.email/) – Versatile email framework for efficient and flexible email development\n\n### Platforms\n\n- [Vercel](https://vercel.com/) – Easily preview \u0026 deploy changes with git\n- [PlanetScale](https://planetscale.com/) – A cutting-edge database platform for seamless, scalable data management\n- [Resend](https://resend.com/) – A powerful email framework for streamlined email development\n\n## Contributing\n\nWe love our contributors! Here's how you can contribute:\n\n- [Open an issue](https://github.com/Codehagen/Propdock/issues) if you believe you've encountered a bug.\n- Make a [pull request](https://github.com/Codehagen/Propdock/pull) to add new features/make quality-of-life improvements/fix bugs.\n\n\u003ca href=\"https://github.com/codehagen/propdock/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=codehagen/propdock\" /\u003e\n\u003c/a\u003e\n\n## Repo Activity\n\n![Nextify repo activity – generated by Axiom](https://repobeats.axiom.co/api/embed/af6b76113d720e3fbc877398cd92809fd99e3121.svg \"Repobeats analytics image\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehagen%2Fadvantiestate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehagen%2Fadvantiestate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehagen%2Fadvantiestate/lists"}