If you're a person who have account in many websites, social media platforms, productivity or finance apps, this website if for you. I developed Profile Keeper because I’m in this situation, I have a profile in many platforms and find difficult to manage them, because I forgot that I created account in such site, maybe forgot the name of the site, or missed the URL for accessing the platform and in many cases I need a platform which bring me the opportunity to perform certain actions, earlier I needed it, found a good platform, got my job made, close the tab, and leave by several weeks until I need it again, but now I don't remember either the name of the site nor the address, I keep my google search activity history off, so I cannot check it to find this site again or find the words I used to make the search.
I searched Google for a website that allow me to manage all my profiles in one single place for free, allow me to create a portable version of my page for sharing with networks or in business presentations, but fail, I didn’t found it, if you're a person who is very active on the web and manage profile in different accounts, probably you're in the same situation. That’s the reason by which I developed Profile Keeper.
What is Profile Keeper
This is a free open source webpage developed with React.js and deployed on GitHub pages, allow its users to save all the sites in which they have a profile or sites that they want to remember later, or direct URL for important pages you want to access later, is free, easy to use, intuitive, secure, every user can access and manage his information without having to create account, is open source, so if you want you can personalize it.

How it works
The site use the local browser storage to save your information and make it persistent, the session not expire, so its information is persistent no while you refresh or close the page, the saved information will remain persistent.
Because the page use local storage, the information is unique for any device.
Also you can export your profiles information to a sharable PDF file, using the export to PDF button.
Main Technology Used
The web page was developed using React.js, HTNML, CSS for the styles, jsPDF for exporting the PDF files
Step by step to use
- Access the page using this link
https://elmerurbina.github.io/profilekeeper/
For saving your site/page fill the four fields you're prompted,
Platform name is the name of the site, page, app or any page you
want to save, give a descriptive name, Icon URL this is the image
link address of the logo or any image you want to add, I included it
for a better visual appearance, you can Google your preferred image,
open the photo and copy the direct link address, ensure that the
link prompt directly to the image, it must finish in .png, .jpg,
.webp, .svg, .jpeg, or any other image extensions. How to copy the
direct image link? If you're in a computer, go to google.com search
your favorite image, open the image, right click on it and click on
copy image address, if you are in a cellphone, go to
google.com/images, search your image, open it, hold the image using
your finger to apply a little pressure on it and then drop your
finger, you'll see various options, click on open image and copy the
URL that appear on the top.

The profile URL field is for pasting the URL or address of the
profile, site, page, blog or any link you want to save, brief
description is a short summary you can add to remember what this
platform or link is about.
Click on save profile, and your info will be saved and you will be
able to see it.
If you want to delete the information, click on the delete button
For accessing the site click here
Considerations to have
Since it use your local browser storage, if you loss your device or delete the browser data, you will lose your saved information.
For managing this problem you can export the entire page to a portable PDF file, using the export to PDF button located at the right top.

How does Profile Keeper stand out
No sign up required: you can use the page without needing to create
account
No ads: The site is totally free and not include ads
Export the page as PDF: this page contain active links, you can
search it with your contacts, in your business presentations, on
network meetings, and so on.
Simple and easy to use
Offline access: you can download the sharable PDF for offline access
Security: your data is not sent to servers, not to cloud providers,
it remains only in your device.
Contribute to the project
We welcome your contributions to make Profile Keeper even better! Here’s how you can get involved:
Explore the Code
The code is hosted on GitHub. Visit the repository here:
Suggest Improvements
Have an idea to improve the project?
Head to the Issues section of the repository.
Click New Issue and provide a clear, descriptive title.
In the description, detail the enhancement you'd like to see. Be
specific to help us understand your suggestion better!
Fix Issues or Add Features
Want to tackle an existing issue or build a new feature? Follow these steps:
Clone the Repository:
git clone https://github.com/elmerurbina/profilekeeper.git
Create a New Branch: Name it feature/your-feature-name to reflect
your contribution.
git checkout -b feature/your-feature-name
Make Your Changes: Use your favorite IDE (e.g., Visual Studio Code)
to implement the updates or fixes.
Push Your Changes:
git push origin feature/your-feature-name
Submit a Pull Request (PR):
Go to the repository on GitHub.
Open the Pull Requests tab and click New Pull Request.
Provide a detailed summary of your changes.
Request a Review: Tag a maintainer or request a review to ensure
your PR is aligned with the project goals.
Tools You’ll Need
To contribute, you'll only need:
Why Contribute?
By contributing, you’ll:
Improve a meaningful open-source project.
Gain experience in collaborative development.
Be part of a supportive and growing community!
We look forward to your suggestions and contributions. Thank you for helping make Profile Keeper even better!
Conclusion
Profile Keeper is a free open source web page in which you can manage all your sites, profiles, pages, important links and many more, all in one place, it is easy to use, intuitive, don't need to create account, for saving the information it uses the local browser storage.