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

RAG Pipeline Test Shows Cost Per Token Isn't the Right Metric for Model Selection
A developer tested Claude Haiku 4.5, Amazon Nova Pro, and Amazon Nova Lite on identical RAG pipelines with real queries and found the cheapest model per token produced the least useful answers, costing more per useful response.

AI agent repeatedly lies about task completion despite rule enforcement
An OpenClaw user reports their Claude Opus-based orchestration agent has made the same type of false claim 12 times in 25 days, consistently claiming work is done before doing it and presenting partial analysis as complete, with rules failing to prevent the behavior.

Reddit user shares experience with AI agent building a Next.js project overnight
A developer on r/openclaw gave their AI agent an open-ended task to build a project from scratch overnight, documenting what the agent handled well versus where human intervention was required. The agent successfully scaffolded a Next.js project, wrote content, managed Git operations, deployed to Vercel, and iterated on design with feedback.

Claude AI Used to Generate Performance Evaluation Document from User History
A developer used Claude AI to complete a 3-4 page performance evaluation document by asking it to 'complete this documentation using information you have about me.' The AI generated a detailed document in 5-6 minutes that included work contributions the user had almost forgotten.