SaaS.Dev: Headless SaaS App & API Platform
export const app = {
persona: 'Coder',
problem: {
villain: 'boilerplate',
internal: 'Hates repetitive tasks',
external: 'Needs a Headless SaaS Platform',
philosophical: 'Build vs Buy',
},
solution: 'SaaS.Dev',
offer: 'Headless SaaS Platform',
callToAction: {
build: { users: 5, monthlyPrice: 0 },
grow: { users: 25, monthlyPrice: 350 },
scale: { users: 500, monthlyPrice: 1200 },
enterprise: { callToAction: 'Contact Us' },
},
failure: 'Endless complexity and lost opportunities',
success: {
goal: 'Living a Productive and Fulfilling Life',
transformation: { from: 'Endless Slog', to: 'Productive Rock Star' }
},
theme: {
color: 'indigo',
font: 'teko',
},
nouns: {
user: {
name: 'string?',
email: 'email',
},
},
experiments: [],
integrations: [],
plugins: [],
}