SOTER-STUDIO

www.soter.fun → Studio

AI-powered content scheduling for consistent posting.

Features

  • AI Content Generation: generate 10 text posts + 10 image posts in one session.

  • On-Brand Tone: matches your project's style (Degen, Tech, Meme, Luxury, etc.).

  • Image Generation: AI creates visuals based on your project identity.

  • Session History: sessions save immediately — retrieve past schedules anytime.

  • Post to X: one-click copy or post directly.

Content Generation

// POST /api/ai/openai
interface GenerateContentRequest {
  action: "generateContentSchedule";
  projectId: number;
  postCount: number; // default: 10
}

// AI prompt for content
const prompt = `
You are SOTER AI, a creative social media strategist.

Project Details:
- Project Name: ${project.projectName}
- Ticker: $${project.ticker}
- Description: ${project.description}
- Style: ${project.style}

Generate ${postCount} engaging X posts. Each post should:
- Be short and punchy (under 200 characters)
- Match the ${project.style} style
- Include a mix of: announcements, hype, engagement, memes, alpha

Format as JSON array:
[
  {
    "content": "Tweet text here",
    "hashtags": ["tag1", "tag2", "tag3"],
    "imagePrompt": "Image generation prompt"
  }
]
`;

Image Generation (Fal AI)

Studio Post Schema

How It Works

  1. Select Project: choose your saved project profile.

  2. Generate Schedule: AI creates 20 posts (10 text, 10 visual).

  3. Review & Edit: tweak any post before publishing.

  4. Post: copy or post directly to X.

Last updated