<?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>Forem: Chukuneku Nwanwene</title>
    <description>The latest articles on Forem by Chukuneku Nwanwene (@sixfeet).</description>
    <link>https://forem.com/sixfeet</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1817015%2Fef8bdbaf-ed15-4967-b5de-b4a8ab051bd8.jpg</url>
      <title>Forem: Chukuneku Nwanwene</title>
      <link>https://forem.com/sixfeet</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sixfeet"/>
    <language>en</language>
    <item>
      <title>I made a Sveltekit Mind Map App!</title>
      <dc:creator>Chukuneku Nwanwene</dc:creator>
      <pubDate>Tue, 22 Jul 2025 01:04:05 +0000</pubDate>
      <link>https://forem.com/sixfeet/i-made-a-sveltekit-mind-map-app-oal</link>
      <guid>https://forem.com/sixfeet/i-made-a-sveltekit-mind-map-app-oal</guid>
      <description>&lt;h2&gt;
  
  
  🧠 Mind-Map
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;"All the planets and the stars in one piece..."&lt;/em&gt; - Your thoughts, beautifully connected.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fe69140ef-c08c-4a5d-a7f1-69a426716f32" class="article-body-image-wrapper"&gt;&lt;img alt="Screenshot 2025-07-21 220813" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fuser-attachments%2Fassets%2Fe69140ef-c08c-4a5d-a7f1-69a426716f32" width="1903" height="894"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A sleek, interactive mind-mapping application built with SvelteKit that helps you visualize your ideas, thoughts, and connections in a beautiful, flowing interface.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Features
&lt;/h2&gt;

&lt;h3&gt;
  
  
  🎯 Core Functionality
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Nodes&lt;/strong&gt; - Create, edit, and organize your thoughts with ease&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flexible Connections&lt;/strong&gt; - Multiple connection types to represent different relationships:

&lt;ul&gt;
&lt;li&gt;Bezier curves for smooth, organic flow&lt;/li&gt;
&lt;li&gt;Step connections for structured hierarchies
&lt;/li&gt;
&lt;li&gt;Straight lines for direct relationships&lt;/li&gt;
&lt;li&gt;Smooth step for clean, professional layouts&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Smart Labels&lt;/strong&gt; - Add context with node and edge labels&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Animated Edges&lt;/strong&gt; - Watch your thoughts flow with smooth, animated connections&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Layout Options&lt;/strong&gt; - Switch between vertical and horizontal node arrangements&lt;/li&gt;

&lt;/ul&gt;

&lt;h3&gt;
  
  
  💾 Data Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Local Storage&lt;/strong&gt; - Your mind maps are automatically saved locally (no account required!)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Persistent State&lt;/strong&gt; - Pick up right where you left off&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🎨 User Experience
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Responsive-ish Design 😜&lt;/strong&gt; - Works beautifully only on desktop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intuitive Controls&lt;/strong&gt; - Pan, zoom, and navigate your mind maps effortlessly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Clean Interface&lt;/strong&gt; - Focus on your ideas, not the interface&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Getting Started
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Prerequisites
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Node.js (v16 or higher)&lt;/li&gt;
&lt;li&gt;npm or yarn&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Installation
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Clone the repository&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   git clone https://github.com/yourusername/mind-map.git
   &lt;span class="nb"&gt;cd &lt;/span&gt;mind-map
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Install dependencies&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   npm &lt;span class="nb"&gt;install&lt;/span&gt;
   &lt;span class="c"&gt;# or&lt;/span&gt;
   yarn &lt;span class="nb"&gt;install&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Start the development server&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;   npm run dev
   &lt;span class="c"&gt;# or&lt;/span&gt;
   yarn dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Open your browser&lt;/strong&gt;
