<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alejandro Sanchez Pinto</title>
    <description>The latest articles on DEV Community by Alejandro Sanchez Pinto (@minealex).</description>
    <link>https://dev.to/minealex</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1576082%2F0598968b-1b50-40d0-92c3-d6ccfd566205.jpeg</url>
      <title>DEV Community: Alejandro Sanchez Pinto</title>
      <link>https://dev.to/minealex</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/minealex"/>
    <language>en</language>
    <item>
      <title>🪶 Meet Folio: The Open-Source, Local-First Workspace for Your Notes and Ideas</title>
      <dc:creator>Alejandro Sanchez Pinto</dc:creator>
      <pubDate>Fri, 31 Jul 2026 17:07:42 +0000</pubDate>
      <link>https://dev.to/minealex/meet-folio-the-open-source-local-first-workspace-for-your-notes-and-ideas-524</link>
      <guid>https://dev.to/minealex/meet-folio-the-open-source-local-first-workspace-for-your-notes-and-ideas-524</guid>
      <description>&lt;p&gt;If this is your first time encountering my work, I want to introduce you to a project I have been passionately building: &lt;strong&gt;Folio&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Folio is an open-source personal productivity and note-taking workspace. Think of it as a highly flexible workspace—similar in versatility to Notion—built with a fundamental commitment to privacy and data ownership: it is &lt;strong&gt;local-first&lt;/strong&gt;. Your data lives on your device, giving you total ownership and full offline access by default.&lt;/p&gt;

&lt;p&gt;The entire source code is available on &lt;strong&gt;GitHub&lt;/strong&gt;, empowering the community to inspect, contribute, or build upon it.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠️ Everything You Can Do with Folio
&lt;/h2&gt;

&lt;p&gt;Folio is designed to be a complete, privacy-focused environment for organizing thoughts, managing projects, and writing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;📝 A Modular Block Editor:&lt;/strong&gt; Craft documents using over 31 block types, including WYSIWYG rich text, interactive Kanban boards, editable tables, Mermaid diagrams, LaTeX equations, and an Infinite Canvas for visual brainstorming.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;🎙️ Meeting Notes &amp;amp; Transcription:&lt;/strong&gt; Record audio directly within a page and process offline transcriptions locally using Whisper.cpp, complete with speaker diarization.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;🧠 Quill (AI Assistant) &amp;amp; Plan Mode:&lt;/strong&gt; Folio includes an integrated AI assistant named Quill. With &lt;strong&gt;Plan Mode&lt;/strong&gt;, Quill drafts an editable action plan before modifying your workspace, allowing you to review and approve changes first. You can run Quill completely offline using local models (Ollama or LM Studio), bring your own API keys, or connect to Folio Cloud.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;🔌 Local MCP Server:&lt;/strong&gt; Expose workspace tools directly to external Model Context Protocol (MCP) clients like Github Copilot or Cursor for advanced local AI workflows.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;🔒 Encrypted Vaults &amp;amp; P2P Sync:&lt;/strong&gt; Protect your vaults with a master password, Windows Hello, or Passkeys. Sync encrypted vaults across your local network (LAN) peer-to-peer without touching external servers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;🗺️ Knowledge Graph &amp;amp; Task Hub:&lt;/strong&gt; Visualize connections between your notes using a force-directed graph view, and track every action item across your workspace in a unified Task Hub.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 The 0.7.8 Milestone: Moving to a Custom Java Backend
&lt;/h2&gt;

&lt;p&gt;While Folio is 100% functional offline, its optional cloud layer just underwent its biggest architectural shift yet.&lt;/p&gt;

&lt;p&gt;As a backend developer specializing in Java and microservices, keeping Folio Cloud tied to Firebase became too restrictive for scaling. I decided to rebuild the entire cloud infrastructure from scratch: &lt;strong&gt;Folio Cloud has officially left Firebase and now runs on a custom Java 21 &amp;amp; Spring Boot backend&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This rewrite brings faster, reactive synchronization, lower CPU overhead, and total architectural control. In tandem, version 0.7.8 introduces a &lt;strong&gt;new file-tree vault engine&lt;/strong&gt; with granular page history and strict anti-wipe safety guards to keep your notes safe.&lt;/p&gt;




&lt;h2&gt;
  
  
  💚 Open Source &amp;amp; Supporting the Project
&lt;/h2&gt;

&lt;p&gt;Folio is, and will always remain, &lt;strong&gt;free and open-source&lt;/strong&gt; for local use.&lt;/p&gt;

&lt;p&gt;To help cover server costs and support continuous full-time development, I offer an optional &lt;strong&gt;Folio Cloud subscription&lt;/strong&gt;. Subscribing unlocks convenience features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Multi-device encrypted cloud sync.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Hosted AI for Quill.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Encrypted cloud backups &amp;amp; expanded storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Public web publishing and real-time collaboration.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you love the mission of local-first, open-source software, subscribing to Folio Cloud is the best way to support the roadmap!&lt;/p&gt;




