Skip to content

TolqaDev/Lovers-Memory-Wall

Repository files navigation

💖 Lovers Memory Wall

Lovers Memory Wall is a beautifully crafted static memory board built with Next.js, designed for couples to celebrate love, memories, and promises. Each message, image, or video is hardcoded into the system — allowing for a personal, long-lasting, and emotion-rich digital gift experience.


✨ Features

  • 📸 Static & Fast: All messages and memories are statically generated. No backend or database required.
  • 💬 Structured Emotional Timeline: Divided into sections like memories, apologies, and promises.
  • 🎥 Multimedia Support: Embed images or videos with each memory.
  • 🧠 Easy to Customize: You can edit the JSON file to add your own messages.
  • 🧡 Romantic UI/UX: Focused on feelings — soft transitions, clean design, mobile-friendly.
  • 🔓 Open Source: MIT-licensed — free to clone, remix, and personalize.

🧠 Use Case

This project is perfect for:

  • 💌 Creating a meaningful digital memory wall for your partner
  • 🎁 A heartfelt online anniversary or Valentine’s Day gift
  • 🌐 Showcasing front-end skills with a sentimental twist
  • 💼 Adding creative, emotional projects to your portfolio


🛠️ Getting Started

Requires: Node.js 18+ and Yarn or npm

# 1. Clone the repository
git clone https://github.com/TolqaDev/lovers-memory-wall.git

# 2. Navigate to project folder
cd lovers-memory-wall

# 3. Install dependencies
npm install
# or
yarn

# 4. Run in development mode
npm run dev
# or
yarn dev

# 5. Open http://localhost:3000 in your browser

✍️ Customizing Your Wall

All message content lives inside:

/app/page.tsx

Each item follows a structured format:

{
  id: "memory1",
  type: "memory",
  content: {
    date: "Title",
    title: "Subtitle",
    message: "Your message here...",
    emoji: "🌸",
    isMe: true,
    mediaType: "image",
    mediaUrl: "/memory1.jpg"
  }
}

You can add, remove or rearrange the items to shape your own story.


🚀 Deploy

You can deploy this project for free using:


🔒 Privacy & Ethics

This project is designed for personal and emotional use. All data is stored locally in the repo and is not connected to any backend or database.

If you plan to host a public version, please make sure you do not expose sensitive or real user data.


🪪 License

This project is released under the MIT License.
Feel free to clone, fork, remix and share.


📣 Author

Created with ❤️ by Tolga (TolqaDev)

If you like it, star ⭐ the repo and spread the love 💌


🌐 SEO Keywords (for discoverability)

Next.js memory wall, romantic message web app, digital gift for couples, static lovers wall, emotional website open source, valentines day web project, heartfelt React project, customize your love story, build a memory timeline

About

A static lovers' memory wall built with Next.js — create and share romantic messages, memories, and quotes for couples. Fully customizable, open-source, and perfect for digital gift experiences or portfolio showcases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors