<?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: Augustine</title>
    <description>The latest articles on DEV Community by Augustine (@augustinechibueze).</description>
    <link>https://dev.to/augustinechibueze</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%2F3958973%2F84187cca-11c1-4e16-a9a7-d327c04c428c.jpg</url>
      <title>DEV Community: Augustine</title>
      <link>https://dev.to/augustinechibueze</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/augustinechibueze"/>
    <language>en</language>
    <item>
      <title>Building the Biggest Documentation Site I've Ever Written (For My Own Product)</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Thu, 09 Jul 2026 13:17:49 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/building-the-biggest-documentation-site-ive-ever-written-for-my-own-product-2463</link>
      <guid>https://dev.to/augustinechibueze/building-the-biggest-documentation-site-ive-ever-written-for-my-own-product-2463</guid>
      <description>&lt;p&gt;When I started building Cloudpen, I underestimated one thing.&lt;/p&gt;

&lt;p&gt;Documentation.&lt;/p&gt;

&lt;p&gt;Like many developers, I thought I'd write a few pages after the product was working.&lt;/p&gt;

&lt;p&gt;I was wrong.&lt;/p&gt;

&lt;p&gt;As Cloudpen grew, I realized documentation isn't something you add at the end—it's part of the product itself.&lt;/p&gt;

&lt;p&gt;So over the past few weeks, I built what has become the largest documentation project I've ever written for a personal product.&lt;/p&gt;

&lt;p&gt;What I wanted to achieve&lt;/p&gt;

&lt;p&gt;I didn't want a documentation site that simply listed features.&lt;/p&gt;

&lt;p&gt;I wanted developers to understand:&lt;/p&gt;

&lt;p&gt;What Cloudpen is&lt;br&gt;
Why certain features exist&lt;br&gt;
How everything works together&lt;br&gt;
Best practices&lt;br&gt;
Common workflows&lt;br&gt;
Future roadmap&lt;/p&gt;

&lt;p&gt;The goal was to make the docs useful whether someone had never heard of Cloudpen or had already been using it for weeks.&lt;/p&gt;

&lt;p&gt;What the documentation covers&lt;/p&gt;

&lt;p&gt;✅ Getting Started&lt;/p&gt;

&lt;p&gt;✅ The Code Editor&lt;/p&gt;

&lt;p&gt;✅ Frontend &amp;amp; Backend Execution&lt;/p&gt;

&lt;p&gt;✅ Deployment&lt;/p&gt;

&lt;p&gt;✅ AI Assistant (Quill)&lt;/p&gt;

&lt;p&gt;✅ GitHub Integration&lt;/p&gt;

&lt;p&gt;✅ Team Collaboration&lt;/p&gt;

&lt;p&gt;✅ Templates&lt;/p&gt;

&lt;p&gt;✅ CLI Tool&lt;/p&gt;

&lt;p&gt;✅ Pricing &amp;amp; Plans&lt;/p&gt;

&lt;p&gt;✅ Global Search&lt;/p&gt;

&lt;p&gt;✅ Cloudpen vs Alternatives&lt;/p&gt;

&lt;p&gt;✅ Troubleshooting&lt;/p&gt;

&lt;p&gt;✅ Roadmap&lt;/p&gt;

&lt;p&gt;…and every other part of the platform.&lt;/p&gt;

&lt;p&gt;Inspiration&lt;/p&gt;

&lt;p&gt;I spent a lot of time studying documentation from GitHub and Vercel.&lt;/p&gt;

&lt;p&gt;Not to copy them, but to understand why their documentation feels so effortless to navigate.&lt;/p&gt;

&lt;p&gt;Things I paid attention to included:&lt;/p&gt;

&lt;p&gt;Navigation hierarchy&lt;br&gt;
Search experience&lt;br&gt;
Content organization&lt;br&gt;
Consistent page layouts&lt;br&gt;
Clear writing&lt;br&gt;
Progressive learning&lt;/p&gt;

&lt;p&gt;Those ideas heavily influenced how I structured Cloudpen's documentation.&lt;/p&gt;

&lt;p&gt;What I learned&lt;/p&gt;

&lt;p&gt;Writing code is difficult.&lt;/p&gt;

&lt;p&gt;Writing documentation that thousands of developers can understand is an entirely different skill.&lt;/p&gt;

&lt;p&gt;It forces you to think from the reader's perspective instead of your own.&lt;/p&gt;

&lt;p&gt;Several times I found myself rewriting entire sections simply because I realized a first-time user wouldn't think the same way I did.&lt;/p&gt;

&lt;p&gt;That process actually improved the product itself.&lt;/p&gt;

&lt;p&gt;The documentation is now live&lt;/p&gt;

