Your AI assistant to finding your next property.
[Plot-AI is an interactive spreadsheet for users to generate models to find properties that fit their unique needs.]
- Model Creator: [Interactive spreadsheet that allows users to input various criteria from properties and factor that into their calculations]
- Property Search: [Using created models, users can search properties that fits their unique models.]
Plot-AI is built using the T3 stack, which includes:
- TypeScript: for safe and scalable server-side and client-side code.
- Tailwind CSS: for utility-first styling.
- Next.js: for server-side rendering and static site generation.
- Prisma: for object-relational mapping and database management.
- TRPC: for end-to-end typesafe APIs.
- Shadcn components: used in the design to ensure a cohesive and modern user interface.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/ai-hackathon-team-23/plot-ai.git
- Install dependencies
npm install
- Run the application
npm run dev