Disclaimer: This project is a community-driven, non-profit initiative and is not affiliated with or endorsed by itch.io or its owners. All content is for educational and community purposes only.
A modern, open-source SvelteKit app for tracking and managing itch.io game jams. Built with SvelteKit, Drizzle ORM, and Tailwind CSS.
- Track and manage itch.io game jams
- Clean, responsive UI with dark mode support
- Modern Svelte 5 codebase
- SQLite database with Drizzle ORM
- Authentication & admin panel
- Community-driven and FOSS
git clone https://github.com/nielpattin/itch-jams-tracker.git
cd itch-jams-tracker
pnpm installStart the development server:
pnpm devOr open the app automatically:
pnpm dev --openGenerate and apply migrations:
pnpm db:generate --name=init
pnpm db:migrateSeed the database (optional):
pnpm db:seedCreate a production build:
pnpm buildPreview the production build:
pnpm previewTo deploy, install the appropriate SvelteKit adapter for your target environment.
Found a bug or have a feature request? Please open an issue on GitHub.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.