Repository: beam-community/awesome-phoenix-liveview Branch: main Commit: 1d7602a65d5c Files: 2 Total size: 3.8 KB Directory structure: gitextract_adbat6s1/ ├── .github/ │ └── CODEOWNERS └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/CODEOWNERS ================================================ * @beam-community/team ================================================ FILE: README.md ================================================ # Awesome Phoenix Liveview A curated list of awesome Phoenix LiveView repositories, blog posts or other resources If you think a new resource should be added, please file an issue or even better, a PR! ## Phoenix LiveView - [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html) - The awesome docs for the Phoenix LiveView project itself ## Example Repositories - [Adoptoss](https://github.com/adoptoposs/adoptoposs) - Connecting people to keep open source software projects maintained - [website](https://adoptoposs.org/) - [Bonfire](https://github.com/qhwa/bonfire) - A demo project to track book reading using Phoenix LiveView and Event Sourcing - [website](https://bonfire.ooo/) - [Comparemoji](https://github.com/maxvw/comparemoji.com) - Compare emojis on different platforms - [website](https://comparemoji.com) - [Hygeia](https://github.com/jshmrtn/hygeia) - COVID 19 Tracing on the BEAM. - [Phoenix LiveDashboard](https://github.com/phoenixframework/phoenix_live_dashboard/) - Realtime dashboard with metrics, OS and VM insights - [Slurpee](https://github.com/fremantle-industries/slurpee) - A GUI frontend to manage blockchain ingestion with slurp - [Rube](https://github.com/fremantle-industries/rube) - A multi-chain DeFi development toolkit ## Packages - [Surface](https://hex.pm/packages/surface) - A component based library for Phoenix LiveView - [Phoenix LiveView Dropzone](https://hex.pm/packages/phoenix_live_view_dropzone) A Phoenix LiveView compatible file dropzone, using Elm ## Courses - [Pragmatic Studio Phoenix LiveView Course](https://pragmaticstudio.com/phoenix-liveview) - A free course to help you quickly and smartly use LiveView to add dynamic UI features to your Phoenix apps! ## Blog posts - [Building and Playing the Go Game with Phoenix LiveView](https://blog.appsignal.com/2019/06/18/elixir-alchemy-building-go-with-phoenix-live-view.html) by AppSignal - [Linear Regression with Elixir, Phoenix and LiveView](https://tiemenwaterreus.com/posts/linear-regression-elixir-phoenix-liveview-i/) by Tiemen Waterreus - [Optimising data-over-the-wire in Phoenix LiveView](https://thepugautomatic.com/2020/07/optimising-data-over-the-wire-in-phoenix-liveview/) by Henrik Nyh - [Using Bootstrap Native with Phoenix LiveView](https://dashbit.co/blog/using-bootstrap-native-with-live-view) by Jose Valim/Dashbit - [Phoenix LiveView Comment and Reply](https://dockyard.com/blog/2019/11/25/phoenix-liveview-comment-and-reply) by DockYard ## Videos - [Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5](https://www.youtube.com/watch?v=MZvmYaFkNJI) by Chris McCord - [Phoenix JS Hooks: LiveView is now even better!](https://www.youtube.com/watch?v=shoLKuEUQIU) - [Live with Phoenix LiveView and Laravel LiveWire (featuring Caleb Porzio)](https://www.youtube.com/watch?v=0iNCrQASviQ) Video going through building a Twitter feed in both LiveView and LiveWire ## Tips and tricks - [Phoenix LiveView tips](https://github.com/nshoes/phoenix-live-view-tips) - Awesome list with common gotchas, tips and tidbits. ## Lists - [Phoenix LiveView Examples](https://tefter.io/zorbash/lists/phoenix-liveview-examples) - A curated list of examples, demos, guides and tutorials - [Phoenix LiveView Demos](https://liveviewdemos.com) - A collection of demos and examples. - [Made with LiveView](https://github.com/caspg/made-with-liveview) - Apps made with Phoenix LiveView running in production. ## Books - [Programming Phoenix LiveView](https://pragprog.com/titles/liveview/programming-phoenix-liveview/) - Interactive Elixir Web Programming Without Writing Any JavaScript by Bruce A. Tate and Sophie DeBenedetto ## Editor and IDE integration ### VSCode - [Phoenix LiveView Snippets](https://marketplace.visualstudio.com/items?itemName=phoenix-liveview-snippets.phoenix-liveview-snippets) # Contributing Contributions are most welcome!
gitextract_adbat6s1/ ├── .github/ │ └── CODEOWNERS └── README.md
Condensed preview — 2 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4K chars).
[
{
"path": ".github/CODEOWNERS",
"chars": 23,
"preview": "* @beam-community/team\n"
},
{
"path": "README.md",
"chars": 3916,
"preview": "# Awesome Phoenix Liveview\n\nA curated list of awesome Phoenix LiveView repositories, blog posts or other resources\n\nIf y"
}
]
About this extraction
This page contains the full source code of the beam-community/awesome-phoenix-liveview GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 2 files (3.8 KB), approximately 1.1k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.