Choose your keepsake
Find the CGpets path that fits the moment.
Custom pet sites usually begin with a product. CGpets begins with the owner moment: a gift, a life story, a desk-side companion, or a partner handoff. Pick the closest path first, then send the pet profile.
Profile-first recommendation
One pet profile can become several outputs.
The finder does not force checkout. It helps owners understand what to send, what CGpets can shape, and which product path should be discussed first.
Moment compass
What are you trying to preserve?
Choose one. The recommendation updates below, and every path still starts with the same private pet profile.
Gift A polished surprise Portrait, print direction or light custom gift.
Memory A life story to keep Album page, memorial profile or family share link.
Companion A daily presence Desk-side concept, reminders and soft personality cues.
Partner A service add-on Clinic, groomer, shelter, studio or local business workflow.
Recommended first path
Custom AI Pet Portrait Direction
Best when the owner wants a clear, beautiful output quickly: framed artwork, phone wallpaper, gift card visual or a polished pet portrait direction.
Send one favorite photo and one clear face photo.
Add the pet name, markings, personality and gift timing.
Use `/pricing/` to confirm range before paid work opens.
Recommended first path
Pet Memory Album or Memorial Keepsake
Best when the pet’s timeline, habits, family messages and gentle tone matter more than a single finished image.
Send photos across time, nicknames and small habits.
Decide whether dates should be included or kept soft.
Keep memorial materials private unless separately approved.
Recommended first path
AI Pet Companion Early Access
Best for owners who want a low-pressure digital presence at work, study or routine moments, shaped by the pet’s habits and voice.
Send expression photos and personality notes.
Describe the reminders or rituals that would feel natural.
Treat it as a concept path, not a medical or emotional support claim.
Recommended first path
Pet Business Keepsake Kit
Best for groomers, clinics, shelters, photographers and boarding services that want a thoughtful post-service add-on without building a full product team.
Define the customer handoff moment first.
Prepare consent wording and private upload rules.
Start with a pilot, not a public checkout promise.
Decision matrix
Quick comparison before you submit the profile.
Moment Best first path Need from owner Next page
Birthday, holiday or surprise gift Portrait direction Clear face photo, name, visual preference Portrait
Loss, life story or family memory Memory album / memorial Photos, dates if wanted, small habits, messages Memorial
Work desk, study, daily routine AI companion concept Personality notes, routines, reminder ideas Companion
Clinic, groomer, shelter or studio Partner keepsake kit Workflow, consent, handoff, pilot scope Partner
Ready to send the profile?
The finder is only the start. The pet profile decides the final direction.
If the photo quality, story notes or timing changes the recommendation, CGpets should tell you before paid work opens.
(function () {
var roots = document.querySelectorAll(‘[data-cgpets-finder]’);
roots.forEach(function (root) {
var buttons = Array.prototype.slice.call(root.querySelectorAll(‘[data-finder-option]’));
var results = Array.prototype.slice.call(root.querySelectorAll(‘[data-finder-result]’));
buttons.forEach(function (button) {
button.addEventListener(‘click’, function () {
var key = button.getAttribute(‘data-finder-option’);
buttons.forEach(function (candidate) {
var active = candidate === button;
candidate.classList.toggle(‘is-active’, active);
candidate.setAttribute(‘aria-selected’, active ? ‘true’ : ‘false’);
});
results.forEach(function (panel) {
panel.classList.toggle(‘is-active’, panel.getAttribute(‘data-finder-result’) === key);
});
});
});
});
})();