Post Can is a high-transparency viewing interface for content archives. Built with Next.js, it provides a read-only environment to explore posts, monitor community discussions, and inspect the chronological evolution of content through a detailed versioning system.
Check out the platform in action here: View Post Can Live Demo
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000/PostCan with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
We welcome contributions to improve the Post Can viewing experience! To understand how the data is being served or to add new view filters. explore the Actions in src/app/actions to see how server responses are structured.