Skip to content
Rohit Dasgupta edited this page Mar 6, 2025 · 2 revisions

Welcome to the Hide and Seek Wiki!

This wiki contains documentation for developers working on the Hide and Seek project, an app inspired by Jetlagged's Hide and Seek game. Here you'll find guides on how to contribute, information about planned features, and detailed explanations of the codebase.

Navigation

  • Development Guide - Learn about the codebase structure, core technologies, and how to implement new features
  • Contributing Guide - Find out how to contribute to the project, including branch naming conventions and pull request workflow
  • Planned Features - View our roadmap of planned features for the app

Project Overview

Hide and Seek is a mobile application that allows users to play a real-world hide and seek game with features like geolocation tracking, questions and challenges for seekers, and curses that hiders can play on seekers.

The project uses modern technologies including React Native, Expo, Supabase, tRPC, Drizzle ORM, and Zod to create a robust, type-safe application with a great developer experience.

Getting Started

To get started with development, first check out the Contributing guide to learn how to set up your development environment and pick up an issue to work on.

Then dive into the Development guide to learn about the core parts of the codebase and how to implement new features.

Clone this wiki locally