Developer uses Claude to build entire dream journal app, removes all AI features from final product

Full-stack development with Claude
A developer on r/ClaudeAI shared their experience building a complete application called Somnia using Claude as their development partner. The solo founder described Claude as "essentially my entire team" throughout the weeks-long development process.
The workflow involved: describing what they wanted, having Claude write the code, testing on their phone, returning with what broke, and fixing it together. This cycle repeated approximately 200 times during development.
Technical stack built with AI assistance
The entire codebase was created through conversation with Claude, including:
- Next.js frontend
- Supabase backend
- Service worker
- Landing page
- Onboarding flow
- Database schema
- Every component
Decision to remove AI features
Initially, the developer planned to include multiple AI features in the product:
- AI-generated dream interpretations
- AI seed suggestions
- AI pattern analysis
After considering the target audience—people who want to journal dreams and program their subconscious—they realized users were seeking connection with their inner life, not outsourcing interpretation to a language model. The developer concluded that if someone plants an intention for their subconscious to process overnight, "the last thing they need is Claude telling them what it means."
Final product: mechanical dream journal
The app now contains zero AI features. The functionality is entirely mechanical:
- A 10-minute window opens before sleep time for writing what you want to dream about
- A window opens upon waking for recording what you dreamed
- The app shows whether your seed appeared in your dreams
The developer notes this approach feels right for this specific use case but raises the question of whether there are other products where hiding or removing AI features makes sense, even when AI was central to building the application.
The app is available to try at somniavault.me.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw + SalesBlink: Autonomous Outreach Management Cuts Time from 10hrs to 1hr/week
Connecting OpenClaw to SalesBlink via API automated campaign monitoring, reply handling, and sequence triggers. The user reports reply rates up from 3% to 5.1%, meeting bookings doubled, and zero domains burned in 30 days.

Building a Pixel-Art JRPG with Claude Code: A Developer's Workflow and Stack
A developer used Claude Code (Opus 4.6) to build Bakemachi, a pixel-art JRPG for learning Japanese with a playable demo. The stack includes Vite, React, Phaser 3, TypeScript, and Zustand, with Claude handling most of the code implementation.

Local vLLM Hosting on 2x Modded 2080 Ti for OpenClaw: Real-World Experience
A user shares their experience impulse-buying two modded 22GB 2080 Tis from Alibaba with NVLink to host a 20-30B model for OpenClaw via vLLM, seeking advice on suitable models for coding, homelab, and RAG.

Architecture for a Daily Intelligence Briefing System Built with Claude
A developer built a personalized daily briefing system using Claude API that ingests RSS feeds, scores articles for relevance, triages them, and delivers analysis via email. The pipeline processes ~200 articles daily, filters to 5-8 for analysis, and costs under $5/month.