An open source application for managing vacation homes built using Remix.
Warning This app is a work in progress. I'm building this in public.
My parents own a vacation home that they rent out but not just to anyone. I wanted to create a simple and easy to use tool with which they can manage and share their vacation home's availability. Since my parents expect renters to also take care of the house, the name "visitter" seemed fitting.
- Authentication using remix-auth
- ORM using Prisma
- Database on PlanetScale
- Styled using Tailwind CSS
- Validations using Zod
- Written in TypeScript
- Install dependencies using pnpm:
pnpm install- Copy
.env.exampleto.envand update the variables.
cp .env.example .env- Start the development server:
pnpm dev