Dashboard

ACCOUNT
Account

Your account activity at a glance.

Total Generated 0 all time
Member Since
Shared Views 0 from public links
← Back to Home
// generations this week
Changelog History
Version Preview Date Source
No history yet. Generate your first changelog!

History is saved locally in your browser.

Total Generated
0
all time
This Week
0
past 7 days
Avg / Day
0
past 7 days
Most Active
peak day
// commit types breakdown (from history)
Generate some changelogs to see analytics.
// daily generations (last 14 days)
Profile Information
Email
Display Name
Bio
Appears on your public profile page
Account Created
Connected Providers
Loading providers…
Add Provider

Link multiple sign-in methods to your account. You'll be able to sign in with any linked provider using your email.

Appearance
Dark Mode
Use dark background (recommended)
Animations
Enable UI transitions and effects
Communication
Email Notifications
Receive updates about your account
Data
Clear Local History
Remove all saved changelogs from this browser
Shared Changelogs
Public links you've shared
Title Version Views Shared
No shared changelogs yet. Generate a changelog and click "Share ↗" to create one!
Current Plan
Free Plan
$0 / month · 25 changelogs per day
Usage Reset
Daily limit resets at midnight UTC
Time until reset:
Billing History
No billing history yet
Your invoices will appear here after your first payment
Custom Branding PRO

Customize how your shared changelogs appear. Only visible on shared pages you create.

Brand Name
Displayed instead of Forkd on shared pages
Accent Color
Used for headings and buttons on your shared page
Background Color
Page background for your shared changelogs
Logo URL
Direct link to a logo image (PNG/SVG). Shows at top of shared pages.
Hide 'Powered by Forkd'
Removes the Forkd attribution badge from your shared pages
API Access PRO

Generate changelogs programmatically using your personal API key. Use in CI/CD pipelines, scripts, or integrations.

Your API Key
Generate a key to use with the /api/generate endpoint
Usage
Your API usage counts toward your daily generation limit
📖 API Documentation

Send a POST request to https://forkd-ai.com/api/generate with your API key.

Example:

curl -X POST https://forkd-ai.com/api/generate \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -H "Content-Type: application/json" \\
  -d '{
    "commits": "feat: add login\nfix: fix bug\nchore: update deps",
    "template": "compact",
    "language": "en",
    "version": "v1.1.0",
    "sections": "Added,Fixed,Changed"
  }'
commits (required) — raw git commits
template — default, compact, detailed, keepachangelog, release-notes
language — en, es, fr, de, pt, zh, ja, ko, tr, ar
version — tag/version string
sections — comma-separated custom sections