All Projects β†’ hosso β†’ notion-custom-domain

hosso / notion-custom-domain

Licence: MIT license
πŸ“ Custom domains for your public Notion pages

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to notion-custom-domain

static-auth
The most simple way to add Basic Authentication to a static website hosted on Vercel.
Stars: ✭ 25 (+8.7%)
Mutual labels:  now, vercel
micro-unfurl
Small microservice that unfurls a URL and returns the OpenGraph meta data
Stars: ✭ 28 (+21.74%)
Mutual labels:  now, zeit
jahir.dev
My personal website πŸ’Ž – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+417.39%)
Mutual labels:  notion, vercel
now-nuxt
A Now v2 Nuxt builder
Stars: ✭ 25 (+8.7%)
Mutual labels:  now, zeit
now-compose
Docker compose for zeit now. [deprecated]
Stars: ✭ 80 (+247.83%)
Mutual labels:  now, zeit
netlify-cms-oauth-provider-node
A stateless external OAuth provider for netlify-cms with built-in support for Vercel serverless functions
Stars: ✭ 30 (+30.43%)
Mutual labels:  zeit, vercel
unity-now
β–² Vercel Now plugin for Unity. Deploy WebGL builds with ease
Stars: ✭ 21 (-8.7%)
Mutual labels:  zeit, vercel
myethereumapp
Web client for viewing data from the Etherscan API
Stars: ✭ 18 (-21.74%)
Mutual labels:  now, zeit
mailto
πŸ’Œ ⚑️ The mailto encoder
Stars: ✭ 157 (+582.61%)
Mutual labels:  now, zeit
now-custom-runtime
ZEIT Now v2.0 builder for custom AWS Lambda runtimes
Stars: ✭ 21 (-8.7%)
Mutual labels:  now, zeit
now-docs
[WIP] Deploy docs with a single command using Now
Stars: ✭ 45 (+95.65%)
Mutual labels:  now, zeit
now dashboard
β–²ZEIT dashboard written in elm
Stars: ✭ 52 (+126.09%)
Mutual labels:  now, zeit
saika
✍️Effortless info-site, done right.
Stars: ✭ 19 (-17.39%)
Mutual labels:  zeit, vercel
now-swift-example
Example for use Kitura framework and swift lang with https://zeit.co/now.
Stars: ✭ 18 (-21.74%)
Mutual labels:  now, zeit
vercel-toast
πŸ’¬ Framework-agnostic vercel design's toast component (β‰ˆ1KB Gzipped)
Stars: ✭ 67 (+191.3%)
Mutual labels:  zeit, vercel
Temps
Ξ» A selfhostable serverless function runtime. Inspired by zeit now.
Stars: ✭ 15 (-34.78%)
Mutual labels:  now, zeit
Now Env
Use `now.json` environment variables while developing
Stars: ✭ 219 (+852.17%)
Mutual labels:  now, zeit
now-travis
No description or website provided.
Stars: ✭ 50 (+117.39%)
Mutual labels:  now, zeit
nobelium
A static blog build on top of Notion and NextJS, deployed on Vercel.
Stars: ✭ 1,790 (+7682.61%)
Mutual labels:  notion, vercel
docker-craft-nginx
🐳 A minimal Docker container for Craft CMS, intended for use with zeit-now.
Stars: ✭ 26 (+13.04%)
Mutual labels:  now, zeit

Notion Custom Domain

Custom domains for your public Notion pages. You can publish your page to your own domain instead of notion.site.

Notion Custom Domain

Getting Started

Install dependencies:

yarn

Then deploy to Vercel with specifiying your public Notion page:

PAGE_URL=https://<your-domain>.notion.site/<Your-Page-ID> yarn deploy:prod

For example:

PAGE_URL=https://notion.notion.site/Notion-Official-83715d7703ee4b8699b5e659a4712dd8 yarn deploy:prod

Finally, set up a custom domain for the deployment. See Custom Domains - Vercel Documentation

Development

Run locally with vercel dev

export PAGE_URL=https://<your-domain>.notion.site/<Your-Page-ID>
yarn develop

Then open http://localhost:3000.

Debug with Node Inspector

yarn debug

Then open http://localhost:3000.

Google Analytics Support

Deploying with GA_TRACKING_ID environment variable injects the tracking code into your public Notion page:

export PAGE_URL=https://<your-domain>.notion.site/<Your-Page-ID>
export GA_TRACKING_ID=UA-XXXXXXXXX-X
yarn deploy:prod

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].