···11+MIT License
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy
44+of this software and associated documentation files (the "Software"), to deal
55+in the Software without restriction, including without limitation the rights
66+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77+copies of the Software, and to permit persons to whom the Software is
88+furnished to do so, subject to the following conditions:
99+1010+The above copyright notice and this permission notice shall be included in all
1111+copies or substantial portions of the Software.
1212+1313+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1414+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1515+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1616+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1717+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1818+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919+SOFTWARE.
+15-1
README.md
···22ATProto User Intents / AI-PREF Demo
33===================================
4455-https://tangled.sh/@bnewbold.net/user-intents
55+- Git repo: https://tangled.sh/@bnewbold.net/user-intents
66+- ATProto User Intents config web app: https://demo.user-intents.org
77+- Bluesky app with AI-PREF headers patch: https://social-app-pr-8676.onrender.com/
88+- Tool for inspecting repo records: https://astrolabe.at/at/alt.robocracy.org/org.user-intents.demo.declaration/self
99+1010+Other resources:
1111+1212+- User Intents proposal: https://github.com/bluesky-social/proposals/blob/main/0008-user-intents/README.md
1313+- AI-PREF Vocabulary I-D: https://datatracker.ietf.org/doc/draft-ietf-aipref-vocab/
1414+- AI-PREF Attachment I-D: https://datatracker.ietf.org/doc/draft-ietf-aipref-attach/
1515+1616+1717+## License
1818+1919+This open source project is published under the [MIT License](http://opensource.org/licenses/MIT)
+5-1
home.html
···11{{ define "content" }}
22-This is home!
22+<p>This is a demo tool which allows atproto accounts to configure a reuse declaration for their public data. You can read more about this atproo mechanism in the <a href="https://github.com/bluesky-social/proposals/tree/main/0008-user-intents">"User Intents for Data Reuse" proposal</a> from March 2025. Any account in the atproto network (including Bluesky accounts) can use this tool via OAuth. The source code for this demo is linked above.
33+44+<p>This demo was originally created at the <a href="https://www.ietf.org/meeting/123/">IETF 123 Hackathon</a> to show how these preference declarations can be used to set a `Content-Usage` HTTP header when accessing Bluesky profile information on the web. It maps the atproto declaration to the <a href="https://ietf-wg-aipref.github.io/drafts/draft-ietf-aipref-vocab.html">draft aipref vocabulary</a> and uses the <a href="https://ietf-wg-aipref.github.io/drafts/draft-ietf-aipref-attach.html">draft aipref HTTP header attachment mechanism</a>.
55+66+<p>A companion demo of the Bluesky app making use of these records is online (for now) at <a href="https://social-app-pr-8676.onrender.com/">social-app-pr-8676.onrender.com</a>. You do not need to log in; simply browse to a public profile page. The source code for that demo is available <a href="https://github.com/bluesky-social/social-app/pull/8676">as a PR on Github</a>.
37{{ end }}