๐ŸŽ“Iris Courses
โ† Monetising iris-courses
Day 1 of 14

The Product Vision โ€” What Are We Actually Building?

What iris-courses Is Right Now

Right now, iris-courses is a personal AI-powered email course delivery system. Iris generates curriculum, sends daily emails, tracks progress, and maintains a static browsable site at iris-courses.pages.dev. That's actually a complete product kernel โ€” most SaaS products start with far less. What you have: โ€ข Content generation engine (AI-produced curricula) โ€ข Email delivery infrastructure (Gmail API with OAuth) โ€ข A browsable course catalogue (Next.js static site) โ€ข User management foundations (iris-users.json + admin dashboard) โ€ข Scheduling system (NanoClaw) The gap between this and a commercial product is surprisingly small: authentication, payments, a proper backend, and distribution.

Defining the Product

Before writing a line of product code, you need to be precise about what you're building. There are at least 3 distinct products here: PRODUCT A โ€” THE NEWSLETTER COURSE PLATFORM: Users sign up, pick a course, get daily emails. Think 'Morning Brew meets Coursera'. Monetised via subscription ($9โ€“29/month) or per-course ($19โ€“49 one-time). PRODUCT B โ€” THE B2B TRAINING TOOL: Companies buy access to run courses for their teams. AI generates custom curricula for onboarding, compliance, upskilling. $99โ€“499/month per team. This is where Dark Ice Interactive's AI expertise becomes a moat. PRODUCT C โ€” THE COURSE BUILDER PLATFORM: Sell access to the infrastructure itself โ€” let others create and distribute email courses. Think 'ConvertKit + Kajabi but simpler and AI-native'. Of these, Product A is fastest to validate. Product B has the highest revenue potential for Dark Ice. Product C is the platform play. For this course, we focus on getting Product A to market and building toward B.

โšก Today's Action

Write your product vision statement. Share it with Jules. If you can't summarise what you're building in 3 sentences, you don't yet know what you're building.

๐Ÿ’ก Pro Tip

Before building anything, write a one-paragraph 'product vision statement' โ€” what the product is, who it's for, and what outcome it delivers. Pin it somewhere visible. Every build decision should be measurable against it.

Day 2 ๐Ÿ”’