How This Website Was Built With a Generative AI Assistant

Category:AI Web Development | Time to Complete: 20 Minutes


🎯 The Problem

We needed to create a new website for Dangentic.ai from scratch. The goal was to build a functional, visually appealing, and maintainable site to showcase our AI guides as quickly as possible, without a dedicated front-end development team.

"We have a great idea for a website and a lot of content to share, but we need to go from zero to a live site in record time. How can we leverage AI to act as our development partner?"

💡 The Solution

We used a generative AI coding assistant (Gemini Code Assist) as a pair programmer. The entire process was a conversation, where we provided instructions and the AI generated the code, which we then refined together. Here's how it went:

Step 1: Create the dangentic.ai home page

Step 2: Create a template for guides

Step 3: Generate the guides.html page

Step 4: Harmonize the stylesheets

Step 5: Theme updates

Step 6: Dark and light theme

Step 7: A bug in the title across pages

Step 8: A logo

Step 9: Add the logo to the theme

Step 10: Update the image

Step 11: Remove some pages

Step 12: Filter should be dynamic

Step 13: Create a guide using this as content

Step 14: Link the new guide

Step 15: Code snippets as cards


✅ Conclusion

By treating the AI as a development partner, we were able to rapidly prototype, refactor, and add features to this website. The key to success was an iterative workflow: start with a broad request, then provide specific feedback and instructions to refine the output.

This conversational approach to coding allowed us to build the entire site you're using now, demonstrating that generative AI is a powerful tool for accelerating software development.

What's Next?