DEV Community

Fran
Fran

Posted on

I Built a Full AI Platform with Persistent Memory — Here's What I Learned

Alma by Olivares.AI is a persistent memory layer for AI. It remembers facts, decisions, preferences, and behavioral patterns across every conversation. Think of it as giving your AI a long-term brain.

What's new:

  • Code Workspace — Upload repos or clone from GitHub. 8 AI skills: explain, refactor, review, test, fix, document, search, commit. Resizable 3-panel layout with file explorer, editor, and AI chat. Choose between Claude Opus, Sonnet, or Haiku.

  • Video Studio — Generate videos with Runway Gen-4 Turbo and Gen-4.5. Plan scenes with AI, manage projects with resource workspaces, generate YouTube metadata (title, description, tags), and stitch multiple clips into one video.

  • Global Conversation Search — Search across all your conversations instantly. Find that decision you made weeks ago in seconds.

  • Conversation Branching — Fork any conversation from a specific message. Explore alternative approaches without losing the original thread.

  • 10 Image Presets — Cinematic, Anime, Watercolor, Pixel Art, Photography, 3D Render, Sketch, Neon, Minimalist. Each preset automatically enhances your prompt.

  • OCR — Extract text from images using AI vision. Upload a photo of a document, whiteboard, or receipt.

  • Web Search with AI Summaries — Perplexity-style search powered by Brave + Tavily with Claude-generated summaries and source citations.

  • Trends & News — Stay current with trending topics across 10 categories (tech, science, business, health, sports, entertainment, politics, world, environment, AI).

The Stack:

  • Cloudflare Workers (Hono) + D1 + R2 + Vectorize + KV + Durable Objects
  • React 19 + Vite 6 + Tailwind CSS 4
  • 35 API routes, 79 migrations, 2,600+ tests
  • MCP Server, VSCode Extension, JavaScript SDK (all on npm)
  • 15 languages supported

Try it: alma.olivares.ai

Top comments (0)