privatize VS exhibitor

Compare privatize vs exhibitor and see what are their differences.

exhibitor

Snappy and delightful React component workshop (by samhuk)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
privatize exhibitor
9 6
18 8
- -
0.0 6.8
about 1 year ago 12 months ago
JavaScript TypeScript
- 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.

privatize

Posts with mentions or reviews of privatize. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I partially encrypt/decrypt a file based on the presence of special HEREDOCs (ie <The tool is still a WIP as it isn't portable between machines -- https://github.com/higgins/privatize

    more on it here: https://encapsulate.me/writing/Privatize.html

  • Show HN: My new free note taking tool
    21 projects | news.ycombinator.com | 19 Jul 2022
    Yes!

    I keep a daily log tracked in git. All of it public although some information is encrypted with my privatization tool (https://github.com/higgins/privatize).

    The log itself is a simple org file but I parse and render it in html here so that I can share important event dates (eg: my wedding) with my family and friends.

    Here is what I did yesterday:

  • Show HN: Partially encrypt a file based on its HEREDOCs
    8 projects | news.ycombinator.com | 16 Mar 2022
    ooo, good call out. thanks!

    currently i only have one warning in place if I forget to close there heredoc: https://github.com/higgins/privatize/blob/main/index.js#L168

    but could add some more error checking. added to TODOs: https://github.com/higgins/privatize/commit/9696f30576897898...

  • Show HN: Partially encrypt a file based on its
    1 project | news.ycombinator.com | 16 Mar 2022
    https://github.com/higgins/privatize

    When added to a git repo, it will automatically transparently encrypt/decrypt files you want privatized.

    For example if you configured your repo to privatize the file `example.txt`, you could write:

    ```

exhibitor

Posts with mentions or reviews of exhibitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    TL;DR: A React front-end component workshop, a simple version of Storybook.

    So around 5 months ago, I needed a tool to preview front-end (React) components whilst I create them for a personal project of mine. There were two options: Storybook or Ladle.

    Storybook is the tool everybody knows. I've used it before quite a lot. It's very big, full-fat, supports loads of use-cases, etc.

    Ladle comes out of Uber. It's very small, lean, and doesn't support that much. After trying it out for a while, it just gives me a feeling like it's a 20% project to learn some new tech.

    So I realised that I wanted something kind of in the middle. Something that's a bit more customizable than Ladle, but something much simpler and less intrusive than Storybook.

    This led me to create Exhibitor (https://github.com/samhuk/exhibitor) (https://demo.exhibitor.dev).

    I worked on it on-and-off for a couple months, and it ended up being something that I'm quite proud of. It's not perfect, and supports only a fraction of what Storybook does, however for a tool made by 1 engineer vs the 20+ for Storybook, I'm quite happy about it!

  • Show HN: Exhibitor – Snappy and delightful React component workshop
    1 project | news.ycombinator.com | 16 Mar 2023
    Exhibitor, a snappy & delightful React component workshop, is GA. My aim is for Exhibitor to be an extremely fast, easy to use, and delightful tool for creating front-end component libraries.

    It's been around 2 months since my last mention and quite a tonne has changed.

    Wiki: https://github.com/samhuk/exhibitor/wiki

  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    Looks interesting. Coincidentally, I've just completed the bulk of work on a distributed Websocket network system to synchronize certain bits of state between multiple clients for my own kind of Storybook tool [0]. How interesting!

    This kind of tool is exactly what I would have needed, instead of the approach I've taken which is a bit kludgy, grass-roots, novice-like, etc.

    Good work :)

    [0] https://github.com/samhuk/exhibitor/pull/22

  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    I was a bit deflated when my submission about https://github.com/samhuk/exhibitor fell through the HN floor-boards.

    Think Storybook but simpler, faster, better Typescript support, and uses esbuild by default.

    ...Is the aim. I'm the sole lead dev working on it at the moment up against the ~10-20 strong team who built most of Storybook, so it's a long road ahead, but it's growing into something I'm quite proud of and happy about.

  • Show HN: Exhibitor – Snappy, no-fuss, delightful React component workshop
    1 project | news.ycombinator.com | 11 Jan 2023