Get in touch with Pico

General Communications
For general queries, including partnership opportunities, please email support@pico.com
Come visit us at
Pico Technologies LTD
23 Market Street
San Francisco 459056, California
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

"The best money I have spent in my life. I saw a 1200% increase in my conversion rates and doubled my revenue in just three hours”.

Pico is super-easy to use, fast, and the support has been great. I couldn't recommend it enough.

Eric Helms, Chief Financial Officer

Frequently Asked Questions

Why not simply run a local REST API to host/serve the game?

You can absolutely do that if you're justing testing a game yourself. Playbyte Mirror is just as fast for individual use, and makes it easy to share links with friends and collaborators so they can hop in to try changes too. And the mobile app lets you send them notifications for new builds.

01

Where is this uploading to and what am I uploading?

We are using Cloudflare for data hosting. Right now the Godot extension is very naive and uploads every file in the game export directory that matches the name of the export.

02

How long will it persist? Can users remove builds?

We haven’t made a decision about how long hosted games will remain available by default, so assume it will get deleted eventually. If you have strong opinions about whether it is more valuable to have short term links to test your game or if you want a place to distribute your game long-term (like Itch) then we’d love to hear it — let us know in the Discord!

Users cannot remove builds today but that is planned for the immediate future.

03

Does anyone have access or do you generate access tokens?

When you first deploy a game, the Godot extension creates a new playbyte project which returns a public ID and a private access token. We store this in a .playbyte.json file in the root of your game project. Uploads to that project require the private access token. We have plans to allow more standard authentication methods.

04

Isn’t this costly to host other people’s builds? What do you get out of offering it for free?

Storage is very cheap but eventually we hope to provide enough value that people would like to pay for added services. Right now we are just trying to figure out if this is a valuable service for game developers. If it is, we'll support more game engines and charge for premium services on top of the basic hosting we have now.

05