Uses Notion database as personal URL shortener.
- Get your personal URL shortener with just a Notion.
- Support
custom
,zero width
,base64
type. - Private mode : Notion API token based authorization.
- Count visits.
- Create a Notion account
- Duplicate this Notion database template
- Create a Notion API integration & Get Token
- Share a database with your integration
- Deploy on Vercel
- Set
NEXT_PUBLIC_NOTION_DATABASE_URL
to your database URL,NOTION_API_TOKEN
to your token obtained in step 3.
Required Notion database page URL.
https://www.notion.so/<your-workspace>/a8aec43384f447ed84390e8e42c2e089
# or
https://<your-workspace>.notion.site/a8aec43384f447ed84390e8e42c2e089
Required Notion API Key.
Show advanced options
If set to true
, visitors without tokens cannot submit new URLs.
Default false
Maximum length of URL path with zero width shorten.
Default 8
Maximum length of URL path with base64 shorten.
Default 7
Maximum number of times to retry when the generated URL path conflicts with the already registered URL path.
Default 5