About

Save articles. Read offline. Your data, your control.

About Stash It

Stash It is a local-first, offline-capable "save it later" app inspired by Pocket. Built with Flutter for true cross-platform support.

Why We Built This

We believe your reading list should be truly yours. No accounts required, no tracking, no cloud lock-in. Save articles to read offline, anytime, anywhere.

  • Privacy-First: Your data never leaves your device
  • Offline by Default: Works without internet connection
  • Open Source: Transparent, community-driven development

Architecture

Stash It uses Clean Architecture with a feature-first folder structure:

lib/
├── core/           # Router, Theme system
├── features/
│   ├── articles/   # Domain, Data, Presentation
│   └── settings/   # App preferences
└── shared/         # Reusable widgets

Documentation

About This Site

  • Source in /astro
  • Build uses npm run build to generate a static dist/ folder
  • CI workflow deploys dist/ to GitHub Pages when a GitHub Release is published