Coming soon

Own your Playtest

Self-hosted playtesting tools for indie developers. No subscriptions. No vendor lock-in. You own your data. You own your players.

Start with Discord. Grow into your own infrastructure.
Dashboard
Project: Forest Quest
Active playtests3
Testers142
Reports327
Crash rate2.3%

Recent reports

PlayerOneBug Report14:32New
PlayerTwoBug Report11:07New
AlexFeedback22:18In progress
SamBug Report19:52Resolved
JamieBug Report2d agoResolved

Reports over time

report.bug()

Collect feedback & bugs

Let testers send bugs, feedback and screenshots directly to Discord or your own backend.

keys.revoke()

Manage tester access

Generate keys, control access and keep your test builds in the right hands.

insights.query()

Get useful signals

See where testers struggle, which builds are active and what needs your attention.

Two products. Same philosophy.

Starter

Own your Playtest Starter

The fastest way to add playtest feedback to your Unity game. No server required.

  • Discord integration with two webhooks
  • Bug and feedback reporting
  • Screenshot capture
  • Player and system metadata
  • Offline queue and reliable delivery
  • 100% free
// Quick start
using OYP;

OYP.Initialize(config);
OYP.SetContext("scene", sceneName);
OYP.ReportBug("Missing wall");
OYP.TakeScreenshot();
Indie

Own your Playtest Indie

Everything in Starter, plus a self-hosted dashboard for real playtest management.

  • All Starter features
  • Self-hosted backend
  • Playtest and key management
  • Announcements to testers
  • Watermarks and beta expiry
  • Built for indie teams
# install
./install.sh

# server
status: online
reports: 327
testers: 142
storage: local
Built by developers

Tools we wanted. Built the way we like.

We are indie developers too. We build tools that stay out of your way and give you control.

Open & transparentOpen source where it makes sense. Self-hosted when it matters.
No lock-inUse what you need. Host it where you want.
Developer firstAPIs, webhooks and clear docs that make sense.
Made with careBuilt in spare time, with real projects, for developers like you.
# docker-compose.yml
version: '3.9'
services:
  oyp-backend:
    image: ownyour/playtest
    restart: unless-stopped
    environment:
      DB_URL: postgres://oyp
      DISCORD_WEBHOOK: ******
    ports:
      - "3000:3000"

Be the first to know

Join the waitlist and get early access to Starter.