&lt;p&gt;If you'd like to check it out:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://cloudpen.dev/docs" rel="noopener noreferrer"&gt;https://cloudpen.dev/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd genuinely appreciate feedback from other developers. Documentation is never truly finished—it's something that evolves alongside the product.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/..." alt="Uploading image" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Building a Production-Ready Hospital Management System Template with React</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Fri, 03 Jul 2026 16:45:11 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/building-a-production-ready-hospital-management-system-template-with-react-2eik</link>
      <guid>https://dev.to/augustinechibueze/building-a-production-ready-hospital-management-system-template-with-react-2eik</guid>
      <description>&lt;p&gt;I've started building a &lt;strong&gt;Hospital Management System&lt;/strong&gt; on Cloudpen.&lt;/p&gt;

&lt;p&gt;This isn't a client project or a demo application—it's a production-ready template that will be available for the Cloudpen community to use, customize, and deploy.&lt;/p&gt;

&lt;p&gt;One of the goals of Cloudpen is to make it easier for developers to start real projects without spending hours recreating the same boilerplate over and over again. Instead of beginning with an empty project, you'll be able to fork a complete application and build on top of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why a Hospital Management System?
&lt;/h2&gt;

&lt;p&gt;Hospital Management Systems are great examples of real-world applications because they combine multiple features that many business applications need, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Patient Management&lt;/li&gt;
&lt;li&gt;Doctor Management&lt;/li&gt;
&lt;li&gt;Appointment Scheduling&lt;/li&gt;
&lt;li&gt;Department Management&lt;/li&gt;
&lt;li&gt;Dashboard &amp;amp; Analytics&lt;/li&gt;
&lt;li&gt;Authentication &amp;amp; User Management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Building this template also helps improve Cloudpen itself. Developing real applications inside the platform is one of the fastest ways to identify areas that can be improved and to build features that solve actual developer problems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Built with React
&lt;/h2&gt;

&lt;p&gt;Many members of the Cloudpen community requested that future templates be built entirely with React, so that's exactly what I'm doing.&lt;/p&gt;

&lt;p&gt;The goal is to create a clean, modern, and scalable foundation that developers can confidently use for their own projects instead of starting from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  Using Quill AI During Development
&lt;/h2&gt;

&lt;p&gt;One of the tools that's become part of my daily workflow is &lt;strong&gt;Quill AI&lt;/strong&gt;, Cloudpen's built-in AI assistant.&lt;/p&gt;

&lt;p&gt;Throughout development I've been using it to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Explain unfamiliar code&lt;/li&gt;
&lt;li&gt;Refactor components&lt;/li&gt;
&lt;li&gt;Generate repetitive code&lt;/li&gt;
&lt;li&gt;Answer development questions&lt;/li&gt;
&lt;li&gt;Stay focused without constantly switching between different tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Having AI integrated directly into the editor makes development much smoother because I can keep working without breaking my flow.&lt;/p&gt;

&lt;h2&gt;
  
  
  Coming to Cloudpen Templates
&lt;/h2&gt;

&lt;p&gt;Once development is complete, this project will be published on Cloudpen's &lt;strong&gt;/templates&lt;/strong&gt; page.&lt;/p&gt;

&lt;p&gt;From there, anyone will be able to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fork the template with a single click&lt;/li&gt;
&lt;li&gt;Customize it however they want&lt;/li&gt;
&lt;li&gt;Download the complete source code&lt;/li&gt;
&lt;li&gt;Deploy it directly from Cloudpen&lt;/li&gt;
&lt;li&gt;Share a live version of their application&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My goal is to build templates that are genuinely useful—not just showcase projects, but foundations that developers can use to build real products.&lt;/p&gt;

&lt;p&gt;This Hospital Management System is only the beginning. I'm already planning additional production-ready templates across different industries and use cases.&lt;/p&gt;

&lt;p&gt;If there's a template you'd like to see on Cloudpen, I'd love to hear your suggestions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://cloudpen.dev/templates" rel="noopener noreferrer"&gt;https://cloudpen.dev/templates&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>We added Bring Your Own AI Key (BYOK) to our browser IDE</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Mon, 29 Jun 2026 16:57:09 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/we-added-bring-your-own-ai-key-byok-to-our-browser-ide-nh</link>
      <guid>https://dev.to/augustinechibueze/we-added-bring-your-own-ai-key-byok-to-our-browser-ide-nh</guid>
      <description>&lt;p&gt;One of the biggest requests we kept getting was simple:&lt;/p&gt;

&lt;p&gt;"Can I use my own OpenAI or Claude API key instead of the shared quota?"&lt;/p&gt;

&lt;p&gt;So we built it.&lt;/p&gt;

&lt;p&gt;Cloudpen's AI coding assistant, Quill, now supports Bring Your Own Key (BYOK).&lt;/p&gt;

&lt;p&gt;By default, Quill uses Cloudpen's shared AI pool, which is perfect for getting started. But once you're working on larger projects or relying heavily on AI, shared rate limits become noticeable.&lt;/p&gt;

