bulma-templates VS Bulma

Compare bulma-templates vs Bulma and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bulma-templates Bulma
5 157
3,229 48,572
0.3% -
7.3 8.4
about 1 month ago 4 days ago
HTML SCSS
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bulma-templates

Posts with mentions or reviews of bulma-templates. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Bulma : Free Templates
    1 project | /r/bulmacss | 4 Jul 2023
    If you're a beginner who wants to give it a go with bulma, or just an enthusiast who wishes to slap some content into existing template and have a web page, or maybe build some theme upon existing layout, take a look at Bulma Templates repo.
  • Ask HN: How to build online calculator website?
    16 projects | news.ycombinator.com | 19 Nov 2022
    I use a simple serverside framework such as ExpressJS or FlaskJS, which routes URL requests to HTML page responses.

    Served by NGINX on a Linux server. I host with DigitalOcean for $6/month

    I use a CSS Framework template. I like Bulma for its simplicity: https://bulmatemplates.github.io/bulma-templates/

    Summary of things to google:

    - simple Serverside framework for

    - Digital ocean nginx tutorial

    - CSS Framework Template

  • Ask HN: How do you build your personal start page?
    11 projects | news.ycombinator.com | 2 Dec 2021
    I just take a Bulma template, and edit the CSS styles within its html.

    If i feel ambitious, I install v/ node, then edit the sass (compiles to css)

    https://bulmatemplates.github.io/bulma-templates/

    Typically:

    1. Generate an express app with --view=ejs (ejs is virtually the same as HTML but lets you inject js into your html)

    https://expressjs.com/en/starter/generator.html

    2. Display & edit a simple html page.

    3. ???

    4. Profit

  • Ask HN: Tips for a 30 year old trying to switch to IT/software development?
    1 project | news.ycombinator.com | 28 Nov 2021
    - Web Portfolio showing 3 projects. -- for example, check out the template here [1] called "Portfolio" -- take it, repurpose it with your own content. Get it online. Add your web portfolio URL to your resume.

    - Github/Gitlab (to show your code)

    - LinkedIn presence

    Basically: Show you have the skills. And put yourself "out there" i.e. market yourself

    [1] https://bulmatemplates.github.io/bulma-templates/

  • Shiny Apps with Docker Compose, Part 1: Development
    5 projects | dev.to | 17 Jun 2021
    The index.html file in the site folder is the landing page. The file uses the responsive Bulma CSS library that requires no JavaScript. I picked a template and modified it for this landing page.

Bulma

Posts with mentions or reviews of Bulma. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.
  • How to use Tailwind with any CSS framework
    5 projects | dev.to | 17 Apr 2024
    Tailwind is great, but creating everything from scratch is annoying. A nice base of components which can be extended with tailwind would be great. There are a few tailwind frameworks like Flowbite, Daisy Ui, but I like Bulma, PicoCSS and Bootstrap.
  • Building Llama as a Service (LaaS)
    14 projects | dev.to | 8 Apr 2024
    I would talk about building the frontend, but it is just a single page React app I built quickly. It does use a CSS library called Bulma, which is similar to tailwind and worth checking out. I did spend a day implementing a login/signup page, but this was just for the learning experience, and not what I wanted in the final product.
  • Replatforming from Gatsby to Zola!
    5 projects | dev.to | 2 Apr 2024
    After finding a few spare hours I decided to address the alerts and update some my dependencies. I spent several hours debugging my Gatsby site after doing some recommended npm package updates. My UI class library Bulma was not being loaded by my sass-loader module. (I later learned that they migrated to dart-sass so I guess the fix should have been a pretty easy). Nonetheless, this prompted me to rethink my entire static site generator stack and got me curious about some other options. Why have these unnecessarily complex dependency chains? At that point I was almost too hesitant to even touch my package.json file. That's just silly.
  • Bulma CSS is now 1.0.0
    1 project | news.ycombinator.com | 23 Mar 2024
  • The Bulma CSS framework reaches 1.0
    7 projects | news.ycombinator.com | 22 Mar 2024
    Oh wow, quite happy about this, for a while it seemed the project was abandoned, really glad Jeremy keeps working on this :) The new website (https://bulma.io/) also looks very slick. I could totally see that he'd be able to monetize this like Tailwind, it's a really well thought-out framework with a good compromise between responsiveness, utility classes and components.
  • Building a flat-file CMS with Angular
    3 projects | dev.to | 5 Mar 2024
    So, our post.component.html component is the generic page where all posts will have their content loaded. Here, the classes are from the Bulma CSS framework, and the template looks like this:
  • Arqueología Tech: Roleplay un juego de cartas hecho en Visual Basic 6
    5 projects | dev.to | 21 Feb 2024
  • Part 3: Templating HTML with Python, Jinja2 and serverless WebAssembly
    1 project | dev.to | 4 Jan 2024
    This is a pretty basic HTML that contains a form with a couple of form fields and a submit button. To make styling a little easier, I opted to use Bulma. But that’s entirely optional, and does nothing to impact our app.
  • 🔥 Big frontend update: the Gowebly CLI now supports Bootstrap and Bulma
    3 projects | dev.to | 19 Dec 2023
    Since v1.9.0 release, the Gowebly CLI includes support for Bootstrap and Bulma CSS frameworks.
  • Top React Component UI Libraries to Enhance Your Web Development Projects
    7 projects | dev.to | 30 Nov 2023
    Bulma is a lightweight and modern CSS framework that simplifies the styling of your web projects. It offers a clean and intuitive set of classes to structure and design your HTML elements, providing a quick and easy way to create visually appealing layouts. Bulma is responsive and mobile-friendly, making it an excellent choice for developers who want a straightforward and flexible solution for their projects. Whether you're a beginner or an experienced coder, Bulma's simplicity and versatility make it a popular option for building stylish and responsive web interfaces without the need for extensive customization.

What are some alternatives?

When comparing bulma-templates and Bulma you can also consider the following projects:

docker-compose-shiny-example - Docker Compose Example with Shiny Apps

Tailwind CSS - A utility-first CSS framework for rapid UI development.

Docker Compose - Define and run multi-container applications with Docker

Material UI - Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

online-retail-marketplace - Django-based online marketplace for clothes. Taking the local retail marketplace of India online. \ Select on your phone. Try in the shop, on a later date. \

daisyui - 🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

Milligram - A minimalist CSS framework.

primevue - Next Generation Vue UI Component Library

hackertab.dev - A Chrome 🌐 & Firefox 🦊 extension to discover the latest developer news and tools in one tab!

Spectre.css - Spectre.css - A Lightweight, Responsive and Modern CSS Framework