v1.0 Overview (Beta)
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:
- 🐛 Report issues on GitHub
- 💬 Use the feedback button in the header at beta.morphic.sh
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 what's the upcoming plan.
@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 Hey Miurla congrats on the awesome updates. Are we any closer to succesful deployment on cloudflare workers? Been patiently waiting for months!
I'll happily test the docker containers.
@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)
@arsaboo Thanks. Docker setup is still in progress. Please test it once it's ready.
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.
I'm assuming that the self-hosted version (with ollama) is not ready yet. I saw the other PR.
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