import './welcome.css'; import boostsCarouselUrl from '../assets/features/boosts-carousel.jpg'; import groupedNotificationsUrl from '../assets/features/grouped-notifications.jpg'; import multiColumnUrl from '../assets/features/multi-column.jpg'; import multiHashtagTimelineUrl from '../assets/features/multi-hashtag-timeline.jpg'; import nestedCommentsThreadUrl from '../assets/features/nested-comments-thread.jpg'; import logoText from '../assets/logo-text.svg'; import logo from '../assets/logo.svg'; import Link from '../components/link'; import states from '../utils/states'; import useTitle from '../utils/useTitle'; function Welcome() { useTitle(null, ['/', '/welcome']); return (

Phanpy

Log in

A minimalistic opinionated Mastodon web client.

Screenshot of Boosts Carousel

Boosts Carousel

Visually separate original posts and re-shared posts (boosted posts).

Screenshot of nested comments thread

Nested comments thread

Effortlessly follow conversations. Semi-collapsible replies.

Screenshot of grouped notifications

Grouped notifications

Similar notifications are grouped and collapsed to reduce clutter.

Screenshot of multi-column UI

Single or multi-column

By default, single column for zen-mode seekers. Configurable multi-column for power users.

Screenshot of multi-hashtag timeline with a form to add more hashtags

Multi-hashtag timeline

Up to 5 hashtags combined into a single timeline.


Built {' '} by{' '} { e.preventDefault(); states.showAccount = 'cheeaun@mastodon.social'; }} > @cheeaun .{' '} Privacy Policy .

); } export default Welcome;