You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: updated to the latest version
* chore: updated to the latest version
* chore: updated to the latest version
* chore: updated to the latest version
Copy file name to clipboardExpand all lines: README.md
+22-14Lines changed: 22 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
[](https://www.openselfservice.com)
2
+
1
3
# Open Self Service (O2S)
2
4
3
5
**Framework for building composable customer self-service portals.**
@@ -7,7 +9,8 @@ Its flexibility allows for many customizations and lets you build various types
-**Composable** – In short: **API-agnostic**. Compose customer experience by combining multiple "backend capabilities" into seamless, fully decoupled frontend.
13
+
-**Next.js Frontend Starter** – Robust Next.js-based frontend including basic customer portal pages and content management capabilities.
11
14
-**API Harmonization Server** – **Integration layer** for data aggregation, orchestration and normalization. Provides vendor lock-in safeness and better maintainability.
12
15
-**TypeScript SDK** – Easily interact with the Harmonization Server in the frontend app or any web, mobile, other TS-based apps.
13
16
-**Pre-built Integrations** – Ready integrations so that you can set up your solution faster.
@@ -42,7 +45,7 @@ cd apps/api-harmonization && npm run dev # Start API Harmonization Server
42
45
cd apps/frontend && npm run dev # Start Next.js Frontend
43
46
```
44
47
45
-
For more details, check the **[Running the project](https://www.openselfservice.com/docs/running-the-project)** guide.
48
+
For more details, check the **[Running the project](https://www.openselfservice.com/docs/getting-started/running-locally)** guide.
46
49
47
50
## 🏗️ Project Structure
48
51
@@ -57,26 +60,29 @@ O2S follows a **monorepo structure** using **Turborepo** for managing apps and i
57
60
/ui # UI component library (shadcn/ui, Tailwind)
58
61
```
59
62
60
-
For a detailed breakdown, visit **[Project structure](https://www.openselfservice.com/docs/project-structure)**.
63
+
For a detailed breakdown, visit **[Project structure](https://www.openselfservice.com/docs/getting-started/project-structure)**.
- Any relevant logs, screenshots, or additional useful information.
14
+
15
+
We will handle your report and the issue as soon as possible.
16
+
17
+
## Supported Versions
18
+
19
+
At this stage of development, we recommend always using the latest version of Open Self Service to ensure you have the most up-to-date security patches.
0 commit comments