Skip to content

Latest commit

 

History

History

README.md

jevansTools Wiki

Developer guides and documentation for projects in this repository.

Guides

Repository Management

  • Working with Git SubmodulesStart Here
    • Understanding submodules in jevansTools
    • Cloning and initialization
    • Common workflows
    • Troubleshooting guide

Deployment & Infrastructure

  • Deploying to GitHub Pages
    • Complete guide to deploying frontend apps with Vite + TypeScript
    • GitHub Actions workflow setup
    • Common pitfalls and solutions
    • Based on KavaChat deployment experience

Authentication & APIs

  • OpenRouter OAuth Integration
    • PKCE OAuth flow implementation
    • Frontend-only authentication
    • Security best practices
    • Complete code walkthrough
    • Troubleshooting guide

Projects

KavaChat (Submodule)

A retrofuture 80s themed chat application using OpenRouter API.

depthmap-to-stl-2 (Submodule)

Convert depth maps to 3D STL models.

roo-sniffer

HTTP/HTTPS proxy monitor for debugging API calls.

  • Type: Local Directory
  • Directory: /roo-sniffer
  • Tech Stack: TypeScript, Node.js

Contributing

These guides are based on real implementation experiences. Feel free to:

  • Add new guides for other projects
  • Update existing guides with improvements
  • Submit corrections or clarifications
  • Share your own deployment experiences

Quick Links