docs(README): position Pulse as commercial product, remove self-hosting instructions
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
44
README.md
44
README.md
@@ -4,7 +4,13 @@
|
|||||||
[](https://nextjs.org/)
|
[](https://nextjs.org/)
|
||||||
[](https://en.wikipedia.org/wiki/Switzerland)
|
[](https://en.wikipedia.org/wiki/Switzerland)
|
||||||
|
|
||||||
Pulse is the dashboard interface for the Pulse analytics platform. It provides a simple, intuitive interface for managing sites and viewing analytics data.
|
**Pulse** is a privacy-first analytics platform by Ciphera. Use it as a hosted service—no self-hosting required.
|
||||||
|
|
||||||
|
## Get Pulse
|
||||||
|
|
||||||
|
Pulse is available as a commercial product. Hosted in Switzerland, it gives you real-time analytics and insights without compromising your visitors' privacy.
|
||||||
|
|
||||||
|
**[Try Pulse Free →](https://pulse.ciphera.net)**
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -24,41 +30,9 @@ Pulse is the dashboard interface for the Pulse analytics platform. It provides a
|
|||||||
- **UI Components**: @ciphera-net/ui for shared components
|
- **UI Components**: @ciphera-net/ui for shared components
|
||||||
- **Hosting**: Swiss infrastructure
|
- **Hosting**: Swiss infrastructure
|
||||||
|
|
||||||
## Getting Started
|
## Contributing
|
||||||
|
|
||||||
### Prerequisites
|
This repository is open source. If you want to contribute (bug fixes, features, docs), see [CONTRIBUTING.md](CONTRIBUTING.md) for setup and workflow.
|
||||||
|
|
||||||
- Node.js 18+
|
|
||||||
- npm or yarn
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
1. Install dependencies:
|
|
||||||
```bash
|
|
||||||
npm install
|
|
||||||
```
|
|
||||||
|
|
||||||
2. Set up environment variables (create `.env.local` file):
|
|
||||||
```env
|
|
||||||
NEXT_PUBLIC_API_URL=http://localhost:8082
|
|
||||||
NEXT_PUBLIC_AUTH_URL=http://localhost:3000
|
|
||||||
NEXT_PUBLIC_AUTH_API_URL=http://localhost:8081
|
|
||||||
NEXT_PUBLIC_APP_URL=http://localhost:3003
|
|
||||||
```
|
|
||||||
|
|
||||||
3. Run the development server:
|
|
||||||
```bash
|
|
||||||
npm run dev
|
|
||||||
```
|
|
||||||
|
|
||||||
4. Open [http://localhost:3003](http://localhost:3003) in your browser.
|
|
||||||
|
|
||||||
### Build for Production
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm run build
|
|
||||||
npm start
|
|
||||||
```
|
|
||||||
|
|
||||||
## Releasing
|
## Releasing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user