Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 12 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
# next-forge
# Synaxis
**Bringing Communities Together with Real-Time Events and Seamless Management**

**Production-grade Turborepo template for Next.js apps.**
Synaxis is a dynamic platform designed to empower communities and creators by streamlining event planning, hosting, and engagement. Whether it's virtual meetups, community discussions, or group sessions, Synaxis provides the tools needed for a truly connected experience.

<div>
<img src="https://img.shields.io/npm/dy/next-forge" alt="" />
<img src="https://img.shields.io/npm/v/next-forge" alt="" />
<img src="https://img.shields.io/github/license/haydenbleasel/next-forge" alt="" />
</div>
### Key Features
- **Community-Centric Events**: Plan and host events tailored to your community's needs.
- **Real-Time Engagement**: Interactive live sessions with seamless participant involvement.
- **Audio Communication**: Integrated voice chat for immersive discussions.
- **Hybrid Payments**: Accept payments via crypto (Solana) or bring in your own payment gateway.
- **Organizer Tools**: Manage events with ease, including direct fund transfers and webhook-based notifications.

[next-forge](https://github.com/haydenbleasel/next-forge) is a [Next.js](https://nextjs.org/) project boilerplate for modern web application. It is designed to be a comprehensive starting point for new apps, providing a solid, opinionated foundation with a minimal amount of configuration.
Synaxis is designed to unify communities and foster meaningful connections through modern technology.

Clone the repo using:

```sh
npx next-forge@latest init [my-app]
```
---

Then read the [docs](https://docs.next-forge.com) for more information.

<a href="https://github.com/haydenbleasel/next-forge/graphs/contributors">
<img src="https://contrib.rocks/image?repo=haydenbleasel/next-forge" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
This is likely to change...
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"concurrently": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@repo/typescript-config": "workspace:*",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"jsdom": "^25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"tailwindcss": "^3.4.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"@repo/email": "workspace:*",
"@repo/env": "workspace:*",
"@repo/tailwind-config": "workspace:*",
"better-auth": "^1.1.3",
"better-auth": "^1.1.6",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"next": "15.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.10.1",
"@types/node": "^22.13.0",
"@types/react": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"typescript": "^5.7.2",
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1"
"@types/node": "22.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.10.0",
"@types/node": "^22.13.0",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/observability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/lodash.merge": "^4.6.9",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.2",
"next": "15.1.0"
Expand Down
Loading