<?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: Henock Agbo</title>
    <description>The latest articles on DEV Community by Henock Agbo (@henock_agbo).</description>
    <link>https://dev.to/henock_agbo</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%2F3927942%2F4a882b87-819d-4fa6-83e9-f2500bc2c29d.jpg</url>
      <title>DEV Community: Henock Agbo</title>
      <link>https://dev.to/henock_agbo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/henock_agbo"/>
    <language>en</language>
    <item>
      <title>It's over</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 30 Jul 2026 11:39:25 +0000</pubDate>
      <link>https://dev.to/henock_agbo/its-over-25b2</link>
      <guid>https://dev.to/henock_agbo/its-over-25b2</guid>
      <description>&lt;p&gt;Thank you very much to PhilBuilder users, Really thank you so much to PhilBuilder users. You have encountered errors especially in python and many others. The errors have been successfully corrected ☺️ You can go and try it now everything works fine. For those who don't know PhilBuilder, PhilBuilder is an online compilation tool compiling up to 22 godot programming languages including sign your apk and generate a key if you don't have one and offers you to publish on our store. You can test on philbuilder.netlify.app. Thanks in advance &lt;/p&gt;

</description>
      <category>html</category>
      <category>devplusplus</category>
      <category>python</category>
      <category>javascript</category>
    </item>
    <item>
      <title>PhilBuilder is officially live Really thank you very much to the users and we took into account the errors and were corrected go test there. Philbuilder.netlify.app. For new PhilBuilder is a site that compiles up to 22 programming languages in apk, aab exe</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 30 Jul 2026 11:24:16 +0000</pubDate>
      <link>https://dev.to/henock_agbo/philbuilder-is-officially-live-really-thank-you-very-much-to-the-users-and-we-took-into-account-the-ope</link>
      <guid>https://dev.to/henock_agbo/philbuilder-is-officially-live-really-thank-you-very-much-to-the-users-and-we-took-into-account-the-ope</guid>
      <description></description>
    </item>
    <item>
      <title>co</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 30 Jul 2026 10:07:52 +0000</pubDate>
      <link>https://dev.to/henock_agbo/c-2mfc</link>
      <guid>https://dev.to/henock_agbo/c-2mfc</guid>
      <description></description>
    </item>
    <item>
      <title>PhilBuilder vs voltbuilder</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Sun, 26 Jul 2026 12:09:04 +0000</pubDate>
      <link>https://dev.to/henock_agbo/philbuilder-vs-voltbuilder-4ke7</link>
      <guid>https://dev.to/henock_agbo/philbuilder-vs-voltbuilder-4ke7</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Every time I needed to hand someone a quick installable build — a client, a tester, myself on a different machine — I had to either keep a full local toolchain ready (Android Studio, Flutter SDK, Visual Studio...) or spend 20 minutes reinstalling one just for a single build.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;PhilBuilder&lt;/strong&gt;: upload a zipped source project, pick a platform, get back an installable app. No local setup required.&lt;/p&gt;

&lt;p&gt;🔗 Try it: &lt;a href="https://philbuilder.netlify.app" rel="noopener noreferrer"&gt;https://philbuilder.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;You upload a &lt;code&gt;.zip&lt;/code&gt; of your project. The tool:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Auto-detects the project type (React, Vue, Flutter, React Native, Kotlin, .NET MAUI, Python, Go, Godot, and 14 others — 22 combinations total)&lt;/li&gt;
&lt;li&gt;Builds it on remote CI&lt;/li&gt;
&lt;li&gt;Gives you a download link for an APK, AAB, or Windows &lt;code&gt;.exe&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No account needed for occasional use (3 builds/day). A free account bumps that to 10/day.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it's built
&lt;/h2&gt;

