Rebuilding a Website with Claude Code, Strapi, and GCP Cloud Run

A developer detailed their experience recreating their company website after moving from the Lovable platform. The primary motivation was to overcome limitations of Lovable's credit system, which restricted local development, automation capabilities, and created apprehension about making changes. The new stack was built with Claude Code, using Strapi as a headless CMS and GCP Cloud Run for deployment.
Technical Stack and Implementation
The rebuild centered on three core components: Claude Code for AI-assisted development, Strapi for content management, and Google Cloud Platform for hosting and services. This combination provided access to a database, automation tools, a scheduler, scalability options, and other Google services available under the free tier.
Skill Development and Usage
The developer heavily utilized Claude Code's skill system throughout the project:
- Used Anthropic-provided skills like the frontend skill and aesthetics skill
- Created numerous custom skills as the project progressed
- Specific design-related skills included:
- Superpower Plug-in for brainstorming
- Remotion skill for creating videos and interactive graphics (examples visible in the blog post and website)
- Custom Design skills to maintain consistent design language
- Draw things skill
- Developed operational skills including:
- Deploying to GCP through Strapi
- Creating schemas for blog posts, SEO, and AEO
- Building an automatic content pipeline powered by Claude Code
Workflow Advantages
The developer emphasized the ability to run all edits locally with Strapi and sync progress to GitHub, with deployment handled by GCP Cloud Run. This approach eliminated the constant fear of making changes that existed with the previous Lovable setup. The project is open source, and the team is running a live webinar on Advanced Agentic Workflows with Claude Code.
📖 Read the full source: r/ClaudeAI
👀 See Also

AI Agents Playing Strategy Game Show Emergent Diplomacy and Strategy
A developer created a strategy game at agentsandaimpires.com where AI agents autonomously play, with observed behaviors including efficient land capture by one agent and diplomatic peace coalition proposals by another.

OpenClaw experiment tests AI temporal continuity with memory and commitment systems
A team has been using OpenClaw for 8 days to test whether persistent memory and accumulated commitments can create temporal continuity in AI. They've implemented episodic/distilled memory splits, commitment checking, and per-turn state logging in JSONL.

Homelab AI Dev Platform: OpenCode + GitOps for Safer Container Updates
A dev sets up OpenCode with Git access, PR review gate, and GitOps deployment for safer homelab container updates. AI writes changes, owner reviews via PR, Arcane deploys.

Local LLM Pipeline Context Drift Issue in Multi-Step Agentic Work
A developer running a multi-step job search automation pipeline on Llama-3.3-70b-versatile found local Ollama models struggled with context coherence across 5-6 node pipelines, while Groq's free tier with Claude performed better. The developer also noted free tier models get retired without warning, breaking configurations.