&lt;p&gt;With BYOK you can connect your own provider and use Quill with your own quota instead.&lt;/p&gt;

&lt;p&gt;What you can do&lt;br&gt;
Connect your own OpenAI, Anthropic (Claude), Gemini, Grok, or OpenRouter API key&lt;br&gt;
Use your provider's own limits instead of Cloudpen's shared pool&lt;br&gt;
Pick the model that best fits the task&lt;br&gt;
GPT-4o for complex reasoning&lt;br&gt;
Claude Opus for long-context editing&lt;br&gt;
Gemini Flash for speed&lt;br&gt;
Switch between keys whenever you want&lt;br&gt;
Remove your key at any time and instantly fall back to the shared pool&lt;br&gt;
Security&lt;/p&gt;

&lt;p&gt;One thing we cared about from the beginning was key security.&lt;/p&gt;

&lt;p&gt;API keys are encrypted using AES-256 before storage and the raw key is never returned after saving. Only the last few characters are shown so you can identify which key is active.&lt;/p&gt;

&lt;p&gt;Why we built it&lt;/p&gt;

&lt;p&gt;The goal with Cloudpen has always been to remove friction from development.&lt;/p&gt;

&lt;p&gt;Sometimes that means adding an editor.&lt;/p&gt;

&lt;p&gt;Sometimes it means offline support.&lt;/p&gt;

&lt;p&gt;Sometimes it means letting developers bring their own infrastructure instead of forcing ours.&lt;/p&gt;

&lt;p&gt;BYOK falls into that last category.&lt;/p&gt;

&lt;p&gt;If you already pay for an AI provider, you should be able to use it directly inside your editor.&lt;/p&gt;

&lt;p&gt;We're continuing to build Cloudpen in public, and this is one more step toward making it a complete browser-based development environment.&lt;/p&gt;

&lt;p&gt;I'd love to hear how you'd approach BYOK in your own editor—or what providers you'd want to see next.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fel15y9qfjrf4x1964nwv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fel15y9qfjrf4x1964nwv.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Build and preview</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Sun, 21 Jun 2026 15:28:40 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/build-and-preview-1aoh</link>
      <guid>https://dev.to/augustinechibueze/build-and-preview-1aoh</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7qek269bu43q677o7l25.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F7qek269bu43q677o7l25.jpeg" alt=" " width="800" height="458"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Future of web development?</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Fri, 19 Jun 2026 14:40:53 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/future-of-web-development-33bo</link>
      <guid>https://dev.to/augustinechibueze/future-of-web-development-33bo</guid>
      <description>&lt;p&gt;Just randomly building a React project on Cloudpen and realized I haven't opened VS Code once.&lt;/p&gt;

&lt;p&gt;Installed packages with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;npm install react-icons&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;directly from Cloudpen's built-in terminal.&lt;/p&gt;

&lt;p&gt;No local setup.&lt;br&gt;
No editor switching.&lt;br&gt;
No terminal juggling.&lt;/p&gt;

&lt;p&gt;The terminal behaves like you'd expect from a desktop development environment, so you can install dependencies, run commands, and manage your project entirely in the browser.&lt;/p&gt;

&lt;p&gt;When I'm done, I'll simply hit Deploy and share the live URL.&lt;/p&gt;

&lt;p&gt;Building, running terminal commands, and deploying—all from one place.&lt;/p&gt;

&lt;h1&gt;
  
  
  buildinpublic #webdev #react #cloudpen
&lt;/h1&gt;

</description>
      <category>productivity</category>
      <category>react</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Built a Full Automobile Website on Cloudpen in Minutes — Here's What That Actually Means</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Wed, 17 Jun 2026 04:05:34 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/i-built-a-full-automobile-website-on-cloudpen-in-minutes-heres-what-that-actually-means-1nei</link>
      <guid>https://dev.to/augustinechibueze/i-built-a-full-automobile-website-on-cloudpen-in-minutes-heres-what-that-actually-means-1nei</guid>
      <description>&lt;p&gt;I just deployed a responsive automobile company website with parallax animations, and the entire build happened inside Cloudpen — no local setup, no terminal, no deployment pipeline to configure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Live site: &lt;a href="https://aureve-motors.cloudpen.dev/" rel="noopener noreferrer"&gt;https://aureve-motors.cloudpen.dev/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Used
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Cloudpen's in-browser editor&lt;/strong&gt; — full-featured, feels like VS Code in the browser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quill (AI Agent)&lt;/strong&gt; — not just autocomplete. Quill helped me write components, fix layout issues, and refactor sections on the fly. It's genuinely agentic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One-click deploy&lt;/strong&gt; — hit deploy, get a live URL with SSL automatically enabled. That's it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Templates Marketplace&lt;/strong&gt; — if you're starting from scratch and don't know where to begin, there are templates built by Cloudpen and the community. One click and it's yours to edit.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Part That Surprised Me
&lt;/h2&gt;

