Where memories transcend time - A modern digital memorial platform for preserving legacies and celebrating lives.
Remembrance.io is a compassionate digital platform that transforms how we remember and celebrate the lives of those who have passed. By combining modern web technology with thoughtful design, we create eternal digital spaces where memories, stories, and legacies are preserved for generations to come.
In our digital age, memories scattered across social media platforms, photo albums, and devices often fade or become lost. Remembrance.io provides a centralized, beautiful, and permanent home for these precious memories, ensuring that the stories of our loved ones continue to inspire and connect families across time and distance.
- Create stunning, personalized memorial pages
- Interactive timelines showcasing life journey
- Unlimited photo, video, and audio uploads
- Custom themes and layouts
- Collaborative memory sharing from family & friends
- Virtual candle lighting and flower offerings
- Guestbook for condolences and stories
- Anniversary and birthday reminders
- Memory Tree that grows with each contribution
- QR codes for physical grave markers
- AI-powered legacy chat (Premium)
- Time capsule messages for future delivery
- Blockchain-verified permanence options
- Privacy controls and family access management
- GDPR compliant data handling
- Automated backups and redundancy
Visit remembrance.io to experience the platform
Demo Account:
- Email: demo@remembrance.io
- Password: RememberForever2024
- Frontend: React 18, Redux Toolkit, Tailwind CSS
- Backend: Node.js, Express.js, GraphQL
- Database: PostgreSQL, Redis (caching)
- Storage: AWS S3, Cloudinary (media processing)
- AI/ML: OpenAI API for legacy chat features
- Blockchain: Ethereum for permanence certificates
- Deployment: Docker, Kubernetes, AWS
- Node.js 18+
- PostgreSQL 14+
- Redis 6+
- AWS Account (for S3)
# Clone the repository
git clone https://github.com/yourusername/remembrance-io.git
cd remembrance-io
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Edit .env with your configuration
# Run database migrations
npm run migrate
# Start development server
npm run dev
# Access at http://localhost:3000