shahryarjb
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of its key features is a fully zero-configuration setup, designed to meet the foundational requirements for building admin panels and user-facing websites.
This library is currently in development and includes a CLI tool, making it simple to add any desired component directly to your Phoenix component folder.
Chelekom is open-source and free to use, launching with over 80 components in the initial release and aiming to reach a total of 200 components
.
The library’s core approach leverages advanced Tailwind and LiveView JS modules to minimize JavaScript dependency, effectively supporting hybrid functionality on both client-side and server-side for optimized performance. It reduces unnecessary server requests while delivering robust services across the board.
The initial version of Chelekom is optimized for the latest Phoenix release and the beta version of LiveView.
- Library Page: Chelekom - Phoenix & LiveView UI kit and components
- Official Component Documentation: Document - Chelekom Phoenix UIKit and components
- Hex: mishka_chelekom | Hex
- GitHub Repository:
Trending in Announcing
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
shahryarjb
Release of Version 0.0.1
phx-hook.Release Blog for Version 0.0.1
Roadmap Page https://mishka.tools/chelekom/docs/roadmap
Recommendation:
For the latest stable version, you can always use the
masterbranch until the library reaches full stability.Link to this Version on Hex.pm mishka_chelekom | Hex
Please feel free to create an issue on GitHub if you find any component issues. We truly appreciate your support, and we look forward to collaborating with you, our valued developers.
tangui
Awesome work
Thanks for the contribution, there are some components that I’ll use for sure.
I’m not very well versed in UI component libraries, hence my question: how does it compare with SaladUI or Doggo libraries? As far as I understand some of these libraries strive to be independent of the CSS framework or focus on HTML semantics. What are the design choices of Chelekom in this regard?
Also, what does Chelekom means?
Cheers!
shahryarjb
Hi Dear @tangui, I am very encouraged to see your comments and thank you for your supports.
Before explaining the approach we followed. We have included some items in the document
At the beginning of this project, our main focus was to create a library that backend developers and people with limited knowledge of CSS, HTML, and especially Tailwind could easily use. So instead of leaving too many options for users to handle, we decided to implement most of the features ourselves. All you need to do is call the component.
Along the way, we aimed to eliminate the need for installing all components at once. Instead, you can add only the components you need, with the specific options you want, directly to your Phoenix project as you go.
Our general approach in the first phase was to avoid using JavaScript altogether. We focused on leveraging advanced Tailwind features as much as possible to meet requirements in an isolated way, with minimal configuration required on your end. This approach forms the foundation of our library.
In this phase, all components are stateless, but we’re gradually moving towards live components for the next stages. To the extent possible, we’ve only used HTML, Tailwind, and Phoenix LiveView’s own JS modules.
We will soon be reviewing all colors and providing high-quality support for both dark mode and light mode. We’ve also established a solid agreement with a graphic designer to ensure this.
It’s worth noting that we have our own design system, which includes standardized sizes, spacing, and color naming conventions. Thanks to the CLI, you can edit any component in your project whenever you like. These unique capabilities are powered by the Igniter project.
cmo
Lots of work in there. Good on ya.
Have you considered using
text-primaryetc or css variables to avoid hardcoding the same colours all over the codebase and allowing customisayion?The syntax in the code examples on the homepage is incorrect.
Please consider reducing the line spacing for the text in the documentation. It’s very hard to read when each line looks like a new paragraph.
shahryarjb
Hello dear friend @cmo . Thank you so much for reviewing the project. It’s great that we can understand the criticisms and issues and work to resolve them.
Regarding hardcoding, in the next three versions, we plan to enable plugin conversion within the Tailwind configuration itself through a
mix task, or by creating a configuration file directly in Elixir and etc.For now, the focus is on adding core components and reviewing colors, but we will definitely implement this. The workload has been quite heavy, and it took a lot of time.
Ohh sorry good catch
if you are talking about Mishka Installer, i will fix it soon.
I think the long distance (spacing) in the text of the document is because of my poor eyesight
I will definitely reduce it in an hour
Thank you thank you thank you

cmo
I’m talking about the examples on the Chelekom homepage (Chelekom - Phoenix & LiveView UI kit and components). See the
classattribute on thegalleryexample and thephx-clickon the other.Nefcairon
I am interested in the answer as well (as the naming of all packages in the Elixir ecosystem interest me).
shahryarjb
Ohhh I missed it :)) sorry @tangui
Part of our team speaks Persian, but these two words, which are the names of the entire site and the package, are not Persian. They are from my native language, spoken in the northern region of my country.
‘Mishka’ means ‘sparrow,’ and ‘Chelekom’ refers to the concept of arranging cut wood or prepared logs neatly side by side (They must be neat).
dimitarvp
Quite funny, in many Eastern European languages “mishka” means “mouse”.
shahryarjb