current stuff:
start-comp-lib:
attempt at making it simpler to build re-usable components for react. planned features:
- live preview (think: super-light storybook) without extra code needed by using dynamic imports
- limited but automatically generated form to adjust the props (again: storybook-like)
- multiple ways to share either the source code or the compiled code (using rolldown via tsdown)
- dynamically generated copy+paste ui + instructions for dependencies
- via shadcn cli including automatic dependency detection and installation
- built and included as download in the ui and maybe custom npm registry
- share via npm and possibly jsr
TinyTodo simple ui to track todos in vscode based on a readme.txt file included in the repo
former stuff:
- tainer.run: blog of early research into running a platform that makes it (very) easy and (very) cheap to host your containers by giving the user direct access to the Docker daemon. killed after realising that i would have to spend too much time on preventing platform abuse.
- tovergieter: a turborepo remote cache server that includes a simple ui. killed due to lack of relevance for my current interests.