shite

The little hot-reloadin' static site maker from shell. (by adityaathalye)

Shite Alternatives

Similar projects and alternatives to shite

  1. ShellCheck

    499 shite VS ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. KeenWrite

    Discontinued Free, open-source, cross-platform desktop Markdown text editor with live preview, string interpolation, and math.

  4. FLiPStackWeekly

    FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...

  5. imaginAIry

    56 shite VS imaginAIry

    Pythonic AI generation of images and videos

  6. letsblockit

    Discontinued Remove low-quality content and useless nags, focus on what matters. A community-maintained uBlock Origin filter set.

  7. gcodepreview

    OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.

  8. hello

    Desktop system for creators with a focus on simplicity, elegance, and usability. Based on FreeBSD. Less, but better!

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. automatisch

    34 shite VS automatisch

    The open source Zapier alternative. Build workflow automation without spending time and money.

  11. ppg.report

    17 shite VS ppg.report

    Weather report tailored for paramotor pilots, available worldwide. 🌏 Combines winds aloft, nearby Terminal Aerodrome Forecasts, hourly forecast, NWS active alerts, FAA TFRs, SIGMETs, G-AIRMETs and CWAs

  12. logs-benchmark

    Logs performance benchmark repo: Comparing Elastic, Loki and SigNoz

  13. runlike

    14 shite VS runlike

    Given an existing docker container, prints the command line necessary to run a copy of it.

  14. kubric

    6 shite VS kubric

    A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.

  15. SirTunnel

    7 shite VS SirTunnel

    Minimal, self-hosted, 0-config alternative to ngrok. Caddy+OpenSSH+50 lines of Python.

  16. shell-genie

    7 shite VS shell-genie

    Discontinued Your wishes are my commands

  17. CameraTraps

    4 shite VS CameraTraps

    PyTorch Wildlife: a Collaborative Deep Learning Framework for Conservation.

  18. autobots

    5 shite VS autobots

    ⚡️ Scripts & dotfiles for automation and/or bootstrapping new system setup

  19. karl.berlin

    My blog and homepage at karl.berlin, as well as the minimal blog engine used to create the pages.

  20. hncli

    4 shite VS hncli

    A Terminal User Interface-based application for browsing Hacker News, written in :crab: Rust.

  21. bash-toolkit

    Could be my ever-growing, ever-improving, Swiss Army Toolkit of functions-as-cmd-line-tools and useful-to-me patterns.

  22. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better shite alternative or higher similarity.

shite discussion

Log in or Post with

shite reviews and mentions

