Web-based AP explorer thingy

It occurs to me that a few pieces of kepi’s tests could make the back end for a AP server-to-server web explorer tool. For example: you enter @username@host, the tool calls webfinger on host and validates it, etc, then looks up the user; it shows the collections they have available; you can browse them.

I could make this, but would it be duplicating work, and would it be useful? If there’s already something like this, I’d like to know, because it would make my life easier with kepi testing.

1 Like

Not exactly what you describe but close: https://json.blinry.org/

2 Likes

Something like that! But with some validation.

@marnanel could you use a more descriptive title? Maybe “Is there a Web-based AP explorer, or should I make one?” … also there is a Testing category that may be a better fit for this topic.

Just stumbled on this thread - I made BrowserPub public a few days ago which sounds kind of like what is being discussed here

:point_right: https://browser.pub/

Still in early development, but already an easy way to lookup the underlying AP for a given URL or webfinger handle

It does have a validation model, but the warnings are not surfaced in the UI nicely yet, still working on that.

The JSON view is clickable though, so you can go from link to link.

3 Likes