> For the complete documentation index, see [llms.txt](https://docs.bluelinden.art/j2sk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluelinden.art/j2sk/home.md).

# Home

Jetwhisk (alternately J2SK) is a weird idea. What if dependency injection and inversion of control functioned like a service manager? J2SK stands for JavaScript Service Kit, but I got tired of spelling that correctly, so I named it Jetwhisk. "J(Je) 2(Twh) SK(Isk)."

It's geared toward singleton service architectures, similar to systems made  of daemons in UNIX. It only instantiates singletons when they're needed, it supports both true and scoped singletons, and even allows oneshots for things like loading polyfills dynamically. The goal of Jetwhisk is to have the least overhead and dead code in runtime possible. Anything that isn't actually needed simply won't execute under Jetwhisk.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bluelinden.art/j2sk/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
