morphic icon indicating copy to clipboard operation
morphic copied to clipboard

v1.0 Overview (Beta)

Open miurla opened this issue 4 months ago • 9 comments

v1.0 Overview (Beta)

Status: Currently in beta phase (v1.0.0-beta.8). Try it live at beta.morphic.sh!

This release introduces major architectural changes and breaking changes from v0.x.

Key Achievements:

  • AI SDK v5 Migration:
    • [x] Upgraded to Vercel AI SDK v5 (stable release)
    • [x] Implemented enhanced streaming capabilities
  • Search System Transformation:
    • [x] Implemented three search modes (Quick, Planning, Adaptive)
    • [x] Evolved from simple search to agentic, adaptive search
    • [x] Added task management with todo tools for complex queries
  • Infrastructure Overhaul:
    • [x] Migrated from Redis to PostgreSQL
    • [x] Updated JSON-based model configuration format
  • Major Features:
    • [x] File upload with Cloudflare R2 storage
    • [x] Category-based prompt suggestions (#644)
    • [x] Enhanced UI with detailed inspector for tools and reasoning
    • [x] Vercel AI Gateway support for unified provider access (#631)
    • [x] Langfuse integration (optional) for LLM observability

Breaking Changes:

  • Database architecture changed to PostgreSQL
  • Environment variables restructured
  • Model configuration format changed to JSON
  • Supported providers updated

Current Status:

  • Beta Testing: Live at beta.morphic.sh
  • Development Focus: Hosted deployment prioritized over self-hosting
  • Docker Support: Requires additional testing
  • Documentation: Self-hosting guides in progress

Feedback:

Found a bug or have suggestions? We'd love to hear from you:

Release Plan:

  • Future betas: Bug fixes and stability improvements
  • Final Release: Merge to main branch after stability confirmation

Links:

  • v1.0.0 Branch: https://github.com/miurla/morphic/tree/v1.0.0
  • Latest Release: https://github.com/miurla/morphic/releases/tag/v1.0.0-beta.8
  • Previous Roadmap: #530

miurla avatar Sep 07 '25 08:09 miurla

@miurla what's the upcoming plan.

Dhaval-x96 avatar Sep 16 '25 11:09 Dhaval-x96

@Dhaval-x96 Currently focusing on bug fixes and stability improvements for v1.0. After v1.0 is finalized, we're planning to add MCP support in the next version.

miurla avatar Sep 17 '25 00:09 miurla

@miurla Hey Miurla congrats on the awesome updates. Are we any closer to succesful deployment on cloudflare workers? Been patiently waiting for months!

dreemrworld avatar Oct 03 '25 17:10 dreemrworld

I'll happily test the docker containers.

arsaboo avatar Oct 03 '25 17:10 arsaboo

@dreemrworld Thanks for your interest.

We're focused on Vercel deployment for v1.0, and don't have plans to support Cloudflare Workers due to Next.js App Router's runtime requirements.

For self-hosting, you can deploy Morphic on any platform that supports Next.js using Docker or other deployment methods. (Docker support is currently being validated)

miurla avatar Oct 07 '25 09:10 miurla

@arsaboo Thanks. Docker setup is still in progress. Please test it once it's ready.

miurla avatar Oct 07 '25 09:10 miurla

We've opened beta testing for v1.0.0 at beta.morphic.sh.

The current release is v1.0.0-beta.8. We'll continue to address bugs and improve stability based on your feedback before merging to main.

If you encounter any issues or have suggestions, please feel free to share them here or use the feedback button in the app.

Thank you for helping us improve Morphic.

miurla avatar Oct 13 '25 06:10 miurla

I'm assuming that the self-hosted version (with ollama) is not ready yet. I saw the other PR.

arsaboo avatar Oct 13 '25 11:10 arsaboo

Beta.9 Update

v1.0.0-beta.9 is now available with Docker Compose support (PostgreSQL + Redis + SearXNG included) and restored Ollama provider support for local LLMs 🐳🤖

Release: https://github.com/miurla/morphic/releases/tag/v1.0.0-beta.9

miurla avatar Oct 28 '25 03:10 miurla