&lt;h2&gt;
  
  
  📥 Get Started
&lt;/h2&gt;

&lt;p&gt;Folio is available for &lt;strong&gt;Windows, macOS, Linux, Android, iOS, and Web&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 &lt;strong&gt;Website &amp;amp; Downloads:&lt;/strong&gt; &lt;a href="https://minealexgames.com/en/folio" rel="noopener noreferrer"&gt;minealexgames.com/en/folio&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; Check out the source code, star the project, or contribute on GitHub.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;(Remember to make an external backup of your vaults before upgrading to 0.7.8, and enjoy the new update!)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I'm Starting My First Solo Game Dev Journey—And I'm Beginning with Data, Not Code.</title>
      <dc:creator>Alejandro Sanchez Pinto</dc:creator>
      <pubDate>Wed, 10 Sep 2025 19:06:26 +0000</pubDate>
      <link>https://dev.to/minealex/im-starting-my-first-solo-game-dev-journey-and-im-beginning-with-data-not-code-4och</link>
      <guid>https://dev.to/minealex/im-starting-my-first-solo-game-dev-journey-and-im-beginning-with-data-not-code-4och</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;My name is Alex. By day, I'm a professional in the tech world, but for as long as I can remember, I've dreamed of creating my own video games. Today, I'm officially starting that journey with my first serious solo project, codenamed Project Star.&lt;/p&gt;

&lt;p&gt;The Strategy: De-risking a Passion Project&lt;/p&gt;

&lt;p&gt;It’s tempting to just jump into an engine and start coding. But for this project, I'm forcing myself to take a more structured approach. I've spent a good amount of time creating a detailed Game Design Document (GDD)  that outlines the vision, mechanics, and a potential roadmap.&lt;/p&gt;

&lt;p&gt;Before I write the first func &lt;code&gt;_process(delta)&lt;/code&gt;:, I want to validate the core concepts with the people who matter most: the players. That's why my first step isn't prototyping, it's market research.&lt;/p&gt;

&lt;p&gt;The Game Concept: Project Star 🚀&lt;/p&gt;

&lt;p&gt;So, what is Project Star? It's a 3D low-poly game that blends three genres I absolutely love:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏭 Factory Automation: Designing and building complex, automated production lines is the core of the gameplay.&lt;/li&gt;
&lt;li&gt;🚜 Farming Simulation: Cultivating alien crops and eventually getting into advanced biology and genetics.&lt;/li&gt;
&lt;li&gt;🌳 Survival &amp;amp; Exploration: Exploring a procedurally generated alien planet, discovering its secrets, and surviving its challenges.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project will be built using the amazing Godot Engine.&lt;/p&gt;

&lt;p&gt;The Ask: I Need Your Brain! (Survey is Open) 📊&lt;/p&gt;

&lt;p&gt;I've created a detailed, anonymous survey to gather your thoughts on these ideas. Your feedback will be incredibly valuable in helping me prioritize features and solidify the game's direction.&lt;/p&gt;

&lt;p&gt;The survey will remain open until Tuesday, September 16th. If you have about 10-15 minutes, I would be extremely grateful for your perspective.&lt;/p&gt;

&lt;p&gt;➡️ Take the Project Star Feedback Survey Here: &lt;a href="https://forms.gle/tNBW2zRq9ALtuxBx5" rel="noopener noreferrer"&gt;https://forms.gle/tNBW2zRq9ALtuxBx5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What's Next?&lt;/p&gt;

&lt;p&gt;Once the survey closes, I'll analyze the data and share the key findings. That data will then directly influence the development of the first core prototype, which will focus on the character controller and basic inventory systems.&lt;/p&gt;

&lt;p&gt;If you want to follow the day-to-day journey and get a more behind-the-scenes look, I've also set up a Patreon page: &lt;br&gt;
&lt;a href="https://patreon.com/minealexgames?utm_medium=unknown&amp;amp;utm_source=join_link&amp;amp;utm_campaign=creatorshare_creator&amp;amp;utm_content=copyLink" rel="noopener noreferrer"&gt;https://patreon.com/minealexgames?utm_medium=unknown&amp;amp;utm_source=join_link&amp;amp;utm_campaign=creatorshare_creator&amp;amp;utm_content=copyLink&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for reading and for considering lending your voice to this project. I'm excited to build this in the open and share the journey with all of you!&lt;/p&gt;

&lt;p&gt;Let me know your thoughts in the comments below!&lt;/p&gt;

&lt;p&gt;Alex &lt;br&gt;
(Minealex Games)&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>godot</category>
      <category>indiedev</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