&lt;p&gt;The stack is intentionally simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend&lt;/strong&gt;: a single static HTML file, no framework, no build step&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend&lt;/strong&gt;: a Cloudflare Worker handling auth, rate limiting, and dispatching builds&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Build execution&lt;/strong&gt;: GitHub Actions — one big workflow with per-language jobs (Cordova for web frameworks, Capacitor for modern web, native Gradle for Kotlin/Java, &lt;code&gt;dotnet publish&lt;/code&gt; for MAUI, &lt;code&gt;flutter build&lt;/code&gt; for Flutter, &lt;code&gt;briefcase&lt;/code&gt; for Python, &lt;code&gt;gomobile&lt;/code&gt; for Go, etc.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage&lt;/strong&gt;: Cloudflare R2 for source zips and build artifacts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The auto-detection logic walks the extracted zip looking for telltale files — &lt;code&gt;pubspec.yaml&lt;/code&gt; → Flutter, &lt;code&gt;*.csproj&lt;/code&gt; → .NET MAUI, &lt;code&gt;capacitor.config.*&lt;/code&gt; or a &lt;code&gt;@capacitor/core&lt;/code&gt; dependency → Capacitor, &lt;code&gt;build.gradle&lt;/code&gt; without &lt;code&gt;package.json&lt;/code&gt; → native Kotlin/Java, and so on — with fallbacks down to plain HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some technical details
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Signing&lt;/strong&gt;: for Android release builds, it can auto-generate a keystore (and let you download it afterward — losing it means you can never update your app on Play Store again, so this is clearly flagged) or accept an uploaded one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Windows builds&lt;/strong&gt;: this is the newest addition. Flutter and .NET MAUI need &lt;code&gt;windows-latest&lt;/code&gt; runners; Go cross-compiles from Linux with &lt;code&gt;GOOS=windows&lt;/code&gt;. Still beta and unsigned, so SmartScreen shows a warning on install — that part is expected, not a bug.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rate limiting&lt;/strong&gt;: layered — global cap, per-IP hourly limit, burst limit, per-email limit — plus a honeypot field and a timestamp check against instant bot submissions. Cloudflare Turnstile handles the rest.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;Thinking about adding Next.js/Nuxt support, and eventually an Electron export for Linux desktop builds.&lt;/p&gt;

&lt;p&gt;This is a solo project, still rough around the edges in places. If you try it and hit a wall — wrong project detection, a build failing for a framework I haven't tested enough — I'd genuinely like to know. Happy to dig into logs together in the comments.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>flutter</category>
      <category>showdev</category>
    </item>
    <item>
      <title>GOING TO</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 23 Jul 2026 11:12:49 +0000</pubDate>
      <link>https://dev.to/henock_agbo/going-to-64g</link>
      <guid>https://dev.to/henock_agbo/going-to-64g</guid>
      <description>&lt;p&gt;A while back I shared Build App here — a free tool to turn a zipped project into an installable APK without any local Android setup.&lt;/p&gt;

&lt;p&gt;Since then I've added Windows desktop builds. Same flow: upload your zip, pick "Windows" as the target platform, get a .exe back. Works for Flutter, .NET MAUI/C#, Python (Briefcase), and Go.&lt;/p&gt;

&lt;p&gt;Still free, still no account required for occasional use.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://philbuilder.netlify.app" rel="noopener noreferrer"&gt;https://philbuilder.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you tried the APK builder before, I'd genuinely love to know if the Windows export solves a real pain point for you too, or if there's something else missing.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Code to apk/AAB /exe</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 23 Jul 2026 05:10:20 +0000</pubDate>
      <link>https://dev.to/henock_agbo/code-to-apkaab-exe-2k91</link>
      <guid>https://dev.to/henock_agbo/code-to-apkaab-exe-2k91</guid>
      <description>&lt;p&gt;La platform nommée &lt;a href="https://philbuilder.netlify.app" rel="noopener noreferrer"&gt;https://philbuilder.netlify.app&lt;/a&gt; permet de compiler jusqu'à 22  langage de programmation godot y compris. Tout ça de manière totalement gratuite la signature y est et tu peux même avoir une clé de signature si tu n'en as pas tout est gratuit. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>news</category>
    </item>
    <item>
      <title>Créée facilement votre apk /AAB /exe via un site Web simple nommé https://philbuilder</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 23 Jul 2026 05:05:44 +0000</pubDate>
      <link>https://dev.to/henock_agbo/creee-facilement-votre-apk-aab-exe-via-un-site-web-simple-nomme-httpsphilbuilder-i2p</link>
      <guid>https://dev.to/henock_agbo/creee-facilement-votre-apk-aab-exe-via-un-site-web-simple-nomme-httpsphilbuilder-i2p</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://philbuilder" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;philbuilder&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>Transform your work in apk /AAB/. Exe. Easily thanks to the platform https://philbuilder.nelify.app</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Thu, 23 Jul 2026 04:54:12 +0000</pubDate>
      <link>https://dev.to/henock_agbo/transform-your-work-in-apk-aab-exe-easily-thanks-to-the-platform-httpsphilbuildernelifyapp-355g</link>
      <guid>https://dev.to/henock_agbo/transform-your-work-in-apk-aab-exe-easily-thanks-to-the-platform-httpsphilbuildernelifyapp-355g</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://philbuilder.nelify.app" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;philbuilder.nelify.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>BUILD APK is easy now</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Wed, 22 Jul 2026 13:14:31 +0000</pubDate>
      <link>https://dev.to/henock_agbo/build-apk-is-easy-now-k9d</link>
      <guid>https://dev.to/henock_agbo/build-apk-is-easy-now-k9d</guid>
      <description>&lt;p&gt;🚀 PhilBuilder is officially live!&lt;br&gt;
After months of development, I'm excited to announce the launch of PhilBuilder.&lt;br&gt;
What it currently supports:&lt;br&gt;
✅ APK generation&lt;br&gt;
✅ AAB generation&lt;br&gt;
✅ EXE generation&lt;br&gt;
✅ Support for 22 programming languages and frameworks&lt;br&gt;
✅ Secure signing key management&lt;br&gt;
My goal is to make application building more accessible for developers by providing an easy-to-use build platform.&lt;br&gt;
Thank you to everyone who tested the project and shared feedback. Your suggestions have helped improve PhilBuilder.&lt;br&gt;
This is just the beginning. More features and improvements are coming soon.&lt;br&gt;
Feedback and suggestions are always welcome!&lt;br&gt;
I'm 16 years old, and this project has been a great learning journey. Thank you to everyone supporting it.&lt;br&gt;
&lt;a href="https://philbuilder.netlify.app/" rel="noopener noreferrer"&gt;https://philbuilder.netlify.app/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-netlify"&gt;
  &lt;iframe src="https://philbuilder.netlify.app/" title="Netlify embed"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>ENFIN PRET</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Wed, 22 Jul 2026 13:05:29 +0000</pubDate>
      <link>https://dev.to/henock_agbo/e-4omg</link>
      <guid>https://dev.to/henock_agbo/e-4omg</guid>
      <description>&lt;p&gt;🎉 PhilBuilder est officiellement disponible !&lt;br&gt;
Après plusieurs mois de développement, je suis heureux d'annoncer le lancement de PhilBuilder.&lt;br&gt;
✅ Génération de fichiers APK ✅ Génération de fichiers AAB ✅ Génération de fichiers EXE ✅ Prise en charge de 22 langages et frameworks ✅ Gestion des clés de signature&lt;br&gt;
Merci à toutes les personnes qui m'ont encouragé et qui ont testé le projet. Vos retours m'ont permis d'améliorer PhilBuilder.&lt;br&gt;
Ce n'est que le début. Les prochaines mises à jour apporteront encore plus de fonctionnalités.Certe j'ai 16 ans mais j'aimerais travailler avec d'autre dev . voila le lien vous pouvez tester et me faire un retour .&lt;br&gt;
&lt;a href="https://philbuilder.netlify.app/" rel="noopener noreferrer"&gt;https://philbuilder.netlify.app/&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-netlify"&gt;
  &lt;iframe src="https://philbuilder.netlify.app/" title="Netlify embed"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Build apk and aab.</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Mon, 20 Jul 2026 05:15:08 +0000</pubDate>
      <link>https://dev.to/henock_agbo/build-apk-and-aab-5669</link>
      <guid>https://dev.to/henock_agbo/build-apk-and-aab-5669</guid>
      <description>&lt;p&gt;PhilBuilder: From Web to APK, Free&lt;/p&gt;

&lt;p&gt;You code in HTML/CSS/JS and want a signed APK without paying 20–100/month. Existing tools filter by wallet. I refused that filter.&lt;/p&gt;

&lt;p&gt;PhilBuilder compiles your web code into APK or AAB, free. No signing key? We generate it automatically. 10 builds/day when logged in, 3 when anonymous. One-click publish to the PhilTech Store.&lt;/p&gt;

&lt;p&gt;In 7 days: React, Vue, Angular, Svelte support, plus EXE export for Windows.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;|                 | PhilBuilder | VoltBuilder | Ionic Appflow |
|-----------------|-------------|-------------|---------------|
| Price           | Free        | ~$10/mo     | ~$49/mo       |
| APK/AAB         | ✅          | ✅          | ✅            |
| Auto-signing    | ✅          | ❌          | ❌            |
| Builds/day      | 3 / 10      | Limited     | Limited       |
| Publishing      | PhilTech    | ❌          | ❌            |
| React/Vue/etc.  | In 7 days   | ✅          | ✅            |
| EXE Export      | In 7 days   | ❌          | ❌            |
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Who am I? Henock Agbo, 16, high school senior, Ivory Coast. University-level chemistry at 12, electronic circuit designer, novelist read by thousands, AI systems builder. PhilBuilder is about making technical creation accessible to those who start with no resources but plenty of stubbornness.&lt;/p&gt;

&lt;p&gt;Link goes live today at 12:00 GMT.&lt;/p&gt;

&lt;p&gt;Build. Share. Repeat.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>apk</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Build your web app into a signed APK/AAB for free. 10 builds/day logged in, 3 anonymous. React &amp; EXE coming in 7 days. No paywall, no friction.

Link live at 12:00 GMT today.</title>
      <dc:creator>Henock Agbo</dc:creator>
      <pubDate>Mon, 20 Jul 2026 05:12:11 +0000</pubDate>
      <link>https://dev.to/henock_agbo/build-your-web-app-into-a-signed-apkaab-for-free-10-buildsday-logged-in-3-anonymous-react--5aeo</link>
      <guid>https://dev.to/henock_agbo/build-your-web-app-into-a-signed-apkaab-for-free-10-buildsday-logged-in-3-anonymous-react--5aeo</guid>
      <description></description>
      <category>android</category>
      <category>mobile</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
