# Hitchy Plugins
This is a moderated list of currently existing plugins for Hitchy:
- @hitchy/plugin-odem (opens new window) - an object document management system
- @hitchy/plugin-odem-rest (opens new window) - a REST API for accessing data managed by @hitchy/plugin-odem
- @hitchy/plugin-odem-etcd (opens new window) - an adapter for storing data in an etcd cluster
- @hitchy/plugin-static (opens new window) - publishing static files in a folder
- @hitchy/plugin-proxy (opens new window) - reverse proxy transparently forwarding requests to separate/remote service
- @hitchy/plugin-session (opens new window) - server-side session support
- @hitchy/plugin-cookies (opens new window) - simplified cookie handling
- @hitchy/plugin-auth (opens new window) - adds support for user authentication and request authorization
# Writing Plugins
See the description of Hitchy's powerful plugin API for integrating plugins to learn how to write your own plugins.