Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

nielsrowinbik/visitter

Repository files navigation

Visitter

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.

About this project

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.

Features

  • Authentication using remix-auth
  • ORM using Prisma
  • Database on PlanetScale
  • Styled using Tailwind CSS
  • Validations using Zod
  • Written in TypeScript

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server:
pnpm dev

About

The easiest way to run your vacation home

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors