pub fn login_page() -> &'static str { r#" @me - login

@me

"# } pub fn app_page(did: &str) -> String { format!(r#" @me
i
logout

@me - your at protocol identity

in decentralized social networks, you own your identity and your data lives in your personal data server (pds).

third-party applications create records in your repository using different lexicons (data schemas). for example, bluesky creates posts, white wind stores blog entries, tangled.org hosts code repositories, and frontpage aggregates links - all in the same place.

this visualization shows your identity at the center, surrounded by the third-party apps that have created data for you. click an app to see what types of records it stores, then click a record type to see the actual data.

@
loading...
tap for details
loading...
"#, did) }