Skip to content
Open
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
11 changes: 11 additions & 0 deletions CHANGELOG-OSC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Eyevinn Open Source Cloud - Processing History

This file tracks when this project was processed by the Eyevinn Open Source Cloud service builder.

## Changelog

- **2025-12-09T22:44:10.296Z**: Project synchronized with upstream by OSaaS Service Builder

---

*This changelog is automatically maintained by the [OSaaS Service Builder](https://www.osaas.io)*
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM node:18-alpine
RUN apk add python3 make g++
ENV NODE_ENV=production
ENV PORT=8080
RUN mkdir /app
RUN chown node:node /app
WORKDIR /app
USER node
COPY --chown=node:node ["./", "./"]
RUN NODE_ENV="" npm ci || npm install --include=dev --production=false
RUN npm run build
CMD ["npm", "run", "start"]
49 changes: 49 additions & 0 deletions README-OSC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Eyevinn Open Source Cloud

## Turn Your Open Source Project into a Revenue Stream

Welcome to [Eyevinn Open Source Cloud](https://www.osaas.io) - the platform that democratizes infrastructure and creates sustainable revenue for open source creators.

### Why Eyevinn Open Source Cloud Benefits You as a Creator

**🚀 Zero Infrastructure Costs**
Your users get enterprise-grade hosting and scaling without you managing servers, paying hosting bills, or dealing with DevOps complexity. We handle the infrastructure so you can focus on what you do best - building great software.

**💰 Monetize Your Open Source Work**
Finally get paid for your contributions to the open source ecosystem. When users deploy your project through our platform, you automatically receive a share of the revenue. No complicated pricing models or payment processing required.

**📈 Reach More Users**
Remove the biggest barrier to adoption - deployment complexity. Your project becomes instantly accessible to non-technical users and small teams who need your solution but lack the resources for self-hosting.

**🎯 Level the Playing Field**
Small and medium projects now have access to the same infrastructure capabilities as big tech companies. Your innovative tool can compete on features, not on who has the biggest infrastructure budget.

### How It Works

1. **Claim Ownership**: Create your account on [osaas.io](https://www.osaas.io) and connect your GitHub account
2. **Automatic Recognition**: We verify your ownership of this repository
3. **Instant Revenue**: Start earning from every deployment of your project
4. **Focus on Code**: Continue developing while we handle scaling, security, and operations

### For Your Users

Users pay only for what they use, getting professional-grade hosting without the complexity. They can deploy your project in minutes instead of hours or days, making your solution accessible to a broader audience.

### Community & Support

Join our vibrant community of open source creators:

- **💬 [Slack Workspace](https://slack.osaas.io)** - Connect with other creators, get help, and share your experiences
- **🐙 [GitHub](https://github.com/EyevinnOSC)** - Contribute to the platform and follow development updates
- **💼 [LinkedIn](https://www.linkedin.com/company/eyevinn-open-source-cloud/)** - Stay updated with news and announcements
- **📚 [Documentation](https://docs.osaas.io)** - User guides and best practices

### Join the Movement

Help us democratize access to open source infrastructure and create a sustainable ecosystem where creators are rewarded for their contributions.

**[Get Started →](https://www.osaas.io)**

---

*Eyevinn Open Source Cloud - Making open source more accessible, one deployment at a time.*