Navigate to &lt;code&gt;http://localhost:5173&lt;/code&gt; and start mapping your mind! 🎉&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Building for Production
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm run build
&lt;span class="c"&gt;# or&lt;/span&gt;
yarn build
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The built application will be in the &lt;code&gt;build&lt;/code&gt; directory, ready for deployment.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Built With
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://kit.svelte.dev/" rel="noopener noreferrer"&gt;SvelteKit&lt;/a&gt;&lt;/strong&gt; - The fastest way to build web apps&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;a href="https://svelteflow.dev/" rel="noopener noreferrer"&gt;SvelteFlow&lt;/a&gt;&lt;/strong&gt; - Beautiful, interactive node-based UIs&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; - Type safety for better development experience&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local Storage API&lt;/strong&gt; - Client-side persistence&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🔮 Future Roadmap
&lt;/h2&gt;

&lt;p&gt;We're just getting started! Here's what's cooking:&lt;/p&gt;

&lt;h3&gt;
  
  
  🎯 Next Up
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;[ ] &lt;strong&gt;🌙 Dark Mode&lt;/strong&gt; - Because sometimes your best ideas come at night&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;☁️ Cloud Storage with Supabase&lt;/strong&gt; - Access your mind maps from anywhere&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;👤 User Authentication&lt;/strong&gt; - Personal accounts and secure login&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;🤝 Real-time Collaboration&lt;/strong&gt; - Think together, create together&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🚀 Possible Future Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;[ ] &lt;strong&gt;📱 Mobile App&lt;/strong&gt; - Native iOS and Android apps&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;🎨 Themes &amp;amp; Customization&lt;/strong&gt; - Make it yours with custom colors and styles&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;📤 Export Options&lt;/strong&gt; - PNG, PDF, and more export formats&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;🔍 Search &amp;amp; Filter&lt;/strong&gt; - Find any node or connection instantly&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;📊 Mind Map Templates&lt;/strong&gt; - Quick-start templates for different use cases&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;🔗 Sharing &amp;amp; Publishing&lt;/strong&gt; - Share your mind maps with the world&lt;/li&gt;
&lt;li&gt;[ ] &lt;strong&gt;📈 Analytics&lt;/strong&gt; - Insights into your thinking patterns&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤝 Contributing
&lt;/h2&gt;

&lt;p&gt;Got ideas? Found a bug? Want to add that dark mode? We'd love your help!&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Fork the project&lt;/li&gt;
&lt;li&gt;Create your feature branch (&lt;code&gt;git checkout -b feature/AmazingFeature&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Commit your changes (&lt;code&gt;git commit -m 'Add some AmazingFeature'&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Push to the branch (&lt;code&gt;git push origin feature/AmazingFeature&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Open a Pull Request&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  💡 Ideas for Contributors
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Add dark mode theme&lt;/li&gt;
&lt;li&gt;Improve mobile responsiveness&lt;/li&gt;
&lt;li&gt;Add keyboard shortcuts&lt;/li&gt;
&lt;li&gt;Create mind map templates&lt;/li&gt;
&lt;li&gt;Enhance accessibility features&lt;/li&gt;
&lt;li&gt;Add more connection styles&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📝 License
&lt;/h2&gt;

&lt;p&gt;This project is licensed under the MIT License - see the &lt;a href="https://dev.toLICENSE"&gt;LICENSE&lt;/a&gt; file for details.&lt;/p&gt;

&lt;h2&gt;
  
  
  🙏 Acknowledgments
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Thanks to the SvelteFlow team for creating such an amazing library&lt;/li&gt;
&lt;li&gt;Inspired by all the creative minds who need a better way to visualize their thoughts&lt;/li&gt;
&lt;li&gt;Coffee ☕ - the real MVP behind this project&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Ready to map your mind?&lt;/strong&gt; Star this repo if you find it useful! ⭐&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Built with ❤️ using SvelteKit&lt;/em&gt;&lt;/p&gt;

</description>
      <category>sveltekit</category>
      <category>svelteflow</category>
      <category>tailwindcss</category>
      <category>svelte</category>
    </item>
  </channel>
</rss>
