Blug

screenshot of Blug
react
remix
vite
tailwind

My little ATProtocol blog using Remix, Tailwind, and Redis

Overview

Blug is an innovative blog platform that seamlessly integrates with your personal data store (PDS) using the ATProtocol. It stands out by employing the pub.leaflet.document lexicon, making it an appealing choice for those who value structured and rich content formatting. With features like caching through Redis, Blug is designed for speed and efficiency, particularly for users who attract significant traffic.

The robust support for various block types allows for creatively composed posts that go beyond simple text, making your blog visually engaging. Whether you're looking to showcase your writing, share images, or embed multimedia content, Blug offers the flexibility to enhance your posts without the hassle of constant data retrieval.

Features

  • Leaflet Support: Utilizes the block-based document format for structured posts, enabling rich formatting and embedded content.
  • Multiple Block Types: Support for text, headers, images, quotes, code, and website cards, adding depth and variety to your posts.
  • Image Handling: Images are served via Bluesky's CDN, ensuring quick loading and proper display with constructed URLs.
  • Rich Text Formatting: Offers options for bold, italic, strikethrough, code, and links within text blocks to create engaging content.
  • Configuration Simplicity: Easy configuration through environment variables, making it straightforward to set up your blog.
  • Performance Optimization: Utilizes Redis for caching, allowing for high performance without constant polling of your PDS.
  • Comprehensive Development: Simple setup with the vite server for ease of development and testing.
  • Deployment Made Easy: Requires minimal dependencies, ensuring a smooth build and service process for your blog.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.