Loading repository data…
Loading repository data…
onndes / repository
Unfinished non-commercial project built with Next.js, React, TypeScript and Firebase. Consists of a client website and a separate admin panel. Developed as a learning project; currently paused and planned to be revisited and refactored later.
Kitsune is an unfinished, non-commercial side project that I worked on in the past while learning and experimenting with modern frontend development.
The project was developed too quickly and with partial understanding, so it should be treated as a work in progress and learning artifact, not a production-ready application.
I plan to return to this project later, review the codebase, refactor key parts, and continue development more consciously.
Kitsune consists of two separate applications:
Both parts were developed at different stages and with different levels of experience.
This project is not finished and not actively maintained at the moment.
Current state:
This repository exists mainly for reference and future continuation.
The stack reflects the learning process rather than final architectural decisions.
⚠️ The project may require additional configuration and cleanup to run correctly.
git clone https://github.com/onndes/kitsune.git
cd kitsune
npm install
# or
yarn install