⚠️ This project is still in active development
The Chasper project aims to fundamentally change how digital communication works by putting control back in users' hands by enabling zero-friction connections similar to real-world interactions.
- Frontend: React Native in TypeScript
- Backend: Golang or Zig if I'm feeling adventurous.
- Node.js (v18 or higher)
- npm or yarn
- Expo CLI
- Clone the repository
git clone https://github.com/kapetan-io/chasper.git
cd chasper- Install dependencies
cd frontend
npm install- Start the development server
npm startchasper/
├── frontend/ # React Native application
├── backend/ # Backend services
└── docs/ # Documentation and ADRs
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
