first commit

This commit is contained in:
NAME
2026-05-14 08:42:03 +00:00
commit 5f16ed135d
167 changed files with 29178 additions and 0 deletions
@@ -0,0 +1,7 @@
export enum PostLength {
SHORT = 'short', // 200-280 chars - viral/breaking
MEDIUM = 'medium', // 280-500 chars - hot take
LONG = 'long', // 400-1200 chars - analysis (Premium sweet spot)
EXTENDED = 'extended', // 1500-3000 chars - deep dive
ARTICLE = 'article', // 3000-10000 chars - full essay
}