Elixir Tailwindcss

Open-source Elixir projects categorized as Tailwindcss

Top 13 Elixir Tailwindcss Projects

  • Plausible Analytics

    Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.

  • Project mention: Time Series Analysis of Plausible Data | dev.to | 2024-05-21

    # Function to get Plausible Analytics timeseries data def get_plausible_timeseries_data(): # Calculate the date range for the last 90 days date_to = datetime.today().strftime('%Y-%m-%d') date_from = (datetime.today() - timedelta(days=90)).strftime('%Y-%m-%d') # Setting the metrics we want to look at metrics='visitors,pageviews' # Actually pulling the data we want url = f"https://plausible.io/api/v1/stats/timeseries?site_id={site_id}&period=custom&date={date_from},{date_to}&metrics={metrics}" headers = { "Authorization": f"Bearer {api_key}" } response = requests.get(url, headers=headers) data = response.json() # Putting the data into a dataframe we can use for analysis results = data['results'] df = pd.DataFrame(results) # Adjusting the date field so we can avoid future warnings and be more accurate df['date'] = pd.to_datetime(df['date']) return df

  • free4chat

    free4.chat is a real-time audio chat service. It is designed by the local first and privacy first principle, and is very easy to use.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • petal_components

    Phoenix + Live View HEEX Components

  • Project mention: Elixir and Phoenix can do it all | news.ycombinator.com | 2023-10-28

    There are component libaries for LiveView.

    https://github.com/petalframework/petal_components

    https://github.com/coingaming/moon

    I personally wouldn't use React for components in LiveView, you are just adding more complexity to your application for no reason. It really not that hard to build components using JS and LiveView. In the end you get less complex components than what you would get with react.

  • shlinked

    An open-source satirical social network. shlinkedin.com

  • Project mention: I built a functional, beautiful Spotify clone 🐧 | /r/opensource | 2023-07-13

    I would advice against it, people might not like to contribute to a permissive licensed project as they will worry it will become closed source (like reddit) , see this and this for more.

  • docker-phoenix-example

    A production ready example Phoenix app that's using Docker and Docker Compose.

  • adoptoposs

    Finding co-maintainers for your open source software project.

  • Project mention: Adoptoposs Find new (co-)maintainers for your open source software project | news.ycombinator.com | 2024-04-19
  • phx_component_helpers

    Extensible Phoenix liveview components, without boilerplate

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • tailwind_formatter

    Sorts tailwind classes within elixir projects

  • InstagramClonePETAL

    Instagram Clone With The PETAL(Phoenix, Elixir, TailwindCSS, AlpineJS, LiveView) Stack.

  • mvp

    📲 simplest version of the @dwyl app (by dwyl)

  • learn-tailwind

    🌬️ Learn Tailwind CSS to craft pixel-perfect web apps/sites in less time! 😍

  • Project mention: Tachyons – A CSS Toolkit | news.ycombinator.com | 2023-07-19

    Tachyons is feature complete for most people's/project's needs. It doesn't need to be updated. Every day we all use code that was last updated 10+ years ago without realising it.

    Having said that we switched to Tailwind for a very specific reason: customisability. see: https://github.com/dwyl/learn-tailwind#what-about-tachyons

    Still Tachyons is a perfectly valid and lightweight utility class based CSS library.

  • angel-trading

    Trading platform using Angel one smart API

  • Project mention: [Angel One SmartApi] : Made a small web app using Elixir/Phoenix with realtime updates to portfolio | /r/elixir | 2023-09-28
  • live_chess

    Inspired by lichess.org. and the need to use Elixir. live_chess is born

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Elixir Tailwindcss related posts

  • Elixir and Phoenix can do it all

    7 projects | news.ycombinator.com | 28 Oct 2023
  • Moving the Blog to Elixir

    4 projects | dev.to | 16 Oct 2023
  • How to merge Tailwind class in Elixir Phoenix

    3 projects | dev.to | 15 Jul 2023
  • Do Any Startups Still Use WordPress After 20 Years?

    2 projects | news.ycombinator.com | 1 Jun 2023
  • Anyone interested in writing a Component Library for Phoenix

    3 projects | /r/elixir | 6 Apr 2023
  • Making a CheckboxGroup Input

    1 project | /r/elixir | 14 Feb 2023
  • Show HN: A collection of interface elements (inspiration for designers and devs)

    3 projects | news.ycombinator.com | 14 Sep 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Tailwindcss projects in Elixir? This list will help you:

Project Stars
1 Plausible Analytics 18,666
2 free4chat 997
3 petal_components 751
4 shlinked 355
5 docker-phoenix-example 203
6 adoptoposs 133
7 phx_component_helpers 131
8 tailwind_formatter 101
9 InstagramClonePETAL 95
10 mvp 79
11 learn-tailwind 42
12 angel-trading 16
13 live_chess 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com