···32323333currently, I'm planning to only add features that gives more benefit to moocup as a tool. so, priority will change based on value.
34343535+3636+## Self-hosting
3737+You can easily self-host moocup on platforms like Vercel, Railway, or Netlify—just provide the repository and follow the standard steps to deploy a web app.
3838+3939+One-click Railway Deploy:
4040+[**Deploy on Railway**](https://railway.com/deploy/moocup) - for the latest version in a single click.
4141+4242+Manual Hosting:
4343+4444+- Clone the repository.
4545+- Build the project just like any other Vite app:
4646+4747+```
4848+ npm install
4949+ npm run build
5050+```
5151+5252+- Upload the dist folder to your hosting provider (or attach it to a public URL) to make it accessible online.
5353+5454+That’s it—you’ve got your own moocup instance running!
5555+3556## Contributing
36573758Contributions and Fixes are more than Welcome.