📚
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
- Product Vision - Why we're building this
- User Stories - Feature requirements
- UX Design - Wireframes and user flows
- Design System - Colors, typography, spacing
About This Site
- Source in
/astro - Build uses
npm run buildto generate a staticdist/folder - CI workflow deploys
dist/to GitHub Pages when a GitHub Release is published