About
Platforms are not for data, but for experience and tools. Atview is built on standard.site and integrates with the Leaflet and Pckt standards, so your content stays interoperable on the AT Protocol.
What you can do here
This site helps you browse authors, read posts, edit and publish articles, and migrate existing work (for example, from Medium). The aim is a straightforward path off closed platforms and between apps in the atproto ecosystem.
Open-source packages
The Atview stack is split into five npm packages. @atview/core is the foundation: APIs for working with documents, engines, and transforms. Add @atview/ui and @atview/docs when you want to render articles in a React app. @atview/xrpc bundles helpers for XRPC and the network layer
- core - data model, providers (including Leaflet and Pckt), and conversion pipelines.
- ui - shared React components for atproto-facing surfaces.
- xrpc - XRPC-oriented utilities and types for app code.
- docs - document rendering and reader-oriented pieces for text-based content.
View the packages on GitHub. The public API is still evolving and may change between releases.