• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
nbbaier

nbbaier

twtxt-feed

Public
Like
twtxt-feed
Home
Code
2
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
9/17/2025
Viewing readonly version of main branch: v2
View latest version
README.md

Twtxt Feed Viewer

A clean, minimal web application for viewing twtxt.txt feeds in a beautiful card-based timeline format.

Features

  • Enter any twtxt.txt feed URL
  • Clean, responsive card-based design
  • Parses RFC3339 timestamps and metadata
  • Mobile-friendly interface using Tailwind CSS

Project Structure

├── backend/
│   └── index.ts             # Main HTTP server with CORS proxy
├── frontend/
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # React frontend entry point
│   └── components/
│       ├── App.tsx          # Main app component
│       ├── FeedInput.tsx    # URL input component
│       └── TweetCard.tsx    # Individual tweet card component
├── shared/
│   └── types.ts             # Shared TypeScript types
└── README.md

Usage

  1. Enter a twtxt.txt feed URL in the input field
  2. Click "Load Feed" to fetch and display the timeline
  3. View posts in a clean, card-based format with timestamps

Twtxt Format

Supports the standard twtxt format:

  • RFC3339 timestamps followed by TAB character
  • UTF-8 encoded with LF line separators
  • Metadata parsing (nickname, avatar, description)
  • One status update per line
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.