📝 New Post

💡 Posting Tips

  • Keep it short and sweet - this is a microblog!
  • Supported image formats: JPEG, PNG, GIF, WebP
  • Max image size: 5MB (recommended: under 1MB)
  • Your post will appear on the blog in 1-2 minutes

🔧 Developer Info

You can also post via API:

curl -X POST https://YOUR-WORKER.workers.dev/post \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Hello from the API!"
  }'