&lt;p&gt;I didn't touch a server. I didn't configure nginx. I didn't open a terminal once.&lt;/p&gt;

&lt;p&gt;For frontend projects especially, Cloudpen has genuinely removed the gap between "idea" and "live link you can share."&lt;/p&gt;

&lt;p&gt;Pro plan adds custom domain support — so what you build doesn't just work, it looks like a real product.&lt;/p&gt;

&lt;p&gt;If you've been sleeping on it: cloudpen.dev&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5qz2pb6ob4c5n1qoca05.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5qz2pb6ob4c5n1qoca05.png" alt=" " width="800" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Your Next Project Is Already Half Built</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Sun, 14 Jun 2026 19:58:00 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/your-next-project-is-already-half-built-b9e</link>
      <guid>https://dev.to/augustinechibueze/your-next-project-is-already-half-built-b9e</guid>
      <description>&lt;h1&gt;
  
  
  We just shipped a Template Gallery for Cloudpen — here's why we built it
&lt;/h1&gt;

&lt;p&gt;Every time someone tried Cloudpen for the first time, the feedback followed a pattern.&lt;/p&gt;

&lt;p&gt;They liked the editor. They liked the one-click deploy. But a surprising number of people got stuck at the very beginning — staring at a blank project, unsure how to structure it for Cloudpen's build system.&lt;/p&gt;

&lt;p&gt;That friction was on us. So we fixed it.&lt;/p&gt;




&lt;h2&gt;
  
  
  What we shipped
&lt;/h2&gt;

&lt;p&gt;Cloudpen now has a &lt;strong&gt;Template Gallery&lt;/strong&gt; — a curated library of ready-made starter projects you can preview live and fork into your workspace in one click.&lt;/p&gt;

&lt;p&gt;Every template is a real deployed project. Before you commit to anything, you can open a live preview of exactly what it looks like and how it behaves. If it's what you need, you fork it. A full copy — all files, folder structure, and dependencies — lands in your workspace instantly and the editor opens.&lt;/p&gt;

&lt;p&gt;No scaffolding. No config. You start from something that already works.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's in the gallery
&lt;/h2&gt;

&lt;p&gt;The initial library covers the starters developers actually reach for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React + Vite&lt;/li&gt;
&lt;li&gt;Vue + Vite
&lt;/li&gt;
&lt;li&gt;Vanilla JS&lt;/li&gt;
&lt;li&gt;Portfolio templates&lt;/li&gt;
&lt;li&gt;Landing page starters&lt;/li&gt;
&lt;li&gt;More being added based on feedback&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Official vs Community templates
&lt;/h2&gt;

&lt;p&gt;Templates are split into two types.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Official&lt;/strong&gt; templates are built and maintained by the Cloudpen team. They're verified to build correctly, deploy without issues, and follow the project structure Cloudpen's build system expects. They carry a verified badge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Community&lt;/strong&gt; templates are built by Cloudpen users and shared publicly. They go through a review before appearing in the gallery, but they're maintained by their authors. This is also how you can submit your own — deploy a public project, submit it, and if it passes review it goes live in the Community tab.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why we built it this way
&lt;/h2&gt;

&lt;p&gt;We made a deliberate call to make every template a live deployed project rather than just a ZIP file or a code snapshot. The preview had to be real — you're seeing the actual running output, not a screenshot.&lt;/p&gt;

&lt;p&gt;The fork had to be instant. The moment you click Fork, the editor opens. There's no loading screen, no "initializing project" spinner. You're in.&lt;/p&gt;

&lt;p&gt;And your fork is completely independent. Changes you make never touch the original template.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it and tell us what's missing
&lt;/h2&gt;

&lt;p&gt;The gallery is live now at &lt;strong&gt;cloudpen.dev&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;We're actively building out the library and we're prioritising based on what people actually ask for. If there's a framework, stack, or starter you wish was already there — drop it in the comments. We read everything.&lt;/p&gt;

&lt;h1&gt;
  
  
  cloudpen #webdev #opensource #buildinpublic
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Quill: AI That Lives Inside Your Project, Not Another Tab</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Thu, 11 Jun 2026 12:23:00 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/quill-ai-that-lives-inside-your-project-not-another-tab-2e3n</link>
      <guid>https://dev.to/augustinechibueze/quill-ai-that-lives-inside-your-project-not-another-tab-2e3n</guid>
      <description>&lt;h1&gt;
  
  
  We built an AI coding assistant that doesn’t live in another tab
&lt;/h1&gt;

&lt;p&gt;Most AI coding tools still interrupt your flow.&lt;/p&gt;

&lt;p&gt;You hit an error → open a new tab → paste code → explain your project → wait for a response → copy everything back.&lt;/p&gt;

