<?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: Kampa.io</title>
    <description>The latest articles on DEV Community by Kampa.io (@kampa).</description>
    <link>https://dev.to/kampa</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%2Forganization%2Fprofile_image%2F10475%2F049a01ba-1795-4ca2-8d55-2eae0588236d.png</url>
      <title>DEV Community: Kampa.io</title>
      <link>https://dev.to/kampa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kampa"/>
    <language>en</language>
    <item>
      <title>Introducing Kampa.io - Local Dev Environments Without the Headaches</title>
      <dc:creator>Diego S Mota</dc:creator>
      <pubDate>Mon, 24 Mar 2025 19:24:12 +0000</pubDate>
      <link>https://dev.to/kampa/introducing-kampaio-local-dev-environments-without-the-headaches-4m33</link>
      <guid>https://dev.to/kampa/introducing-kampaio-local-dev-environments-without-the-headaches-4m33</guid>
      <description>&lt;h2&gt;
  
  
  Setting up a local dev environment shouldn't feel like a side quest.
&lt;/h2&gt;

&lt;h3&gt;
  
  
  With Kampa.io, there are no config files to write, no docker-compose to maintain, and no setup scripts to debug. You define your environments through a visual UI, and spin them up in seconds with a simple CLI.
&lt;/h3&gt;

&lt;p&gt;It's fast, consistent, and collaborative - just how local development should be.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop configuring. Start coding.&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What is Kampa?
&lt;/h3&gt;

&lt;p&gt;Kampa is a platform that helps developers create and manage containerized local environments using Docker or Podman - all without touching a config file, yet with the flexibility to add custom services when needed.&lt;/p&gt;

&lt;p&gt;Here's how it works:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;You define your environment through the Kampa web app (UI).&lt;/li&gt;
&lt;li&gt;From your terminal, run:
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;kampa env init my-app
kampa env start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Your environment is up and ready, and it is exactly how you (or your team) configured it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why developers and teams would love it
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;No config files - Setup happens through the UI. No YAML, no boilerplate.&lt;/li&gt;
&lt;li&gt;Language-agnostic - Use it for Node.js, Python, PHP, Go, Java - anything.&lt;/li&gt;
&lt;li&gt;Docker &amp;amp; Podman support - Choose your container engine.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Built for teams, free for solo devs
&lt;/h3&gt;

&lt;p&gt;Kampa is free for solo developers - ideal for indie hackers, students, and open-source maintainers.&lt;br&gt;
&lt;strong&gt;But it truly shines with teams:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manage and share environments across your org&lt;/li&gt;
&lt;li&gt;Standardize stacks and tools&lt;/li&gt;
&lt;li&gt;Eliminate "it works on my machine" moments&lt;/li&gt;
&lt;li&gt;Reduce onboarding time from hours to minutes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No more sending setup docs or troubleshooting weird local issues. Just init, start, and go.&lt;/p&gt;
&lt;h3&gt;
  
  
  Example Workflow
&lt;/h3&gt;

&lt;p&gt;You're working on a WordPress project with MySQL and PhpMyAdmin.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;In the Kampa UI, select &lt;strong&gt;Environments&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;Use a template&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;WordPress Developer&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Save the environment as &lt;strong&gt;WordPress&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now every teammate runs it in your CLI:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;kampa env init wordpress
kampa env start
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Wait until it builds the images and everyone will be running the same stack as you - fully containerized and ready to go.&lt;/p&gt;

&lt;h3&gt;
  
  
  Great for:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Developers&lt;/strong&gt; juggling multiple projects or stacks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Engineering teams&lt;/strong&gt; that want smoother onboarding&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DevOps &amp;amp; platform engineers&lt;/strong&gt; managing environments at scale&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anyone&lt;/strong&gt; tired of fiddling with local Docker setups&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Try It Now
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.kampa.io" rel="noopener noreferrer"&gt;Sign up at Kampa.io&lt;/a&gt; - it's free for solo devs.&lt;/p&gt;

&lt;p&gt;Build your first environment in minutes and start coding with confidence.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>news</category>
      <category>programming</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
