Skip to content

Commit f0e03ce

Browse files
authored
Merge pull request #769 from miurla/docs/update-readme-for-v1
docs: update README for v1.0.0 release
2 parents c1c164f + 119e78a commit f0e03ce

3 files changed

Lines changed: 5 additions & 41 deletions

File tree

README.md

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -14,57 +14,21 @@ An AI-powered search engine with a generative UI.
1414

1515
<a href="https://trendshift.io/repositories/9207" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9207" alt="miurla%2Fmorphic | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
1616

17-
<img src="./public/screenshot-2025-05-04.png" />
17+
<img src="./public/screenshot-2026-02-07.png" />
1818

1919
</div>
2020

2121
## 🗂️ Overview
2222

23-
- 🧪 [Beta Testing](#-beta-testing)
2423
- 🛠 [Features](#-features)
2524
- 🧱 [Stack](#-stack)
2625
- 🚀 [Quickstart](#-quickstart)
2726
- 🌐 [Deploy](#-deploy)
28-
- 🔎 [Search Engine](#-search-engine)
29-
- 💙 [Sponsors](#-sponsors)
3027
- 👥 [Contributing](#-contributing)
3128
- 📄 [License](#-license)
3229

3330
📝 Explore AI-generated documentation on [DeepWiki](https://deepwiki.com/miurla/morphic)
3431

35-
## 🧪 Beta Testing
36-
37-
We're excited to announce the v1.0.0 pre-release is now available for beta testing at [beta.morphic.sh](https://beta.morphic.sh)!
38-
39-
### About v1.0.0 Branch
40-
41-
The `v1.0.0` branch is our pre-release branch featuring:
42-
43-
- Latest features and improvements
44-
- Active bug fixes based on beta feedback
45-
- Preparation for stable release
46-
47-
This branch will be merged into `main` once:
48-
49-
- Beta testing phase is complete
50-
- Critical bugs are resolved
51-
- All planned features are stable
52-
53-
### Which Branch Should I Use?
54-
55-
- **For production use**: Use the `main` branch (stable)
56-
- **For testing and feedback**: Use the `v1.0.0` branch or visit [beta.morphic.sh](https://beta.morphic.sh)
57-
58-
### Help Us Improve
59-
60-
Found a bug or have suggestions? We'd love to hear from you:
61-
62-
- 🐛 [Report issues on GitHub](https://github.com/miurla/morphic/issues)
63-
- 💬 Use the feedback button in the header at [beta.morphic.sh](https://beta.morphic.sh) for quick feedback
64-
- 🤝 Contribute to the beta testing effort
65-
66-
Your feedback helps make Morphic better for everyone!
67-
6832
## 🛠 Features
6933

7034
### Core Features
@@ -125,9 +89,9 @@ Models are configured in `config/models/*.json` with profile-based settings. Whe
12589

12690
- [Next.js](https://nextjs.org/) - React framework with App Router
12791
- [TypeScript](https://www.typescriptlang.org/) - Type-safe development
128-
- [Vercel AI SDK](https://sdk.vercel.ai/docs) - TypeScript toolkit for building AI-powered applications
92+
- [Vercel AI SDK](https://ai-sdk.dev) - TypeScript toolkit for building AI-powered applications
12993

130-
### Authentication & Authorization (Updated Category)
94+
### Authentication & Authorization
13195

13296
- [Supabase](https://supabase.com/) - User authentication and backend services
13397

@@ -294,11 +258,11 @@ services:
294258
- redis
295259
```
296260
297-
**Note**: The prebuilt image uses default model configurations (statically bundled at build time). To customize models, you need to build from source - see [CONFIGURATION.md](./docs/CONFIGURATION.md) for details.
261+
**Note**: The prebuilt image runs in **anonymous mode only** (`ENABLE_AUTH=false`). Supabase authentication cannot be enabled because `NEXT_PUBLIC_*` environment variables are embedded at build time by Next.js. To enable authentication or customize model configurations, you need to build from source see [CONFIGURATION.md](./docs/CONFIGURATION.md) for details.
298262

299263
#### Building from Source
300264

301-
Or use Docker Compose for a complete setup with PostgreSQL, Redis, and SearXNG. See the [Using Docker](#using-docker) section for detailed instructions.
265+
Or use Docker Compose for a complete setup with PostgreSQL, Redis, and SearXNG. See the [Using Docker](#using-docker) section under Quickstart for detailed instructions.
302266

303267
## 👥 Contributing
304268

public/screenshot-2025-05-04.png

-497 KB
Binary file not shown.

public/screenshot-2026-02-07.png

970 KB
Loading

0 commit comments

Comments
 (0)