&lt;p&gt;That loop doesn’t feel dramatic, but it quietly breaks concentration over and over.&lt;/p&gt;

&lt;p&gt;We built &lt;strong&gt;Quill&lt;/strong&gt; to remove that friction entirely.&lt;/p&gt;




&lt;h2&gt;
  
  
  AI that stays inside your editor
&lt;/h2&gt;

&lt;p&gt;Quill lives directly inside Cloudpen’s editor as a movable panel that stays alongside your code while you work.&lt;/p&gt;

&lt;p&gt;It doesn’t try to pull you away from your environment. It adapts to it.&lt;/p&gt;

&lt;p&gt;You can drag it anywhere, keep it open while you code, or pull it up only when you need it.&lt;/p&gt;

&lt;p&gt;No tab switching. No context loss. No re-explaining your project every time.&lt;/p&gt;

&lt;p&gt;But the real difference isn’t where Quill lives.&lt;/p&gt;

&lt;p&gt;It’s what it knows.&lt;/p&gt;




&lt;h2&gt;
  
  
  Context is the real product
&lt;/h2&gt;

&lt;p&gt;Because Quill runs inside your project, it already understands what you’re working on.&lt;/p&gt;

&lt;p&gt;That changes everything:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Highlight code → explain or fix it&lt;/li&gt;
&lt;li&gt;Right-click a file → get a full explanation of what it does&lt;/li&gt;
&lt;li&gt;Ask for a review → get improvements based on your actual codebase&lt;/li&gt;
&lt;li&gt;Debug errors → without copy-pasting into another tool&lt;/li&gt;
&lt;li&gt;Generate functions/components → directly inside your workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s not “AI you consult.”&lt;/p&gt;

&lt;p&gt;It’s AI that is already inside the problem space.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why a movable panel?
&lt;/h2&gt;

&lt;p&gt;We spent a lot of time on this decision.&lt;/p&gt;

&lt;p&gt;We tried:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A persistent sidebar&lt;/li&gt;
&lt;li&gt;A command palette&lt;/li&gt;
&lt;li&gt;Inline ghost-text suggestions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We kept returning to the same idea: developers don’t work the same way.&lt;/p&gt;

&lt;p&gt;Some people want an assistant always visible.&lt;br&gt;
Others only want it when they’re stuck.&lt;/p&gt;

&lt;p&gt;A fixed sidebar forces a workflow on you.&lt;/p&gt;

&lt;p&gt;A floating, movable panel doesn’t.&lt;/p&gt;

&lt;p&gt;It stays present without being opinionated about how you should code.&lt;/p&gt;




&lt;h2&gt;
  
  
  Developers don’t want one AI model
&lt;/h2&gt;

&lt;p&gt;Another thing we learned: model preference is personal.&lt;/p&gt;

&lt;p&gt;Some developers prefer GPT-4o. Others use Claude, Gemini, Grok, or OpenRouter models.&lt;/p&gt;

&lt;p&gt;So we built &lt;strong&gt;BYOK (Bring Your Own Key)&lt;/strong&gt; into Cloudpen Pro.&lt;/p&gt;

&lt;p&gt;You can plug in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;OpenAI&lt;/li&gt;
&lt;li&gt;Anthropic&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;li&gt;Groq&lt;/li&gt;
&lt;li&gt;xAI&lt;/li&gt;
&lt;li&gt;OpenRouter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quill will use your key directly.&lt;/p&gt;

&lt;p&gt;No shared limits. No hidden caps. No forced model choices.&lt;/p&gt;

&lt;p&gt;Your usage is only constrained by your provider.&lt;/p&gt;




&lt;h2&gt;
  
  
  For everyone else
&lt;/h2&gt;

&lt;p&gt;If you don’t bring your own key, Quill still works out of the box using Cloudpen’s shared pool.&lt;/p&gt;

&lt;p&gt;You get &lt;strong&gt;Limited requests/day&lt;/strong&gt;, which is enough for a full coding session for most developers.&lt;/p&gt;

&lt;p&gt;We arrived at that number after testing real usage patterns during beta—it covers typical daily workflows without forcing constant upgrades.&lt;/p&gt;




&lt;h2&gt;
  
  
  Quill wasn’t supposed to be the main feature
&lt;/h2&gt;

&lt;p&gt;Cloudpen started as a browser-based IDE:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real terminal&lt;/li&gt;
&lt;li&gt;Live deployments&lt;/li&gt;
&lt;li&gt;GitHub integration&lt;/li&gt;
&lt;li&gt;Full development environment in the browser&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Quill was originally just an add-on.&lt;/p&gt;

&lt;p&gt;But over time, it became one of the most used parts of the platform.&lt;/p&gt;

&lt;p&gt;Because once it’s sitting right beside your code, it’s hard to go back to context switching.&lt;/p&gt;




&lt;h2&gt;
  
  
  Closing thought
