Write on Hive, Read Everywhere!

@mtyszczak ยท 2025-06-15 20:04 ยท HiveDevs

Write on Hive, Read Everywhere!

Hello, dear Hive community! ๊™ฎ

Even though it's only been about a week since my last post, I've missed you all so much! ๐Ÿค—

Recently, our dev team had a productive chat with @crimsonclad and @gtg about Hive components that users can embed on their websites. So, I got busy trying to bring these ideas to life as quickly as I could! ๐Ÿƒ

img1.png

๐Ÿ“– User Stories

We began by asking simple questions ๐Ÿค” about which components are essential and how they should be used, and we got immediate answers!

  • I want to embed Hive posts ๐Ÿงฉ on my website
  • I want my visitors to view comments ๐Ÿ—ช
  • I want my visitors to be able to โค๏ธ like & ๐Ÿ’ฌ comment on the content I create
  • I want to display a paginated list of the latest posts by tag ๐Ÿ“š
  • I want to show details of my Hive account ๐Ÿ‘ฆ
  • I want to display my witness details ๐Ÿ‘€

img2.png

๐Ÿ“Š Check Out the Components!

Witness

<hive-witness account="gtg"></hive-witness>

img3.png

Post

<hive-post permlink="@gtg/hello-world"></hive-post>

img4.png

Comments

<hive-comments permlink="@gtg/67juuw-skyteam-airline-alliance-official-partner-of-hivefest"></hive-comments>

img5.png

Posts by Tag

<hive-tag tag="photography" url-template="/photography/{permlink}"></hive-tag>

img6.png

๐Ÿ’ป Sample Website

Thanks to @gtg, you can see these components in action ๐Ÿ’ฅ

Feel free to explore the source code of the website (visit: view-source:https://gtg.openhive.network/5bb236). It's impressively simple! โ™ป๏ธ

๐Ÿ“ฑ Mobile Users Welcome!

No worries! The components are fully responsive! โšก

img7.png

No need to adjust settings. They automatically adapt to the viewport! ๐Ÿ˜Š

๐Ÿ” How to Use Them?

I created a quick start guide ๐Ÿง  in my repository.

TL;DR:

<!-- Prepare imports for our components -->
<script type="importmap">
  {
    "imports": {
      "lit": "https://cdn.jsdelivr.net/gh/lit/dist@3/core/lit-core.min.js",
      "@hiveio/internal": "https://gtg.openhive.network/5bb236/hive-internal.js"
    }
  }
</script>

<!-- Import components we want -->
<script type="module" src="https://gtg.openhive.network/5bb236/hive-post.js"></script>
<script type="module" src="https://gtg.openhive.network/5bb236/hive-witness.js"></script>
<script type="module" src="https://gtg.openhive.network/5bb236/hive-comments.js"></script>
<script type="module" src="https://gtg.openhive.network/5bb236/hive-tag.js"></script>

<!-- Use the components -->
<hive-witness account="gtg"></hive-witness>
<hive-post permlink="@gtg/hello-world"></hive-post>
<hive-comments permlink="@gtg/hello-world"></hive-comments>
<hive-tag tag="photography" posts-per-page="4" url-template="/photography/{permlink}"></hive-tag>

๐Ÿง›๐Ÿปโ€โ™€๏ธ For Night Owls

Introducing the โœจ dark theme โœจ:

img8.png

Just set the theme="dark" attribute on any component and you're good to go! ๐Ÿ’ช

๐ŸŽจ Want More Colors?

Customize your communities and websites with just a few lines of CSS! ๐Ÿคฉ

hive-comments {
  --hive-on-surface: blue;
}

And here are the results: ๐Ÿ‘‡

img9.png

๐Ÿ“ˆ Need More Components?

Great! I love your spirit! ๐Ÿ‘ป

You can request a new component by creating an issue ๐Ÿ’ก or suggest edits by opening a pull request ๐Ÿ› ๏ธ

๐Ÿ’พ Component Sizes

I understand not everyone has super-fast internet ๐Ÿ“Ÿ

So, I worked to make the components as compact as possible! โฌ‡๏ธ

Name Size
Lit core 7 kB
Hive Witness 19 kB
Hive Post 29.3 kB
Hive Comments 46.9 kB
Hive Tag 50.2 kB
Hive internals 640 kB

And remember, these script sizes are not gzipped yet! They are cached by browsers and executed only once per page load, on demand! ๐Ÿคฏ

๐Ÿ’ฒ Pricing

Just kidding ๐Ÿคฃ It's completely ๐Ÿ†“ ๐Ÿ—ฝ

Feel free to visit the repository to contribute or use the components via CDN, thanks to @gtg ๐Ÿง™โ€โ™‚๏ธ

๐ŸŒŸ Future Plans

I have a few ideas in mind, and there are areas I can improve, but we did it! ๐Ÿ“ฃ

MVP is on board! ๐Ÿ’Ž

I strongly encourage you to use the Hive components! ๐Ÿ–ผ๏ธ


Images from private archive & chatgpt.com

#hive #dev #web #components #html #embed
Payout: 0.000 HBD
Votes: 355
More interactions (upvote, reblog, reply) coming soon.