Posts with mentions or reviews of shite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-12.
  • Shite: The little hot-reloadin' static site generator from shell
    2 projects | news.ycombinator.com | 12 Mar 2025
    Ah! I was wondering about the spike in github stars.

    Project author here. AMA!

    My site https://www.evalapply.org continues to be built with shite. Public commits are absent, but the project is still working as-designed, and I couldn't thank past-me enough for putting in the work!

    I've been working off a private fork, since the code change ~2 years ago, because I wanted to work on drafts of essays and mostly half-ass meanderings that only I want to ruminate on.

    Apart from those unpublished raw org-mode sources, I've made a bunch of HTML template changes and quality-of-life code improvements. But shite is still chugging along as-designed.

    I guess this is sign I should push those updates to the public domain.

    Previously on HN (I did a "Show HN" for kicks, and it blew up a bit :)

    https://news.ycombinator.com/item?id=34486596

    141 points, 59 comments

  • Static Site Generator for Emacs Lisp Programmers
    2 projects | news.ycombinator.com | 7 Mar 2025
    That expands to this sales banner https://www.evalapply.org/index.html#standing-invitation (which is also expanded similarly in my hire.org and now.org pages).

    Nifty!!!

    [1] https://github.com/adityaathalye/shite/ is my little hot-reloadin' site maker from shell. I write all of https://evalapply.org with it!

    [2] Recently discussed at HN: https://news.ycombinator.com/item?id=43157672 "Why and How I use “Org Mode” for my writing and more (2022)"

  • Today I learned that bash has hashmaps (2024)
    3 projects | news.ycombinator.com | 12 Jan 2025
    Bash Associative Arrays [] are handy! Some examples of how I've used them:

    - my site builder (for evalapply.org): inject metadata into page templates. e.g. https://github.com/adityaathalye/shite/blob/b4163b566f0708fd...

    - oxo game (tic-tac-toe): reverse index lookup table for board positions: https://github.com/adityaathalye/oxo/blob/7681e75edaeec5aa1f...

    - personal machine setup: associate name of installed application to its apt source name, so we can check for the app, and then install package https://github.com/adityaathalye/bash-toolkit/blob/f856edd30...

    [] I'd say "hashmap" is acceptable, colloquially. However, I don't think Bash computes hashes of the keys.

  • Org Mode Syntax Cheat Sheet
    10 projects | news.ycombinator.com | 1 Nov 2024
    I daily-drive Emacs, and write my website/blog [1] in org-mode, but I use pandoc to compile org to HTML [2]... This choice was critical for me. I did not want my publishing workflow to depend on Emacs!

    It's true that Emacs is the canonical Org-Mode compiler, but there are many other compilers, including Github pages. If it's typesetting you want, the support is widely available. If it is org-mode-powered workflows (like TODOs etc.), then support outside of Emacs is narrower, but still quite serviceable [3].

    ---

    [1] built with OrgMode and pandoc: https://www.evalapply.org/

    [2] pandoc as compiler FTW. https://github.com/adityaathalye/shite/blob/b4163b566f0708fd...

      __shite_templating_compile_source_to_html() {
  • Ask HN: What are you working on (August 2024)?
    132 projects | news.ycombinator.com | 24 Aug 2024
    Happy site-maker-makin'... It is a most respectable yak shave. I had such a good time making mine a couple of years ago in Bash (https://github.com/adityaathalye/shite).

    If Git/Github are interfering, just drop the folder in dropbox (or suchlike) and version control like it's 1990 (ssg_2, ssg_3, ... ssg_final_final :). Nobody can fire the officially retired developer for doing this in 2024.

  • Ask HN: What's the simplest static website generator?
    10 projects | news.ycombinator.com | 29 Mar 2024
    Pandoc can be your friend. My site maker [1] is built around it.

    I think a hundred or so well-chosen lines of your favourite scripting language can do wonders. Mine is ~300 lines of Bash because I over-engineered a thing or two for kicks. The core of it is maybe 50 lines.

    [1] https://github.com/adityaathalye/shite

    The README documents the architecture and rationale. Maybe it will help you figure out yours. Happy hacking!

  • Useful Uses of Cat
    2 projects | news.ycombinator.com | 21 Feb 2024
    [1] https://evalapply.org

    [2] https://github.com/adityaathalye/shite?tab=readme-ov-file#te...

  • 500 Lines or Less – Writing a useful program in fewer than 500 line code – AOSA
    5 projects | news.ycombinator.com | 8 Oct 2023
    Bookmarked! These look like amazing study projects; the kind one can copy and learn from. Quite like how they do it in art school. Each one of them looks like it solves a nontrivial problem, and edifies the reader on the basic contours/tenets of the problem/solution space.

    I love this kind of stuff, because it shows one _can_ solve a pretty juicy problem with not that much code, honestly. Also because it suggests that the industrial-strength equivalent has a lot more in for use cases, corner cases, and/or optimisations that are not relevant for one's requirements (at least not yet, maybe not ever).

    I aspire to write code like that. Useful, concise, but not obtuse. Some of my code is not as significant as those examples, and maybe falls short of my ideals, but it gets a lot done in well under 500 loc. e.g. my website maker in Bash [1] (hot-builds and hot-refreshes without JS), or the JS that drives text art animations for Hanukkah of Data [2].

    [1] https://github.com/adityaathalye/shite is about 350 LoC counted this way (excluding the script containing HTML templates).

      $ grep -E -v "^$|\\s?#" bin/{events,metadata,templating,utils,hotreload}.sh | wc -l
  • “Make” as a Static Site Generator
    15 projects | news.ycombinator.com | 10 Sep 2023
    I love the code [1]. Mine [2] is a bit over engineered because I wanted hot-reloading (without JS), and it was a delightful yak shave.

    But the basic idea is the same --- heredocs for templating, using a plaintext -> html compiler (pandoc in my case), an intermediate CSV for index generation.

    Very nice!

    [1] https://github.com/karlb/karl.berlin/blob/master/blog.sh

    [2] https://github.com/adityaathalye/shite

  • FLiP Stack Weekly 28 Jan 2023
    20 projects | dev.to | 30 Jan 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 29 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic shite repo stats
31
233
3.4
8 months ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com