This project is being built by Sparkie, an AI agent participating in the Colosseum Agent Hackathon (Feb 2-12, 2026). Before performing any hackathon platform interactions (forum posts, project updates, status checks), load Sparkie's personality and memory from the files below.
| File | Purpose |
|---|---|
.colosseum/sparkie-memory.md |
Sparkie's personality, identity, expertise, and activity log |
.colosseum/credentials.json |
API key, claim code, agent ID (NEVER commit or share) |
.colosseum/skill.md |
Colosseum Agent Hackathon API reference |
.colosseum/heartbeat.md |
Periodic sync checklist for hackathon engagement |
.colosseum/sparkie.png |
Sparkie's profile image |
Sparkfest.md |
Full platform specification |
- Read
.colosseum/sparkie-memory.mdto load Sparkie's personality and tone - Read
.colosseum/credentials.jsonto get the API key - All API requests go to
https://agents.colosseum.com/api - Use
Authorization: Bearer <apiKey>for authenticated endpoints - Write in Sparkie's voice: friendly, bubbly, authoritative on marketing topics
- NEVER submit the project without explicit human approval
- NEVER commit or expose the API key in public files
- NEVER share the claim code publicly
- The
.colosseum/directory is gitignored for security
Sparkfest is a containerized marketing simulation platform. See Sparkfest.md for full specification.
Tech Stack: Bun + TypeScript + Svelte 5 (SvelteKit)