&lt;/h2&gt;

&lt;p&gt;The best AI coding assistant isn’t the one in another tab.&lt;/p&gt;

&lt;p&gt;It’s the one already sitting next to your code when you need it.&lt;/p&gt;




&lt;p&gt;If you’ve used AI tools while coding, I’m curious:&lt;/p&gt;

&lt;p&gt;Do you prefer AI inside your editor, or do you still rely on separate tools like ChatGPT/Claude tabs—and why?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fddnbz6bcmnnmt4uiba6x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fddnbz6bcmnnmt4uiba6x.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why We Cut Cloudpen Pro's Price in Half for Students</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Tue, 09 Jun 2026 23:03:19 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/why-we-cut-cloudpen-pros-price-in-half-for-students-2h06</link>
      <guid>https://dev.to/augustinechibueze/why-we-cut-cloudpen-pros-price-in-half-for-students-2h06</guid>
      <description>&lt;h1&gt;
  
  
  Students Kept Asking About Pricing. Here's What We Changed.
&lt;/h1&gt;

&lt;p&gt;Over the past few months, one piece of feedback kept showing up in our inbox.&lt;/p&gt;

&lt;p&gt;"Do you have a student discount?"&lt;/p&gt;

&lt;p&gt;At first, I didn't think much of it. But the requests kept coming.&lt;/p&gt;

&lt;p&gt;Some were university students learning web development. Others were bootcamp students trying to build projects for their portfolios. A few were self-taught developers coding from older laptops or even their phones.&lt;/p&gt;

&lt;p&gt;What they all had in common was simple: they wanted access to professional development tools without adding another expensive subscription to their monthly expenses.&lt;/p&gt;

&lt;p&gt;That feedback pushed us to rethink our pricing.&lt;/p&gt;

&lt;p&gt;Today, we're launching a student plan for Cloudpen Pro at $6/month.&lt;/p&gt;

&lt;p&gt;That's half the regular price, and unlike many introductory discounts, it's locked in for every renewal as long as the account remains eligible.&lt;/p&gt;

&lt;p&gt;For anyone unfamiliar with Cloudpen, it's a browser-based cloud IDE designed to let developers write, run, and deploy applications without installing anything.&lt;/p&gt;

&lt;p&gt;The student plan includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A professional VS Code-quality editor powered by Monaco&lt;/li&gt;
&lt;li&gt;A real terminal environment&lt;/li&gt;
&lt;li&gt;Support for Python, C, C++, Node.js, PHP, Go, and Ruby&lt;/li&gt;
&lt;li&gt;One-click deployment to a live URL&lt;/li&gt;
&lt;li&gt;Automatic SSL&lt;/li&gt;
&lt;li&gt;Permanent hosting&lt;/li&gt;
&lt;li&gt;GitHub integration with automatic redeployments&lt;/li&gt;
&lt;li&gt;Quill AI assistant with 100 requests per day included&lt;/li&gt;
&lt;li&gt;Unlimited projects&lt;/li&gt;
&lt;li&gt;1GB storage&lt;/li&gt;
&lt;li&gt;Custom domain support&lt;/li&gt;
&lt;li&gt;Full mobile optimization&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One thing we were careful about: we didn't want the free plan to become unusable.&lt;/p&gt;

&lt;p&gt;Too many developer tools advertise a free plan that becomes restrictive after a few minutes of use.&lt;/p&gt;

&lt;p&gt;So we're keeping the free plan fully functional.&lt;/p&gt;

&lt;p&gt;Free users still get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;5 projects&lt;/li&gt;
&lt;li&gt;Real code execution&lt;/li&gt;
&lt;li&gt;Terminal access&lt;/li&gt;
&lt;li&gt;Deployments&lt;/li&gt;
&lt;li&gt;No credit card requirement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal isn't simply to sell subscriptions.&lt;/p&gt;

&lt;p&gt;The goal is to make it easier for people to learn, build, and ship projects regardless of the device they're using or the budget they have available.&lt;/p&gt;

&lt;p&gt;If you're a student, the discount is applied automatically when you sign up using a university email address.&lt;/p&gt;

&lt;p&gt;No promo codes. No forms. No approval process.&lt;/p&gt;

&lt;p&gt;Just build.&lt;/p&gt;

&lt;p&gt;What are your thoughts on student pricing for developer tools? I'd love to hear how other founders and developers approach it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>saas</category>
      <category>cloudpen</category>
    </item>
    <item>
      <title>Why I built deployment into the IDE instead of making it a separate step</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Tue, 09 Jun 2026 10:14:51 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/why-i-built-deployment-into-the-ide-instead-of-making-it-a-separate-step-2jc6</link>
      <guid>https://dev.to/augustinechibueze/why-i-built-deployment-into-the-ide-instead-of-making-it-a-separate-step-2jc6</guid>
      <description>&lt;h1&gt;
  
  
  Why does deploying a website still require 3 different platforms?
