{"id":1531,"date":"2026-09-25T04:21:22","date_gmt":"2026-09-25T04:21:22","guid":{"rendered":"https:\/\/geeksmob.com\/?p=1531"},"modified":"2026-09-25T04:21:23","modified_gmt":"2026-09-25T04:21:23","slug":"how-to-create-your-family-tree-for-free-using-your-cell-phone","status":"publish","type":"post","link":"https:\/\/geeksmob.com\/en_au\/como-montar-sua-arvore-genealogica-gratis-pelo-celular\/","title":{"rendered":"How to Create Your Family Tree for Free Using Your Cell Phone"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Have you ever been curious to find out? <strong>Who were your ancestors, where did your family come from, and what stories lie behind your surname?<\/strong>Today, it&#039;s no longer necessary to spend hours researching old documents. With a genealogy app, it&#039;s possible to start... <strong>Build your family tree directly from your cell phone.<\/strong>.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/2lf2gAl7_1C_0UiLTvbn-0NB50BtjXQPpq63H1zHag3NH4jyxowSwkAPUP8qbBAOhsuveYnWaXe139IMxc7TAME=w240-h480-rw\" alt=\"FamilySearch Tree\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">FamilySearch Tree<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,3<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">36,337 reviews<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10 mi+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">downloads<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/en_au\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=org.familysearch.mobile&#038;hl=pt_BR\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Install on Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/geeksmob.com\/en_au\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/familysearch-rvore\/id885982973?utm_source=chatgpt.com\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Install from Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p class=\"wp-block-paragraph\">One of the best-known options for this purpose is... <strong>FamilySearch<\/strong>, a platform focused on genealogical research that allows you to create and organize a family tree for free.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is FamilySearch?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">O <strong>FamilySearch<\/strong> It is a genealogy platform that brings together tools for researching ancestors and recording information about different generations of the family.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Through the app <strong>FamilySearch Tree<\/strong>, You can add your parents, grandparents, great-grandparents, and other relatives, gradually building a representation of your family history.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to names, it is also possible to register <strong>Dates and places of birth, marriage, and death.<\/strong>, Add photos and save other important information about each family member.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to create your family tree using your cell phone?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">After installing the app, you can create a free account and start with the information you already know.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ideally, you should start by doing it yourself and then add your own. <strong>parents and grandparents<\/strong>. Based on this initial information, you can continue adding new generations as you find data about your relatives.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A good strategy is to talk to older relatives. Ask for full names, cities where family members were born, approximate dates, and the names of their parents and grandparents. These small details can be very helpful during genealogical research.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Find records of your ancestors.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the interesting features of FamilySearch is access to a large collection of <strong>historical and genealogical records<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Depending on the availability of documents for a particular person, region, and period, records relating to birth, marriage, death, and other events may exist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you find a possible record, it&#039;s important to carefully check names, dates, locations, and related relatives before concluding that the document actually belongs to your ancestor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The more accurate information you include, the more organized your research will be.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Keep photos and stories of the family.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A family tree doesn&#039;t have to be just a sequence of names and dates. You can also preserve... <strong>old photographs, mementos and family stories<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This transforms the tree into a kind of digital family archive, allowing important information to be preserved and shared with future generations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Imagine being able to visualize your great-grandparents, great-great-grandparents, and other generations while discovering where they lived and how different parts of the family are connected.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Is it worth creating your family tree?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For those curious about their origins, creating a family tree can be a very interesting experience. The most important thing is to start with the information available and move forward gradually.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the <strong>FamilySearch Tree<\/strong>, Much of this process can be done directly from your smartphone, and for free.<\/p>","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea j\u00e1 teve curiosidade para descobrir quem eram seus antepassados, de onde sua fam\u00edlia veio e quais hist\u00f3rias existem por tr\u00e1s do seu sobrenome? Hoje, n\u00e3o \u00e9 mais necess\u00e1rio passar horas pesquisando documentos antigos. Com um aplicativo de genealogia, \u00e9 poss\u00edvel come\u00e7ar a montar sua \u00e1rvore geneal\u00f3gica diretamente pelo celular. Uma das op\u00e7\u00f5es mais conhecidas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1526,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":["post-1531","post","type-post","status-publish","format-standard","has-post-thumbnail","category-aplicativos"],"_links":{"self":[{"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/posts\/1531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/comments?post=1531"}],"version-history":[{"count":1,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/posts\/1531\/revisions"}],"predecessor-version":[{"id":1532,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/posts\/1531\/revisions\/1532"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/media\/1526"}],"wp:attachment":[{"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/media?parent=1531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/categories?post=1531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geeksmob.com\/en_au\/wp-json\/wp\/v2\/tags?post=1531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}