Software Alternatives & Reviews

Skeleton CSS VS Bulma

Compare Skeleton CSS VS Bulma and see what are their differences

Skeleton CSS logo Skeleton CSS

A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

Bulma logo Bulma

Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
  • Skeleton CSS Landing page
    Landing page //
    2018-09-30
  • Bulma Landing page
    Landing page //
    2022-07-14

Skeleton CSS

Categories
  • CSS Framework
  • CSS Tools
  • Design Tools
  • Website Design
  • Development Tools
Website getskeleton.com
Details $

Bulma

Categories
  • CSS Framework
  • Development Tools
  • Design Tools
  • Developer Tools
Website bulma.io
Details $

Skeleton CSS videos

Skeleton Anatomy and Physiology Review Bones 01

More videos:

  • Review - skeleton anatomy easy review for practical exam bones and structures
  • Review - Unboxing and Review Head Unit Skeleton SKT 8197 Universal

Bulma videos

S.H. Figuarts BULMA Dragon Ball Action Figure Review

More videos:

  • Review - S.H. Figuarts Dragon Ball Adventure Begins Bulma Review
  • Review - Bandai SH Figuarts BULMA Review BR / DiegoHDM

Category Popularity

0-100% (relative to Skeleton CSS and Bulma)
CSS Framework
27 27%
73% 73
Design Tools
23 23%
77% 77
Development Tools
28 28%
72% 72
CSS Tools
100 100%
0% 0

User comments

Share your experience with using Skeleton CSS and Bulma. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Skeleton CSS and Bulma

Skeleton CSS Reviews

Top 10 Best CSS Frameworks for Front-End Developers in 2022
As the name suggests, the Skeleton is a light framework. If your website is small and straightforward, Skeleton provides a necessary collection of CSS elements to speed up your development. It provides lightly styled forms, tabs, buttons, etc. You get a responsive grid, Vanilla CSS, and media queries for your project without the larger frameworks' complexities. It is a great...
Source: hackr.io
15 Best CSS Frameworks: Professional Bootstrap and Foundation Alternatives
As a two-in-one solution, Skeleton quickly made it on our list. This is both a boilerplate and a comprehensive CSS framework. We enjoyed customizing its 12-column grid during our testing, and we found out that it has virtually no learning curve.
Bootstrap Alternatives 2019: Advanced CSS Frameworks for Developers
This boilerplate is made up of just about 400 lines and is specifically designed with mobile devices in mind. It is to be noted that the Skeleton is not a fully-featured framework, but a mere starting point to start website designing. You should only prefer the Skeleton if you are considering a small project. It is only capable of styling a handful of standard HTML elements....
Top 10 CSS Frameworks For Web Designer 2018
Skeleton is one of the lightest simple and responsive frameworks. It supports only raw HTML and provides responsive grid without any bells and whistle like other framework, it’s just pure CSS. Skeleton is style agnostic with organized file structure and super basic UI elements.
Source: onaircode.com
20 Best Front-End Frameworks For Bootstrap Alternative
Skeleton is a lightweight CSS framework that uses a 12-column grid system. Unlike Bootstrap or Foundation, Skeleton provides you with some fundamentals components only like button, lists, table, forms which aimed to kick-start your development process.
Source: beebom.com

Bulma Reviews

11 Best Material UI Alternatives
Bulma’s simplicity, extensive documentation, and community support make it a popular choice for projects of all sizes. Whether you’re building a landing page, a dashboard, or an eCommerce site, Bulma provides a solid foundation for building aesthetically pleasing and functional interfaces.
Source: www.uxpin.com
Top 10 Best CSS Frameworks for Front-End Developers in 2022
Although new, Bulma has quickly climbed up the list of top 10 CSS frameworks. It has no JavaScript components (no .js) and the most readable CSS classes. To create grids, Bulma has a powerful system known as tiles, making the page elegant and neat. It is highly modular and easy to learn. Although small, Bulma has a community of passionate individuals wanting to change the...
Source: hackr.io
15 Best CSS Frameworks: Professional Bootstrap and Foundation Alternatives
When you add the variety of colors, responsiveness, and clean flexbox-based grid it offers, it’s no wonder Bulma is becoming more popular every day. Bulma is a well-documented framework that you should definitely try out.
10 of the Best Bootstrap Alternatives
Bulma is another great alternative to Bootstrap that offers a wide range of features, including a responsive grid system, Flexbox, and animations. Bulma is also easy to use and customizable, making it perfect for creating websites and apps that look great on all devices. Bulma is an open-source framework that offers ready-to-use frontend components that you can combine to...
Best CSS Frameworks in 2019
Despite its newness, Bulma is a modern framework with layout capabilities developers love. If you value easy-to-create layouts and consistency, consider Bulma for your next project.

Social recommendations and mentions

Based on our record, Bulma should be more popular than Skeleton CSS. It has been mentiond 106 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Skeleton CSS mentions (17)

  • Concrete.css
    I had been using similar projects such as skeleton[0] and milligram[1] for small experiments such as repfl[2], and wanted to create something similar that I would find aesthetically pleasing and that would fit in as little space as possible. The current version of concrete.css is less than 1kb minzipped! [0] http://getskeleton.com/ [1] https://milligram.io/ [2] https://repfl.ch/. - Source: Hacker News / about 2 months ago
  • Ask HN: How to build online calculator website?
    Here's my personal goto: Find some minimal CSS framework. My preference is Skeleton [0] or Bootstrap [1]. The key is just finding something minimal that works without too much fuss. Personally, I rather have a minimal framework provide 'responsiveness' so I don't have to worry about it but I also want it to get out of the way of anything I do. Use JQuery [2]. Don't rely on CSS for animations or interactivity. In... - Source: Hacker News / over 1 year ago
  • Suggest minimal CSS framework
    I've used http://getskeleton.com/ in the past. I think it's probably just what you're looking for. Source: over 1 year ago
  • Pdf generated from form
    I use an older css library called skeleton. It’s a utility framework that came out before css grid. It has a really nice and easy to use grid system built without css-grid. I had to get rid of the media queries to get it work but it’s been great otherwise! Source: over 1 year ago
  • what do you do when coding for responsive?
    I use a minified and customised simple boilerplate / grid system based in skeleton (http://getskeleton.com/). It has no mediaqueries predefined, but the rules for each screen resolution are stated. I start making the website for computer screen formats (large resolutions) and end adapting up the design to phone screens. Source: over 1 year ago
View more

Bulma mentions (106)

  • The Bulma CSS framework reaches 1.0
    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. - Source: Hacker News / 6 days ago
  • Building a flat-file CMS with Angular
    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:. - Source: dev.to / 23 days ago
  • Part 3: Templating HTML with Python, Jinja2 and serverless WebAssembly
    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. - Source: dev.to / 3 months ago
  • 🔥 Big frontend update: the Gowebly CLI now supports Bootstrap and Bulma
    Since v1.9.0 release, the Gowebly CLI includes support for Bootstrap and Bulma CSS frameworks. - Source: dev.to / 3 months ago
  • Top React Component UI Libraries to Enhance Your Web Development Projects
    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.... - Source: dev.to / 4 months ago
View more

What are some alternatives?

When comparing Skeleton CSS and Bulma, you can also consider the following products

Bootstrap - Simple and flexible HTML, CSS, and JS for popular UI components and interactions

Materialize CSS - A modern responsive front-end framework based on Material Design

Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.

Foundation - The most advanced responsive front-end framework in the world

Semantic UI - A UI Component library implemented using a set of specifications designed around natural language

UIKit - A lightweight and modular front-end framework for developing fast and powerful web interfaces