|
|
|
|
|
by brailsafe
23 days ago
|
|
Makes sense to me, your other comment that elaborated on the scenario adds some useful context. I assumed there was quite a lot missing and tried to frame the comment for future versions of myself that might think it's a good idea to just run with a wildly out-of-scope idea with too much hubris. |
|
I'll say that using git as a database instead of simply SQL leads to a lot of corner cases.
For example, you are inside a transaction from the moment you make a single change to anything.
But the filesystem is conventionally thought of as something that can be shared between sessions.
So I need a git worktree per user.
In both my use-cases there's very few users, but if there were two, and they decide to change things independent of one another, then
One thing you get "for free", though, is authentic preview: Since the final site is a static site, I can just run the generator when the user wants to see a preview.The nice thing about this is that if you remove the admin dashboard, it's just another static site.
It can be maintained perfectly fine with regular git and e.g. VSCode.
Add Nix + Claude and you have an entirely different mode of operation.
Which is what I like about plaintext (Markdown). It's not tied to any one program.