Skip to content

Repository files navigation

StashIt - Your Personal Information Manager

StashIt is a modern web application built with Next.js that helps you save, organize, and manage your personal information, recipes, and other content from around the web. With its clean and intuitive interface, you can easily store and retrieve your favorite content in one centralized location.

Features

  • Save and organize content from web URLs
  • Powerful search functionality
  • Categorize entries with tags and categories
  • Responsive design for desktop and mobile
  • Image preview support
  • Fast and efficient performance
  • Clean and intuitive user interface

Tech Stack

Getting Started

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/stashit.git
cd stashit
  1. Install dependencies:
npm install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the application.

Project Structure

stashit/
├── src/
│   ├── app/              # Next.js app directory
│   │   ├── api/          # API routes
│   │   ├── components/   # React components
│   │   └── pages/        # Application pages
│   └── types/            # TypeScript type definitions
├── data/                 # Local data storage
├── public/               # Static files
└── ...config files

Features in Detail

URL Content Scraping

  • Automatically extracts title, content, and images from web pages
  • Supports various content types and layouts

Content Organization

  • Flexible categorization system
  • Tag-based organization
  • Full-text search capabilities

Modern UI/UX

  • Responsive design for all devices
  • Dark mode support
  • Clean and intuitive interface
  • Real-time updates

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages