An open API service indexing awesome lists of open source software.

https://github.com/haskell-miso/awesome-miso

🕶️ A collection of awesome things regarding the miso ecosystem
https://github.com/haskell-miso/awesome-miso

List: awesome-miso

haskell miso

Last synced: 3 months ago
JSON representation

🕶️ A collection of awesome things regarding the miso ecosystem

Awesome Lists containing this project

README

          

# Awesome miso [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

A collection of awesome things regarding the Haskell [miso](https://haskell-miso.org) :ramen: ecosystem.

- [Miso](#miso)
- [Miso General Resources](#miso-general-resources)


- [Miso Component Libraries](#miso-component-libraries)
- [Miso State Management and Data Fetching](#miso-state-management-and-data-fetching)
- [Miso Styling](#miso-styling)
- [Miso Routing](#miso-routing)
- [Miso Development Tools](#miso-development-tools)








- [Miso Renderers](#miso-renderers)

- [Miso Graphics and Animations](#miso-graphics-and-animations)

- [Miso Real Apps](#miso-real-apps)
- [Miso Games](#miso-games)
- [Miso Native](#miso-native)
- [Miso Native General Resources](#miso-native-general-resources)



- [Contribution](#contribution)

### :ramen: Miso

#### Miso General Resources

- [Miso Official Website](https://haskell-miso.org/)
- [Miso GitHub Repo](https://github.com/dmjio/miso)
- [Miso GitHub Organization](https://github.com/haskell-miso)
- [Miso Discord Channel](https://discord.gg/QVDtfYNSxq)
- [Miso Community](https://github.com/dmjio/miso?tab=readme-ov-file#community)

#### Miso Component Libraries

- [miso-ui](https://github.com/haskell-miso/miso-ui) - Ready-to-use [basecoatui](https://github.com/hunvreus/basecoat) components.

#### Miso State Management and Data Fetching

- [Miso.State](https://haddocks.haskell-miso.org/miso/Miso-State.html) - Regular `MonadState` model management (`modify`, `put`, `get`, etc.).
- [Miso.Lens](https://haddocks.haskell-miso.org/miso/Miso-Lens.html) - Simple, `Lens`-based state management (`.=`, `%=`).
- [Miso.Lens.TH](https://github.com/dmjio/miso/blob/master/src/Miso/Lens/TH.hs) - Automatic deriving of `Lens` using `template-haskell` metaprogramming.
- [Miso.Fetch](https://haddocks.haskell-miso.org/miso/Miso-Fetch.html) - Easy AJAX / Fetch API support.
- [servant-client-js](https://hackage.haskell.org/package/servant-client-js) - Servant-style Fetch API support.

#### Miso Styling

- [miso-ui](https://github.com/haskell-miso/miso-ui) - Tailwind CSS ShadCN-based styling, uses [Basecoat UI](https://basecoatui.com)

#### Miso Routing

- [servant-miso-router](https://github.com/haskell-miso/servant-miso-router) - Declarative `servant`-style routing for `miso`.
- [Miso.Router](https://haddocks.haskell-miso.org/miso/Miso-Router.html) - Generics-based default router shipped with `miso`.

#### Miso Development Tools

- [jsaddle](https://hackage.haskell.org/package/jsaddle) - Hot-reload support when developing `miso` applications.
- [miso-from-html](https://github.com/haskell-miso/miso-from-html) - Convert HTML into miso `View` syntax.
- [bun](https://github.com/oven-sh/bun) - Bundler and JS runtime.

#### Miso Renderers

- [miso-lynx](https://github.com/dmjio/miso-lynx) - A Renderer for integrating with [LynxJS.org](https://lynxjs.org)

#### Miso Graphics and Animations

- [SVG](https://svg.haskell-miso.org/) - An example of using `SVG` with [miso](https://github.com/dmjio/miso)
- [Miso.Canvas](https://haddocks.haskell-miso.org/miso/Miso-Canvas.html) - A 2D Canvas library implementation.
- [three.hs](https://github.com/three-hs/three.hs) - Haskell jsaddle bindings to three.js
- [three-miso](https://threejs.haskell-miso.org) - Haskell miso integration w/ three.hs

#### Real Miso Apps

- [haskell-miso.org](https://haskell-miso.org) - Haskell miso project main site.
- [Blimp Co](https://github.com/nielsbergsma/blimp_co_haskell) - Example Blimp company website
- [Miso Examples](https://github.com/haskell-miso#-index)

#### Miso Games
- [Card Game](https://github.com/smelc/miso-darkcraw)

### Miso Native

#### Miso Native General Resources

- [Miso Native Official Website](https://lynxjs.haskell-miso.org)
- [Miso Native GitHub](https://github.com/haskell-miso/miso-lynx)
- [Miso Native Community](https://github.com/dmjio/miso?tab=readme-ov-file#community)
- [LynxJS](https://lynxjs.org/)

### Contribution

Please feel free to add more !

[![CC0](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)