Overview

View Source

🚧 Under construction 🚧

This project is a work in progress, and we're building it in public. DO NOT USE IT. We'll update this notice once the features described here are available for production use.

Zoonk is an open-source app for learning anything using AI. Check out our long-term vision to see how we plan to evolve the product.

Our tech stack

Directory structure

  • .github – GitHub-related files, including CI workflows and Copilot instructions.

  • assets – CSS and JavaScript files/libraries.

  • config – Configuration files for dev, test, runtime, and prod environments.

  • lib – Core application code, covering both business logic and the web interface.

    • zoonk – Business logic, schemas, and contexts.
    • zoonk_web – Web interface, including API and frontend.
  • priv – Static files, migrations, seeds, AI evals, and translations.

  • test – Application tests.