Freelance genealogy is currently one of the most sought-after gigs. Find high-paying freelance genealogy jobs online posted by customers looking for family history experts for long-term and short-term projects. Our job-monitoring tool comes with a smart search feature that allows you to sort positions by type, experience, category, and more. Browse through multiple job boards at a time and apply for the best freelance genealogy jobs. Register right now for free!
Job Title | Budget | ||||
---|---|---|---|---|---|
SEPASOFT MES Ignition Expert Needed
|
25 - 100 USD
/ hr
|
13 days ago |
Client Rank
- Excellent
$39 652 total spent
12 hires
5 jobs posted
100% hire rate,
open job
5.00
of 2 reviews
|
||
Job Description:
We are looking for an experienced Ignition SCADA Developer with proven hands-on expertise in Sepasoft MES. The ideal candidate must have worked on real-world projects involving Batch Module, Track & Trace, OEE, and SPC within Sepasoft MES. Experience with Ignition Perspective for HMI development and SCADA integration is also required. Key Responsibilities: • Develop, configure, and deploy Sepasoft MES solutions for industrial automation processes. • Implement Batch Module, Track & Trace, OEE, and SPC functionalities within Sepasoft MES. • Design and optimize SCADA applications using Ignition Perspective. • Ensure seamless data integration between MES, SCADA, ERP, and databases. • Troubleshoot and resolve MES-related issues, ensuring high system reliability and performance. • Work closely with manufacturing and automation teams to ensure MES solutions meet production needs. • Provide documentation, support, and training for MES and SCADA applications. Required Skills & Qualifications: • 3+ years of hands-on experience working on Sepasoft MES projects. • Expertise in implementing and configuring Sepasoft MES modules: o Batch Module (recipe management, batch execution). o Track & Trace (lot tracking, material genealogy). o OEE (equipment efficiency, downtime tracking). o SPC (statistical process control, quality monitoring). • Proficiency in Ignition Perspective for HMI development and industrial visualization. • Strong Python and SQL skills for scripting and data integration. • Experience with PLC communication protocols (OPC UA, Modbus, MQTT, etc.). • Ability to troubleshoot MES and SCADA issues and optimize performance. Preferred Qualifications: • Experience integrating MES with ERP systems and databases. • Strong understanding of manufacturing processes and industrial automation workflows. • Familiarity with SCADA system security best practices. • Experience in cloud-based MES/SCADA solutions is a plus. Project Scope: The project requires a skilled MES developer to implement Sepasoft MES solutions in a manufacturing environment, ensuring efficient production tracking, process optimization, and seamless integration with existing automation systems. If you have hands-on experience with Sepasoft MES and Ignition SCADA, please submit your proposal along with details of past projects.
Skills: Python, SCADA, Automation, Operations Management Software, ERP Software
Hourly rate:
25 - 100 USD
13 days ago
|
|||||
Family & Community Portal
|
not specified | 10 days ago |
Client Rank
- Good
$2 200 total spent
7 hires
6 jobs posted
100% hire rate,
open job
5.00
of 7 reviews
|
||
# WINAGHWA Project Development Guidelines
## Overview The WINAGHWA project is a modular application project where each module is a separate application designed to function independently or integrate with others based on user permissions. The project consists of multiple modules with controlled access and the ability to include AI-driven insights from selected data. ## Project Architecture 1. **Modular (Multiple Apps) Design** - Each module (App) can function independently on its own. - Different modules communicate (integrate) with each other in certain pre-defined ways. As items inside each can be linked together. *(Communication possibly through APIs)* - Users can be granted permissions to single or multiple modules (apps). - Separation of modules should be possible upon permission changes. 2. **User Authentication & Authorization** - Utilize Django's built-in authentication system. - Implement granular permissions for module access and data sharing. - Support role-based access control (RBAC) with custom user roles. 3. **Data Management & Integration** - Store data in appropriate databases per module. - Use API-based or direct database access for integration between modules. - Maintain logging and tracking of data access and modifications. 4. **Linked Modules (Apps)** - Linked module (apps): Contacts (Persons & Organizations), Blog, Event Calendar, News, Figures, Media Gallery (Photos & Videos, and Audio files). - Link could be done via `TAGS` or what the developer sees best serving the purpose. - Link Concept: Suppose there is a blog article about an Event organized by an Organization, so the article is a blog post linked to an event entered in the calendar and the organization. Also the event might have media entries of which a video of a speech presented by a person who might be a contact entry, and so on. 5. **Sharing entries** - Entries in the following modules Blog, Event Calendar, News, Figures, Media Gallery (Photos & Videos, and Audio files) can be shared to social media sites such as Facebook, LinkedIn, etc... ## Modules Breakdown The developer(s) might have another say in this area, but for now below is the general idea of which applications should the project consist of. ### 1. Security & Project Permissions - User registration, login, and logout via Django authentication, in addition to most commonly used third party authentication providers like Google, Facebook and others. - User Roles (Groups). - User/Groups permissions. - User Profiles *(Could be linked to Contacts module (app)*. ### 2. Contacts - Persons *(This could be linked to the users as Users Profiles)*. A contact might be working in an organization. - Organizations. ### 3. Website - Static pages: Home, History, About Us, Contact Us. - Dynamic pages: Latest news and articles dynamically updated. ### 4. Blog - Specific users can create and manage blog posts. Just like a news paper where there are columnists *(regular writers)* and Editors who can write posts and also approve posts by columnists and registered users who requested a post to be published. - Registered users can reques to have an article published via a form. - Registered users can comment on posts with appropriate permissions. *(Or not)* - Moderation tools for managing content. ### 5. Event Calendar - App moderators (admins) handle the entry for events entered to the calendar - Calendar Entries can be requested to be added via a form submitted by the registered users *(according to their roles)*. ### 6. Gallery - Photos, Videos, and Audio files can be uploaded by moderators. - Registered users can reques to media items published via a form. ### 7. Private Source - Integrate with an MSSQL database containing over 4 million records. - Provide restricted search and import capabilities. - Implement strict access controls to ensure data security. ### 8. Family Tree - Store and manage genealogical records. - Each user maintains a private dataset of family members. - Each person record entered has a link to: * Father and/or Mother from the same persons table. * None: In this case he's considered the root of the family tree afterwards. - Relationships/kinship is determined through complex query logic that I will be adding myself gradually. - Data-sharing mechanisms with permission control. *(Future feature)* - Special permission for users so they can import records from the Private Source. ### 9. Adiga Tribes/Genealogy - Dedicated genealogy module for Adiga Tribes. - Can function independently or integrate with Family Tree. - Users can link persons to specific tribes. ## AI Integration Strategy This not very important to in phase one, but to consider while designing other modules (apps) in case it is relevant. 1. **Data Selection & Access Control** - Define which datasets are AI-accessible. - Provide an interface for administrators to allow/disallow AI access per dataset. 2. **Machine Learning & AI Processing** - Train AI models based on available data. - Enable users to query AI for insights within their permission scope. - AI should provide recommendations based on linked records across modules. 3. **AI-Driven Features** - Automated relationship suggestions in Family Tree. - Predictive search enhancements for Private Source. - Intelligent content recommendations for Blog. - Historical and genealogical pattern recognition. ## Deployment & Scaling 1. **Development & Testing** - Utilize Docker for consistent environments. - Docker implementation should allow for data persistence. - Implement automated testing strategies. - Continuous Integration/Continuous Deployment (CI/CD) setup. 2. **Production Setup** - Use scalable database solutions (PostgreSQL for main modules, MSSQL for Private Source). - Implement caching for performance optimization. - Ensure robust security practices (e.g., encryption, secure API access). 3. **Monitoring & Maintenance** - Implement logging and monitoring solutions. - Regular security audits and data integrity checks. - Provide an admin dashboard for managing integrations and permissions.
Skills: Full-Stack Development, Django, Docker
Budget:
not specified
10 days ago
|
|||||
Translation of Jewish Romanian Vital Records from the 1890s
|
50 USD | 8 days ago |
Client Rank
- Good
$537 total spent
9 hires
6 jobs posted
100% hire rate,
open job
5.00
of 9 reviews
|
||
I am seeking a skilled translator to help me translate two vital records written in Romanian from the 1890s, specifically related to Jewish heritage. The documents are historical in nature, and accuracy is crucial. Familiarity with Romanian and Jewish cultural contexts, as well as experience in translating historical documents, is essential. If you have a passion for genealogy and can deliver precise translations, I would love to hear from you!
Skills: Romanian, English to Romanian Translation, Romanian to English Translation, Translation
Fixed budget:
50 USD
8 days ago
|
|||||
French Genealogy Connection Support
|
18 - 28 USD
/ hr
|
8 days ago |
Client Rank
- Risky
$186 total spent
1 hires
1 jobs posted
100% hire rate,
open job
0.00
of 1 reviews
USA
|
||
Looking for support in connecting the dots in my client's family tree to a famous painter, Jean Siméon Chardin. There is already substantial work done in establishing some family tree, especially within America, however, the French side is still a bit unknown/needs more help.
This is a side project to help with my client's career within the art world. We will need official documentation to prove his connection to the painter Chardin. A person who is on the ground in France or has access to census documents in France is preferred. I am available via video chat, call, and email to discuss futher.
Skills: French, Genealogy, Research Documentation, English
Hourly rate:
18 - 28 USD
8 days ago
|
|||||
AI Research Agent Development for Property Owner Analysis
|
not specified | 4 days ago |
Client Rank
- Excellent
$53 918 total spent
165 hires
102 jobs posted
100% hire rate,
open job
4.89
of 107 reviews
|
||
We are seeking a skilled developer to create an AI research agent focused on gathering data about property owners. The agent should utilize skip tracing methodologies, analyze obituaries, access property records, and explore genealogy resources. The ideal candidate will have a strong background in AI development and data mining, along with experience in real estate research. This project aims to enhance our research capabilities and streamline the process of obtaining vital information about property owners efficiently.
Skills: Market Research, Microsoft Excel, Data Mining
Budget:
not specified
4 days ago
|
|||||
Experienced Genealogist Needed for Family History Research
|
20 - 35 USD
/ hr
|
4 days ago |
Client Rank
- Good
$1 463 total spent
5 hires
3 jobs posted
100% hire rate,
open job
4.91
of 3 reviews
|
||
I am looking for an experienced genealogist to assist in researching and documenting our family history. The project involves thorough research on both sides of my family tree, ensuring accuracy and detail in the lineage. The ideal candidate will have a strong background in genealogy, familiarity with historical records, and the ability to present findings in a clear and organized manner. If you are passionate about family history and can help uncover our roots, I would love to hear from you.
Skills: Topic Research, Research Methods, Information Literacy
Hourly rate:
20 - 35 USD
4 days ago
|
|||||
Genealogist Wanted to Build Private Family Tree & Set Up AI-Powered Research Stack (Notion + Gramps)
|
30 - 40 USD
/ hr
|
2 days ago |
Client Rank
- Good
$6 470 total spent
15 hires
12 jobs posted
100% hire rate,
open job
4.47
of 10 reviews
|
||
I’m looking for an experienced genealogist to help me set up a modern, privacy-first family tree system and begin building out my family history.
I have a few known family lines (Lawrence family of Flushing, NY and Sedgwick family of Massachusetts) with Revolutionary War roots — and I’d like to go deeper while keeping everything organized, private, and future-proofed. I do not want to use commercial platforms like Ancestry.com — instead, I want to build a system around: 🔧 Tech Stack: • Gramps (for local, detailed tree building and GEDCOM management) • Notion (as a shared research and collaboration hub — AI-friendly) • Dropbox or Proton Drive (for secure file storage of records, photos, etc.) • AI tools (ChatGPT, Claude, or local LLMs) to generate ancestor bios, summarize records, and enrich timelines 📌 Your Role: • Set up the above stack (if needed, propose improvements) • Begin building out my tree using historical records and existing info I provide • Organize materials in Notion (people, events, photos, sources) • Generate a few sample ancestor bios using AI (we can provide prompts) • Create an ongoing workflow I can continue or bring others into ✅ Ideal Candidate: • Strong genealogy research experience (especially with early American/colonial families) • Comfortable with modern tools like Notion, Dropbox, and possibly Gramps • Bonus: familiarity with ChatGPT or other AI tools for content generation • Able to collaborate asynchronously and document clearly ⸻ To Apply: Please share: 1. A short note about your experience with genealogy research and family tree tools 2. Any examples of trees you’ve built or systems you’ve set up 3. Whether you’re familiar with (or open to) tools like Gramps and Notion 4. Your availability and hourly/project rate Looking forward to working with someone who cares about both historical accuracy and modern workflows!
Skills: Genealogy
Hourly rate:
30 - 40 USD
2 days ago
|
|||||
Heir Location - Finding lost heirs
|
not specified | 2 days ago |
Client Rank
- Medium
$903 total spent
6 hires
4 jobs posted
100% hire rate,
open job
5.00
of 2 reviews
|
||
Subject: Inquiry Regarding Heir Search for David Sobcoviak
Hi, I’m currently assisting with locating the next of kin for David Sobcoviak, who passed away on February 22, 2024. The probate case is open in Wisconsin. The court listed a point of contact, but it appears to have been an error — they linked it to a “Sobkoviak,” who seems to be unrelated. I’ve spoken with several neighbors who confirmed David had no children, no surviving spouse, and no known immediate family. I’ve begun researching his late wife, who passed away in 2017. Her obituary mentions cousins in Colorado and California. For reference, here is the link: https://www.legacy.com/us/obituaries/jsonline/name/rita-sobcoviak-obituary?id=3301320 Using her maiden name (Stanaway), I’ve identified a few potential connections, but I’m having trouble confirming relationships or locating accurate contact information. I’d like to help prevent the estate from escheating to the state if eligible heirs do exist. To clarify, I’m trying to identify someone who falls within Wisconsin’s legal order of intestate succession, which generally follows this order: 1. Spouse 2. Children 3. Parents 4. Siblings 5. Nieces/Nephews 6. Grandparents 7. Aunts/Uncles 8. First cousins 9. First cousins once removed (cousins’ children) Any direction, guidance, or records access would be greatly appreciated. If there’s a better contact for this or a researcher you recommend, I’m happy to connect. I can also cover any related research costs if needed. I’ve left out the case numbers for now, but I’m happy to include them once we’ve confirmed this is something you can assist with. Thank you for your time and consideration. Best, Chandler
Skills: Online Research, Research Methods, Genealogy
Budget:
not specified
2 days ago
|
|||||
Irish Genealogist Needed for Family Tree Research
|
20 - 70 USD
/ hr
|
1 day ago |
Client Rank
- Excellent
$22 573 total spent
12 hires
7 jobs posted
100% hire rate,
open job
5.00
of 8 reviews
|
||
We are seeking an experienced Irish genealogist to assist us in locating several missing individuals from our family tree. The ideal candidate will have a deep understanding of Irish ancestry records and databases. Your expertise will help us connect the dots and uncover our family's history. If you are passionate about genealogy and have a proven track record in Irish research, we would love to hear from you. Please provide examples of your previous work in this area.
Skills: Topic Research, Research Methods, Information Literacy
Hourly rate:
20 - 70 USD
1 day ago
|
|||||
Tracing back family
|
not specified | 1 day ago |
Client Rank
- Risky
|
||
I have always heard from my family that my great great grandmother (GGGM) fled with her young daughter (my great grand mother) (GGM), during World War 1, when ottomon empire fell. She escaped with my great great grandfather (GGGF) as he was a soldier in the indian army (present day India/Pakistan). We heard that my GGGF used to take care of their horses and there were cars that she owned. I have a very very very bad photocopy of a photocopy of my GGGM 's passport which is in French (again dont know why), difficult to decipher. My GGGF and GGGM shifted to Pakistan and then spent their life in Pakistan (in Hazara, a small city in Pakistan). I am trying to find a picture of them as well. I am attaching the copies here. Let me know if something could be done to trace her family and like what might have happened. Who she was?
Skills: English, Turkish, Essay Writing, Turkish to English Translation, Technical Editing, Scientific Research, FamilyID, Language Studies, Academic Writing, English to Turkish Translation, Genealogy, Translation, Technical Translation, Proofreading
Budget:
not specified
1 day ago
|
|||||
Canva Designer Needed for Premium Family History Booklet Template
|
35 - 50 USD
/ hr
|
17 hours ago |
Client Rank
- Medium
|
||
Hi there,
I’m launching a premium digital product on Etsy: a customizable Canva template that helps genealogy enthusiasts turn their Ancestry.com research into a beautiful, gift-worthy family history booklet. This is not a basic printable. I’m looking for a top-tier designer to create something that feels like a modern heirloom—clean, emotional, and polished enough to print or gift to loved ones. This is expected to be a 15–20 hour project over 2–3 weeks, with potential for more template work after this launch. What I Need: 30–40-page Canva template, fully editable by the end user Layouts for: * Cover, dedication, and “how to use” pages * Family trees (3–5 generations) * Ancestor profile pages with space for images & story prompts * Family timelines, migration maps, cultural traditions * Pages for scanned records, heirlooms, and photo collages * Reflections, legacy letters, and continuation pages You Might Be a Fit If: * You have experience designing workbooks, digital products, or brand guides * You have a great eye for typography, white space, and hierarchy * You’ve created editable templates in Canva before (portfolio links, please!) * You understand how to elevate simple content into something gift-worthy Bonus: You’ve worked on Etsy listings, genealogy projects, or grief/family memory books The final product should be: * Clean, calm, emotionally resonant (not scrapbook-y) * Designed for print or digital use * Built entirely in Canva (free version) * Delivered with a PDF version + a quick instruction page
Skills: Canva, Template Design, Print Design, Typography, Graphic Design, Layout Design, Ebook Design
Hourly rate:
35 - 50 USD
17 hours ago
|
Streamline your Upwork workflow and boost your earnings with our smart job search and filtering tools. Find better clients and land more contracts.