https://github.com/ownstak/ownstak-examples
Collection of example projects for the OwnStak platform
https://github.com/ownstak/ownstak-examples
astro cloud hosting jamstack javascript nextjs ownstak
Last synced: about 2 months ago
JSON representation
Collection of example projects for the OwnStak platform
- Host: GitHub
- URL: https://github.com/ownstak/ownstak-examples
- Owner: OwnStak
- License: mit
- Created: 2025-06-02T12:46:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-26T11:03:01.000Z (9 months ago)
- Last Synced: 2025-09-26T13:07:03.668Z (9 months ago)
- Topics: astro, cloud, hosting, jamstack, javascript, nextjs, ownstak
- Language: JavaScript
- Homepage: https://docs.ownstak.com
- Size: 1.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OwnStak Examples
A collection of example projects demonstrating how to deploy various frameworks and applications on OwnStak.
### Clone Specific Example
You can clone a specific example by running:
```bash
npx gitpick https://github.com/OwnStak/ownstak-examples/tree/main/ownstak-[example-name]
cd ownstak-[example-name]
npm install
```
### Clone All Examples
You can clone the entire repository with all examples by running:
```bash
git clone https://github.com/OwnStak/ownstak-examples.git
cd ownstak-examples
```
## Learn More
- [OwnStak Documentation](https://docs.ownstak.com/) - Complete deployment guide
- [OwnStak Website](https://ownstak.com/) - Learn about OwnStak's features
- [Supported Frameworks](https://docs.ownstak.com/frameworks) - Framework-specific guides
## 🤝 Contributing
Here's how you can help:
- [Start a Discussion](https://github.com/orgs/OwnStak/discussions) - Share ideas, ask questions, or provide feedback
- [Open a Pull Request](https://github.com/OwnStak/ownstak-examples/compare) - Submit bug fixes, improvements, or new examples
## License
Licensed under the [MIT License](LICENSE).