Welcome to Intercode
Intercode is a web application for conventions, which:
- serves as the public-facing web site for a convention
- automates signup and payment
- automates business processes for the convention staff
The original Intercode was written in PHP by Barry Tannenbaum for Intercon New England, and has since been used by several other conventions around the world.
Intercode 2 is a ground-up rewrite of Intercode, making it more robust, more flexible, and more modern.
Using Intercode via NEIL Hosting
New England Interactive Literature, the non-profit organization that maintains Intercode, runs a hosting service for conventions called NEIL Hosting. NEIL Hosting aims to provide larp conventions with free or affordable hosting in support of NEIL's mission to promote larp in New England and beyond.
For pricing and other details, please see NEIL Hosting's host with us page.
Self-hosting Intercode
Intercode is open source and can be self-hosted. To do this, we strongly recommend using a setup similar to the one NEIL Hosting uses, since that's the setup we test with ourselves and therefore the best-supported one. Specifically, NEIL Hosting uses:
- Render for backend servers
- PostgreSQL for a database (we use AWS RDS for this, but any hosted PostgreSQL product will work)
- Amazon S3 for file hosting
- Amazon Simple Email Service for sending and receiving email
- Amazon Simple Queue Service for background job queues
To try out running Intercode, you can clone the source code from Github.