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

Non-technical user builds and deploys website using Claude AI from phone
A user with no coding experience built and deployed a full website from their phone in one hour using Claude AI. They created a fake Portal 3 loading screen for an April Fools' prank by describing requirements in plain language and having Claude generate specifications and code.

Using Claude Haiku as a Gatekeeper to Reduce Sonnet API Costs by 80%
A developer built a two-stage pipeline using Claude Haiku to filter out 85% of unstructured text before sending only relevant content to Claude Sonnet, reducing API costs by approximately 80% when processing thousands of comments.

Financial Analyst Uses Claude Code to Build DCF Model Without Coding Experience
A financial analyst with no terminal experience used Claude Code to build a discounted cash flow model in 20-25 minutes instead of 1-2 days. The tool read financial files and generated a fully structured Excel model with working formulas after the user typed /dcf [company name].

Claude Code + Remotion: Generating App Launch Videos Without After Effects
A developer used Claude Code to generate a Remotion animation for their app launch video, getting ~80% of the way there quickly but needing manual fixes for pixel-perfect positioning.