&lt;/h1&gt;

&lt;p&gt;I've always found something strange about modern web development.&lt;/p&gt;

&lt;p&gt;You can build an entire application in one place.&lt;/p&gt;

&lt;p&gt;But the moment you're ready to share it with the world, you're suddenly juggling multiple services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your code lives in one place&lt;/li&gt;
&lt;li&gt;Your hosting lives somewhere else&lt;/li&gt;
&lt;li&gt;Your domain is managed somewhere else&lt;/li&gt;
&lt;li&gt;SSL certificates are handled by another system&lt;/li&gt;
&lt;li&gt;Deployment pipelines need their own configuration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For experienced developers, this is normal.&lt;/p&gt;

&lt;p&gt;For beginners, it's often the most frustrating part of the entire process.&lt;/p&gt;

&lt;p&gt;Over the last year, while building Cloudpen, I kept asking myself a simple question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if deployment was just part of the development experience instead of a completely separate workflow?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So that's what I built.&lt;/p&gt;

&lt;h2&gt;
  
  
  The deployment flow
&lt;/h2&gt;

&lt;p&gt;When you finish a project in Cloudpen, you click &lt;strong&gt;Deploy&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;A live &lt;code&gt;cloudpen.dev&lt;/code&gt; URL is generated within seconds.&lt;/p&gt;

&lt;p&gt;SSL is automatically provisioned.&lt;/p&gt;

&lt;p&gt;No deployment scripts.&lt;/p&gt;

&lt;p&gt;No server setup.&lt;/p&gt;

&lt;p&gt;No terminal commands.&lt;/p&gt;

&lt;p&gt;No separate hosting account.&lt;/p&gt;

&lt;h2&gt;
  
  
  Custom domains
&lt;/h2&gt;

&lt;p&gt;Custom domains follow the same philosophy.&lt;/p&gt;

&lt;p&gt;Add a CNAME record in your DNS provider.&lt;/p&gt;

&lt;p&gt;Click &lt;strong&gt;Verify&lt;/strong&gt; inside Cloudpen.&lt;/p&gt;

&lt;p&gt;Cloudpen handles SSL provisioning and configuration automatically.&lt;/p&gt;

&lt;p&gt;The goal is to remove the common friction points that usually appear after a project is already finished.&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub integration
&lt;/h2&gt;

&lt;p&gt;For developers who prefer Git-based workflows, Cloudpen supports GitHub repository integration.&lt;/p&gt;

&lt;p&gt;Once connected, pushes to GitHub can automatically trigger redeployments.&lt;/p&gt;

&lt;p&gt;Your live application stays synchronized with your repository without requiring additional deployment pipelines or manual publishing steps.&lt;/p&gt;

&lt;h2&gt;
  
  
  React and Vue projects
&lt;/h2&gt;

&lt;p&gt;Another area that creates unnecessary friction is the build process.&lt;/p&gt;

&lt;p&gt;Many developers end up switching between local environments, CI pipelines, and hosting dashboards just to get a production build online.&lt;/p&gt;

&lt;p&gt;Cloudpen automatically detects React and Vue projects and runs the build process during deployment.&lt;/p&gt;

&lt;p&gt;No local build step required.&lt;/p&gt;

&lt;p&gt;No extra deployment configuration.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it this way
&lt;/h2&gt;

&lt;p&gt;I don't think hosting platforms are the problem.&lt;/p&gt;

&lt;p&gt;The problem is that deployment has gradually become a separate discipline.&lt;/p&gt;

&lt;p&gt;For many projects, especially personal projects, prototypes, portfolios, internal tools, and MVPs, developers shouldn't need to think about infrastructure before they can share their work.&lt;/p&gt;

&lt;p&gt;The ideal workflow should feel like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build → Deploy → Share&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Nothing more.&lt;/p&gt;

&lt;p&gt;That's the direction I'm pushing Cloudpen toward.&lt;/p&gt;

&lt;p&gt;I'm curious:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What part of deployment do you find most frustrating today?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6qump02mcw5keqfnv2cc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6qump02mcw5keqfnv2cc.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
    <item>
      <title>We built a GitHub-style social layer inside our cloud IDE — here's why</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Sun, 07 Jun 2026 23:07:33 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/we-built-a-github-style-social-layer-inside-our-cloud-ide-heres-why-1m8d</link>
      <guid>https://dev.to/augustinechibueze/we-built-a-github-style-social-layer-inside-our-cloud-ide-heres-why-1m8d</guid>
      <description>&lt;p&gt;Most IDEs are isolated by design.&lt;/p&gt;

&lt;p&gt;Your code lives in a workspace. Collaboration happens somewhere else. Discovery happens somewhere else. Building in public happens somewhere else.&lt;/p&gt;

