<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Case Studies - Lumen Spei</title>
	<atom:link href="https://lumenspei.com/category/case-studies/feed/" rel="self" type="application/rss+xml" />
	<link>https://lumenspei.com</link>
	<description>Digital transformation is a web 3.0 experience</description>
	<lastBuildDate>Fri, 26 Jan 2024 09:42:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://lumenspei.com/wp-content/uploads/2022/01/cropped-favicon-32x32-1-32x32.png</url>
	<title>Case Studies - Lumen Spei</title>
	<link>https://lumenspei.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OKR Copilot: A ChatGPT-Powered App That Generates Personalized OKRs</title>
		<link>https://lumenspei.com/okr-copilot-a-chatgpt-powered-app-that-generates-personalized-okrs/</link>
		
		<dc:creator><![CDATA[Miloš Videnović]]></dc:creator>
		<pubDate>Fri, 26 Jan 2024 09:21:36 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<guid isPermaLink="false">https://lumenspei.com/?p=4699</guid>

					<description><![CDATA[<p>The task at hand was to seamlessly integrate the open-source ChatGPT functionality into a personalized React app, paving the way for the creation of OKR Copilot, a revolutionary tool designed to revolutionize the way our client sets and achieves their objectives. This is how... </p>
<div><a href="https://lumenspei.com/okr-copilot-a-chatgpt-powered-app-that-generates-personalized-okrs/" class="btn-link">READ MORE</a></div>
<p>The post <a href="https://lumenspei.com/okr-copilot-a-chatgpt-powered-app-that-generates-personalized-okrs/">OKR Copilot: A ChatGPT-Powered App That Generates Personalized OKRs</a> first appeared on <a href="https://lumenspei.com">Lumen Spei</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><b>The task at hand was to seamlessly integrate the open-source ChatGPT functionality into a personalized React app, paving the way for the creation of OKR Copilot, a revolutionary tool designed to revolutionize the way our client sets and achieves their objectives. This is how it went.<br />
</b></p>
<h2><b>Client and goal</b></h2>
<p><span style="font-weight: 400;">The client was the Croatian business consulting company <a href="https://www.best-advisory.eu/">Best Advisory</a>. They are a company that helps small and medium businesses become more successful by guiding them to achieve digital transformation, offers strategic consulting, and helps achieve sustainable and responsible business. </span></p>
<p><span style="font-weight: 400;">They already have numerous partners and clients. Best Advisory approached us with a request to build AI-powered software that will help their clients create reasonable and achievable key performance indicators. </span></p>
<p><span style="font-weight: 400;">This idea was born from a simple need – you don’t need years of experience to create achievable OKRs (Objectives and Key Results), but you can use access to AI to create some for you. That is how the idea of OKR-copilot moved into the phase of a project.</span></p>
<h2><b>Product Description</b></h2>
<p><span style="font-weight: 400;"><a href="https://okr-copilot.com/">OKR Copilot</a> is a React web app, which uses the <a href="https://openai.com/blog/openai-api">OpenAI API</a> to generate precise OKR-s. It allows users to be as precise as possible by selecting their business vertical, their previous KPIs, their business goals, the number of employees, etc. By imputing this information, the user gets a precise response from the AI service with suggestions of what OKRs should the business focus on in the next period. </span></p>
<h2><b>Applied technologies</b></h2>
<h4><b>Here are the technologies our team applied to deliver the app </b></h4>
<p><span style="font-weight: 400;"><strong>React</strong> &#8211; React is used for building user interfaces, especially for single-page applications where components can be reused to manage and update the UI efficiently. The frontend of OKR Copilot application is written using React as a programming language.<br />
</span></p>
<p><span style="font-weight: 400;"><strong>Java</strong> &#8211; Java is a versatile, object-oriented programming language used for building a wide range of applications. It is known for its portability and platform independence. We used Java to build the backend of OKR Copilot application.</span></p>
<p><span style="font-weight: 400;"><strong>Firebase</strong> &#8211; Firebase is a platform developed by Google that provides various services for developing web and mobile applications. It includes features like authentication, real-time database, cloud functions, hosting, and more. In order to keep the application secure, we used Firebase authentication for user management. </span></p>
<p><span style="font-weight: 400;"><strong>OpenAI</strong> &#8211;  It provides open-source tools and APIs for building and experimenting with AI models. We used Open AI capabilities to prompt responses for creating the OKR-s. </span></p>
<p><span style="font-weight: 400;"><strong>Typescript &#8211;</strong> TypeScript is a statically typed language that compiles to plain JavaScript. It adds static typing and other features to help developers catch errors during development. Typescript was used for ease of programming.<br />
</span></p>
<p><span style="font-weight: 400;"><strong>SQL</strong> &#8211; SQL is a domain-specific language used for managing and manipulating relational databases. It is used to define, query, and manipulate data in databases. This was our primary tool for constructing the database which will contain all the information relevant to the users.</span></p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4705" src="https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login.jpeg" alt="OKR copilot login page" width="1911" height="952" srcset="https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login.jpeg 1911w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login-300x149.jpeg 300w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login-1024x510.jpeg 1024w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login-768x383.jpeg 768w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login-1536x765.jpeg 1536w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-login-900x448.jpeg 900w" sizes="(max-width: 1911px) 100vw, 1911px" /></p>
<h2><b>Development process</b></h2>
<p><span style="font-weight: 400;">The project idea was simple enough, with enough challenges to bring the unavoidable complexity. </span></p>
<p><span style="font-weight: 400;">Firstly, to be able to do anything, we needed to allow users to register and log into the app. This was done with Google’s Firebase service for authenticating users. We also allowed the users to sign up for the app with their Google account. This was the standard procedure our company uses in most of the projects we do. </span></p>
<p><span style="font-weight: 400;">Secondly, we needed to connect the OpenAI with our system, via their open API. </span></p>
<p><span style="font-weight: 400;">The most important process that needed to be created was the prompt for the ChatGPT. The response from the AI needed to be personalized for each user, depending on multiple factors that are unique for each company. These factors include the size of the company, location, and department for which the OKRS are being generated. Also, we needed to guide the AI to generate OKRs that will be compatible with the company&#8217;s vision, as well as their industry vertical and strategic goals. </span></p>
<p><span style="font-weight: 400;">Thirdly, in cooperation with the client, we decided that it would be a good idea to generate three responses so that users could choose between the generated responses. Afterward, this feature was upgraded to allow users to generate up to 10 responses if they were not satisfied with the results in the first place. </span></p>
<p><span style="font-weight: 400;">Lastly, we added the feature to send the responses via email.</span></p>
<p><img decoding="async" class="alignnone size-full wp-image-4703" src="https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733.jpeg" alt="OKR Copilot" width="1912" height="992" srcset="https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733.jpeg 1912w, https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733-300x156.jpeg 300w, https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733-1024x531.jpeg 1024w, https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733-768x398.jpeg 768w, https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733-1536x797.jpeg 1536w, https://lumenspei.com/wp-content/uploads/2024/01/Screenshot-2024-01-24-134733-900x467.jpeg 900w" sizes="(max-width: 1912px) 100vw, 1912px" /></p>
<h2><b>Next steps</b></h2>
<p><span style="font-weight: 400;">Once we achieved functional requirements, it was time to make the app more visually appealing to the clients. With the help of a design team, the app was transformed from the standard, plain industrial software to a more modernized version, with stunning graphical elements. </span></p>
<p><span style="font-weight: 400;">We also added a landing page. During one of our meetings, we found out that the app will not be a self-explanatory tool for new clients that might come without first corresponding with Best Advisory. We developed a new and modern landing page that connects the app and the Best Advisory web page. </span></p>
<p><img decoding="async" class="alignnone size-full wp-image-4704" src="https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage.jpeg" alt="OKR Copilot homepage" width="1895" height="998" srcset="https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage.jpeg 1895w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage-300x158.jpeg 300w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage-1024x539.jpeg 1024w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage-768x404.jpeg 768w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage-1536x809.jpeg 1536w, https://lumenspei.com/wp-content/uploads/2024/01/OKR-copilot-homepage-900x474.jpeg 900w" sizes="(max-width: 1895px) 100vw, 1895px" /></p>
<h2><b>How does software such as OKR Copilot improve the company&#8217;s business?</b></h2>
<p><span style="font-weight: 400;">On the side of the end user, this software allows them to create OKRs according to their own company needs and strategic goals. It is quick as a wink: after filling out a short, 5-minute questionnaire, you get OKR-s generated for you. This reduces the time needed for establishing business objectives.</span></p>
<p><span style="font-weight: 400;">On the other hand, it provides a chance for new companies to connect and gain reliable partners in their field of work. </span></p>
<p><span style="font-weight: 400;">The question that naturally arises from this is ‘Why would anyone use the software instead of prompting the chat GPT by himself?’ The simplest answer is that it would take much more time to prompt the OpenAI to respond with quality than it would take to write them on paper! By this, we mean that the prompt in OKR Copilot is programmed to return quality responses with formatting which allows it to save time. </span></p>
<p><span style="color: #fec134;">Recommended ➜ Read about <a href="https://lumenspei.com/product-ownership-woocommerce-plugin/">our WooCommerce delivery plugin</a></span></p>
<h2><b>How much time does it take to build this type of software?</b></h2>
<p><span style="font-weight: 400;">This particular project was done in around three weeks of development time. This includes the visual redesign of the app. </span></p>
<p><span style="font-weight: 400;">Developed and redesigned in just three weeks, this React web app, powered by OpenAI, isn&#8217;t just a tool &#8211; it offers an insight into how businesses will be managed in the future.</span></p>
<p><span style="font-weight: 400;">As the digital space becomes increasingly focused on efficiency and practicality, tools like OKR Copilot reflect a broader shift towards user-friendly, agile solutions. There&#8217;s a growing demand for instant tools that streamline complex processes. Through this project, we learned that it can be done fast, reliably, and efficiently. </span></p>
<p><span style="font-weight: 400;">One can predict that the future will bring apps that seamlessly integrate into daily operations. Two things are important. Speedy development, but also the quality of useful intelligence within these tools. </span></p>
<p><span style="font-weight: 400;">The ability to have precise OKRs with just a few clicks speaks to the changing ways of doing business, with user-friendly, AI-driven applications.</span></p>
<p><b>As you explore the possibilities of B2B digital transformation, keep in mind that it sets you apart from your competition, but more so it helps your business breathe and thrive. </b></p>
<p><b>Are there any quick solutions (or intricate ones) that would help you streamline your processes today? </b></p>
<p><b>Connect with us for a free consultation,</b><a href="https://lumenspei.com/contact"><b> Lumen Spei</b></a><b> is your B2B digital transformation partner. </b></p><p>The post <a href="https://lumenspei.com/okr-copilot-a-chatgpt-powered-app-that-generates-personalized-okrs/">OKR Copilot: A ChatGPT-Powered App That Generates Personalized OKRs</a> first appeared on <a href="https://lumenspei.com">Lumen Spei</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Collaborating for Good: How Our Pro Bono Work with a Polish Non-Profit Health App Became a Lasting Partnership</title>
		<link>https://lumenspei.com/collaborating-for-good-pro-bono-work-non-profit-health-app-lasting-partnership/</link>
		
		<dc:creator><![CDATA[Emily Dobutović]]></dc:creator>
		<pubDate>Fri, 24 Feb 2023 13:32:23 +0000</pubDate>
				<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Product Management]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[pacjenci pacjentom]]></category>
		<category><![CDATA[tech 4 ukraine]]></category>
		<guid isPermaLink="false">https://lumenspei.com/?p=4328</guid>

					<description><![CDATA[<p>*The release of this case study is just coincidentally matched with the 1st anniversary when we received the project documentation from Tech To The Rescue’s CEO Jacek Siadkowski.* The People and Medicine (PL Ludzie I Medycyna) Foundation was established in 2018 with a focus... </p>
<div><a href="https://lumenspei.com/collaborating-for-good-pro-bono-work-non-profit-health-app-lasting-partnership/" class="btn-link">READ MORE</a></div>
<p>The post <a href="https://lumenspei.com/collaborating-for-good-pro-bono-work-non-profit-health-app-lasting-partnership/">Collaborating for Good: How Our Pro Bono Work with a Polish Non-Profit Health App Became a Lasting Partnership</a> first appeared on <a href="https://lumenspei.com">Lumen Spei</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">*The release of this case study is just coincidentally matched with the 1st anniversary when we received the project documentation fro</span><span style="font-weight: 400;">m </span><a href="https://www.techtotherescue.org/"><span style="font-weight: 400;">Tech To The Rescue</span></a><span style="font-weight: 400;">’</span><span style="font-weight: 400;">s CEO </span><i><span style="font-weight: 400;">Jacek Siadkowski.</span></i><span style="font-weight: 400;">*</span></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4335 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/tech-for-ukraine-project-ticket.png" alt="Tech for Ukraine project ticket update" width="994" height="300" srcset="https://lumenspei.com/wp-content/uploads/2023/02/tech-for-ukraine-project-ticket.png 994w, https://lumenspei.com/wp-content/uploads/2023/02/tech-for-ukraine-project-ticket-300x91.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/tech-for-ukraine-project-ticket-768x232.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/tech-for-ukraine-project-ticket-900x272.png 900w" sizes="(max-width: 994px) 100vw, 994px" /></p>
<p><a href="https://ludzieimedycyna.pl"><span style="font-weight: 400;">The People and Medicine</span></a><span style="font-weight: 400;"> (PL Ludzie I Medycyna) Foundation was established in 2018 with a focus on patient experience, creating and using different solutions for helping people living with diagnosis.Testing, describing, and working towards a better experience using Participatory Design methodology, where actual users are researching, designing, testing, and agreeing on a final solution, among others.</span><span style="font-weight: 400;"> This was done for Patients4Patients. </span></p>
<p><a href="https://pacjencipacjentom.pl"><span style="font-weight: 400;">Patients4Patients</span></a><span style="font-weight: 400;"> is a peer-support-based mobile app &#8211; an innovative yet scientifically-grounded support system. There is a safe place where all questions can be asked, such as, “How will this affect my love life?”. The system allows recovered or experienced patients to provide practical and emotional support to the &#8220;novice&#8221; patients via 1:1 chat. After signing in, users can select their conditions and predefined conversation topics. In the app, they can filter anonymous patient databases based on this information to find matching peers.</span></p>
<p><span style="font-weight: 400;">Since 2022, Foundation set approach where users are actually invited to participate in decision-making and treated as members of the Product Team, which is what sets them apart from a typical approach! They want to be the first Polish, NGO-centered “project UTOPIA”-like [2] initiative to set pioneer standards for working with marginalized groups on Digital Products using Participatory Design.</span></p>
<p><span style="font-weight: 400;">As the war in Ukraine began, the idea was to translate the app into Ukrainian so that the estimated 2-3 million Ukrainians in Poland could also use it for emotional support.</span></p>
<h2><b>In what condition did Lumen Spei find the project?</b></h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4329 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/D2.png" alt="App project conditions before Lumen Spei's involvement" width="1200" height="630" srcset="https://lumenspei.com/wp-content/uploads/2023/02/D2.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/D2-300x158.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/D2-1024x538.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/D2-768x403.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/D2-900x473.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><span style="font-weight: 400;">The Foundation received grant funding for the development of the application, the deadline was a bit challenging.</span></p>
<p><span style="font-weight: 400;">Before Lumen Spei&#8217;s involvement, there were around 600 active users. We decided to use the following stack of technology: </span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Flutter for the simultaneous development of the iOS &amp; Android mobile app </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Firebase for notifications, storage, database, and authentication</span></li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4330 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/D3-1.png" alt="Flutter &amp; Firebase logos" width="1200" height="630" srcset="https://lumenspei.com/wp-content/uploads/2023/02/D3-1.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/D3-1-300x158.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/D3-1-1024x538.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/D3-1-768x403.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/D3-1-900x473.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><span style="font-weight: 400;">In the following five months of our operative development, the application was completed with all of the prior requests met, and was successfully deployed on the 22nd of August 2022 to the </span><b>App &amp; Play Store.</b></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-4337 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/pacjenci-pacjentom-message-screenshot.png" alt="pacjenci pacjentom pm screenshot" width="1024" height="492" srcset="https://lumenspei.com/wp-content/uploads/2023/02/pacjenci-pacjentom-message-screenshot.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/pacjenci-pacjentom-message-screenshot-300x144.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/pacjenci-pacjentom-message-screenshot-768x369.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/pacjenci-pacjentom-message-screenshot-900x432.png 900w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><span style="font-weight: 400;">Here is where you can find the app right now:</span></p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=tech.skyrise.patientsapp&amp;hl=en_US&amp;gl=US" target="_blank" rel="noopener">Pacjenci Pacjentom Play Store</a></li>
<li style="font-weight: 400;" aria-level="1"><a href="https://apps.apple.com/pl/app/pacjenci-pacjentom/id1627301130?l=pl" target="_blank" rel="noopener">Pacjenci Pacjentom Apple App Store</a></li>
</ul>
<p>&nbsp;</p>
<h2><strong>What are the results before vs. after?</strong></h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4331 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03.png" alt="Pacjenci Pacjentom before &amp; after results" width="1200" height="630" srcset="https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03-300x158.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03-1024x538.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03-768x403.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_2302_1200x630_03-900x473.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><span style="font-weight: 400;">Our pro-bono contract was complete, and the Foundation planned to add Clubs and an educational space (module) for patients to learn how to:</span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">provide instrumental and emotional support to each other,</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">maintain psychological well-being in illness,</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">create partnership relations with doctors and specialists,</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">think critically in the world full of fake medical news,</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">implement self-advocacy in their lives.</span></li>
</ol>
<p><span style="font-weight: 400;">This new feature was developed shortly after both versions had their first production release (Store) and is scheduled for release as an updated version at the beginning of March. It was a milestone in the long-term partnership, which saw Lumen Spei become a contracted tech partner with the </span><span style="font-weight: 400;">Ludzie i Medycyna</span><span style="font-weight: 400;"> Foundation, where we continued to develop and maintain their mobile applications. </span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">It&#8217;s clear that this application is making a significant impact and helping people in their everyday lives. As part of this case study, we even received a testimonial from an app user who says the following:</span></p>
<blockquote><p><i><span style="font-weight: 400;">Helpful app with a very nice user interface</span></i><span style="font-weight: 400;"><br />
</span></p></blockquote>
<p>and</p>
<blockquote><p><i><span style="font-weight: 400;">Very helpful app &lt;3</span></i></p></blockquote>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">We would like to include quotes from the main project&#8217;s shareholders involved in this collaboration at the end. Here are their thoughts. </span></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4340 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy.png" alt="Alicja Sekret project review quote" width="1200" height="871" srcset="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy-300x218.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy-1024x743.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy-768x557.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Alicja-copy-900x653.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4341 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta.png" alt="Aneta W. project review quote" width="1200" height="808" srcset="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta-300x202.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta-1024x689.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta-768x517.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Aneta-900x606.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-4342 size-full" src="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza.png" alt="Luiza Pianka project review quote" width="1200" height="714" srcset="https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza.png 1200w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza-300x179.png 300w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza-1024x609.png 1024w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza-768x457.png 768w, https://lumenspei.com/wp-content/uploads/2023/02/Blog_1200x630_Luiza-900x536.png 900w" sizes="(max-width: 1200px) 100vw, 1200px" /></p>
<p><span style="font-weight: 400;">We want to thank everyone for their involvement in the project, and the resources given for this case study.</span></p>
<p><b>Lumen Spei</b><span style="font-weight: 400;"> is here to help anyone who needs tech support for a worthy cause. You can get in touch with us through Tech To The Rescue or</span> <a href="https://lumenspei.com/contact/"><b>directly.</b> </a><span style="font-weight: 400;">Throughout the world, technology should be able to help people and empower communities. </span></p>
<p>&nbsp;</p>
<p>&nbsp;</p><p>The post <a href="https://lumenspei.com/collaborating-for-good-pro-bono-work-non-profit-health-app-lasting-partnership/">Collaborating for Good: How Our Pro Bono Work with a Polish Non-Profit Health App Became a Lasting Partnership</a> first appeared on <a href="https://lumenspei.com">Lumen Spei</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
