<?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: Emily Grace</title>
    <description>The latest articles on DEV Community by Emily Grace (@yangjuzi).</description>
    <link>https://dev.to/yangjuzi</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%2F3378581%2F64ffc4dd-74c1-4638-8f2a-9b589084f7e1.png</url>
      <title>DEV Community: Emily Grace</title>
      <link>https://dev.to/yangjuzi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yangjuzi"/>
    <language>en</language>
    <item>
      <title>How I Built My Copyright Symbol Website with Claude Code</title>
      <dc:creator>Emily Grace</dc:creator>
      <pubDate>Thu, 18 Sep 2025 11:56:27 +0000</pubDate>
      <link>https://dev.to/yangjuzi/how-i-built-my-copyright-symbol-website-with-claude-code-41e5</link>
      <guid>https://dev.to/yangjuzi/how-i-built-my-copyright-symbol-website-with-claude-code-41e5</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.amazonaws.com%2Fuploads%2Farticles%2F0vtx4nw0r30ujm94pki4.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%2F0vtx4nw0r30ujm94pki4.png" alt=" " width="800" height="494"&gt;&lt;/a&gt;&lt;br&gt;
I wanted to share a little behind-the-scenes story about making my new site, &lt;a href="https://copyrightsymbol.app" rel="noopener noreferrer"&gt;copyrightsymbol.app&lt;/a&gt;&lt;br&gt;
. If you’ve been curious about using Claude Code to spin up a site, here’s what the process looked like for me—nothing too technical, just my real-life experience.&lt;/p&gt;

&lt;p&gt;I started with a simple idea: a clean, no-nonsense tool where people can copy and paste the © symbol (and related characters) without digging through special keyboards or menus.&lt;/p&gt;

&lt;p&gt;Instead of setting up a big coding environment, I opened Claude Code right in my browser. It feels like chatting with a super-smart coding buddy. I described what I wanted—“a minimalist page where users can click to copy different copyright symbols.” Claude suggested an HTML/CSS/JavaScript starter and even explained where to paste the code.&lt;/p&gt;

&lt;p&gt;Here’s roughly how it went:&lt;/p&gt;

&lt;p&gt;Brainstorm in plain English – I literally typed, “Can you create a white-background page with a big copyright symbol and a copy button?”&lt;/p&gt;

&lt;p&gt;Get instant code snippets – Claude replied with a ready-to-use snippet and walked me through how to tweak colors and fonts.&lt;/p&gt;

&lt;p&gt;Deploy – I pushed the files to my hosting service (I used Vercel, but any host works) and pointed my domain to it. Done.&lt;/p&gt;

&lt;p&gt;The best part? No heavy setup, no complicated installs. If you can describe what you want, Claude can translate it into clean code.&lt;/p&gt;

&lt;p&gt;So if you’ve been thinking about launching a small tool or personal site but feel intimidated by programming, give Claude Code a try. It’s like having a developer friend on call 24/7.&lt;/p&gt;

&lt;p&gt;Check out the finished product here: &lt;a href="https://copyrightsymbol.app" rel="noopener noreferrer"&gt;https://copyrightsymbol.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy for you!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How I Built RicePurity-Test.app in Minutes with Bolt.new</title>
      <dc:creator>Emily Grace</dc:creator>
      <pubDate>Sun, 24 Aug 2025 04:26:28 +0000</pubDate>
      <link>https://dev.to/yangjuzi/how-i-built-ricepurity-testapp-in-minutes-with-boltnew-3a7j</link>
      <guid>https://dev.to/yangjuzi/how-i-built-ricepurity-testapp-in-minutes-with-boltnew-3a7j</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.amazonaws.com%2Fuploads%2Farticles%2Flrwkhg71bi0pyic366v0.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%2Flrwkhg71bi0pyic366v0.png" alt=" " width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Made &lt;a href="https://www.ricepurity-test.app" rel="noopener noreferrer"&gt;RicePurity-Test.app&lt;/a&gt; in Just Minutes with &lt;a href="//bolt.new"&gt;Bolt.new&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;So here’s the story. I’d been thinking about making a simple little website — nothing too fancy, just something fun that people could share with their friends. The idea? The classic Rice Purity Test. You know, that 100-question quiz that tells you how “innocent” (or not) you are.&lt;/p&gt;

&lt;p&gt;Normally, building a site like this would take me ages. Coding, setting up hosting, figuring out design… honestly, I probably would’ve given up halfway.&lt;/p&gt;

&lt;p&gt;But then I tried Bolt.new.&lt;/p&gt;

&lt;p&gt;And wow — it felt like magic.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why Bolt.new Feels Like Magic&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;All I did was type:&lt;/p&gt;

&lt;p&gt;“Make me a quiz site with 100 questions, calculate the score, and show a results card.”&lt;/p&gt;

&lt;p&gt;And within seconds, Bolt.new actually built it. The layout looked clean, it worked on my phone, and the scoring system was already in place. It was like talking to a super-fast developer who instantly understood me.&lt;/p&gt;

&lt;p&gt;The coolest part? If I didn’t like something, I could just describe what I wanted to change in plain English — and boom, it updated. No digging through code. No setup headaches.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Few Things I Learned
&lt;/h2&gt;

&lt;p&gt;Bolt.new is amazing, but here are a couple of tips if you’re trying it out:&lt;/p&gt;

&lt;p&gt;Be specific when you give instructions — the more details, the better.&lt;/p&gt;

&lt;p&gt;Double-check the site — Bolt gets you super close, but sometimes you’ll want to tweak wording or styling.&lt;/p&gt;

&lt;p&gt;Think about SEO &amp;amp; sharing — Bolt builds fast, but polishing it for real-world traffic is still on you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Meet &lt;a href="https://www.ricepurity-test.app" rel="noopener noreferrer"&gt;RicePurity-Test.app&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Thanks to Bolt.new, I ended up with RicePurity-Test.app — a super clean and mobile-friendly version of the Rice Purity Test. You can take the 100-question quiz, get your score instantly, and retake it as many times as you want.&lt;/p&gt;

&lt;p&gt;If you’re curious about your own score (or just want to see what Bolt.new can create), give it a try. It still blows my mind that this whole site came together in just a few minutes.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