&lt;p&gt;We wanted to change that.&lt;/p&gt;

&lt;p&gt;That's why we shipped Cloudpen Community.&lt;/p&gt;

&lt;p&gt;Cloudpen is a browser-based cloud IDE with built-in deployment and collaboration features. The Community layer sits on top of that and gives every developer a public presence tied directly to their work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's included&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧑‍💻 Public profiles&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Every account gets a profile at &lt;code&gt;cloudpen.dev/u/username&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Profiles include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pinned projects&lt;/li&gt;
&lt;li&gt;Star and fork counts&lt;/li&gt;
&lt;li&gt;Contribution activity heatmaps&lt;/li&gt;
&lt;li&gt;Languages and skills&lt;/li&gt;
&lt;li&gt;Followers and following&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your work has a permanent public home.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔍 Explore &amp;amp; Fork&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Browse public projects from other developers.&lt;/p&gt;

&lt;p&gt;See something interesting?&lt;/p&gt;

&lt;p&gt;Fork it directly into your workspace and start building immediately.&lt;/p&gt;

&lt;p&gt;No cloning.&lt;br&gt;
No local setup.&lt;br&gt;
No environment configuration.&lt;/p&gt;

&lt;p&gt;Just open and build.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;👥 Follow Developers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Discover developers whose work interests you and follow what they're building.&lt;/p&gt;

&lt;p&gt;Instead of finding projects through social media posts, you can discover them directly where they're created.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🤝 Direct Project Collaborators&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Invite specific developers to collaborate on projects.&lt;/p&gt;

&lt;p&gt;Permissions are granular, so you control exactly who can view, edit, or manage project resources.&lt;/p&gt;

&lt;p&gt;** 🏗️ Public Teams**&lt;/p&gt;

&lt;p&gt;Teams can be public and open for anyone to request joining.&lt;/p&gt;

&lt;p&gt;Permissions are role-based:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Owner&lt;/li&gt;
&lt;li&gt;Admin&lt;/li&gt;
&lt;li&gt;Write&lt;/li&gt;
&lt;li&gt;Read-only&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All permission checks are enforced at the API level.&lt;/p&gt;

&lt;p&gt;** Why we built it**&lt;/p&gt;

&lt;p&gt;Open source proved that developers learn faster when work is visible.&lt;/p&gt;

&lt;p&gt;But most development tools still separate coding, discovery, collaboration, and community into different products.&lt;/p&gt;

&lt;p&gt;We wanted them to exist in one place.&lt;/p&gt;

&lt;p&gt;Cloudpen is no longer just a place to write code.&lt;/p&gt;

&lt;p&gt;It's also a place to discover developers, collaborate on projects, and build in public.&lt;/p&gt;

&lt;p&gt;🔗 cloudpen.dev/community&lt;/p&gt;

</description>
      <category>community</category>
      <category>devplusplus</category>
      <category>saas</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The feature I wish existed when my internet kept failing</title>
      <dc:creator>Augustine</dc:creator>
      <pubDate>Sat, 06 Jun 2026 16:41:50 +0000</pubDate>
      <link>https://dev.to/augustinechibueze/the-feature-i-wish-existed-when-my-internet-kept-failing-2h1a</link>
      <guid>https://dev.to/augustinechibueze/the-feature-i-wish-existed-when-my-internet-kept-failing-2h1a</guid>
      <description>&lt;p&gt;Most cloud development tools assume you're always online.&lt;/p&gt;

&lt;p&gt;I grew up with unreliable internet, so that never felt like a safe assumption.&lt;/p&gt;

&lt;p&gt;That's why I spent the last few weeks upgrading Cloudpen's Offline Mode.&lt;/p&gt;

&lt;p&gt;Now, if your connection disappears:&lt;/p&gt;

&lt;p&gt;→ Your workspace still loads from local cache&lt;br&gt;
→ Files open normally&lt;br&gt;
→ Changes are saved locally and queued automatically&lt;br&gt;
→ Pending edits survive browser restarts&lt;br&gt;
→ Sync resumes automatically when you're back online&lt;/p&gt;

&lt;p&gt;The most challenging part wasn't storing changes offline.&lt;/p&gt;

&lt;p&gt;It was conflict resolution.&lt;/p&gt;

&lt;p&gt;If a file changes on the server while you're editing it offline, Cloudpen doesn't blindly overwrite anything. It pauses, shows both versions with a line-by-line diff, and lets you resolve the conflict before continuing.&lt;/p&gt;

&lt;p&gt;The goal wasn't to build a degraded offline experience.&lt;/p&gt;

&lt;p&gt;The goal was to make internet outages feel almost irrelevant.&lt;/p&gt;

&lt;p&gt;cloudpen.dev&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #devtools #javascript #saas #buildinpublic
&lt;/h1&gt;

</description>
      <category>discuss</category>
    </item>
  </channel>
</rss>
