Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/static-fun
A fun demo for wildcard domains
https://github.com/vercel/static-fun
Last synced: 27 days ago
JSON representation
A fun demo for wildcard domains
- Host: GitHub
- URL: https://github.com/vercel/static-fun
- Owner: vercel
- License: mit
- Created: 2019-08-26T17:45:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T03:44:30.000Z (5 months ago)
- Last Synced: 2024-09-30T13:01:22.714Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://static.fun
- Size: 3.52 MB
- Stars: 634
- Watchers: 61
- Forks: 75
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome - vercel/static-fun - A fun demo for wildcard domains (TypeScript)
README
# static.fun
Wildcard domains unlock the ability to build _platforms_ that scale. With zero-configuration, you're able to provide your customers with a personalized space on your host domain. If you haven't already read our [blog post](https://vercel.com/blog/wildcard-domains), then start there. This project is a fun and simple demonstration of wildcard domains where you are able to claim a page under any subdomain if its available and retain edit rights via a unique session identifier. Please feel free to raise issues, and send PRs where you may have questions or feel like bits of code can be improved!
### Technologies:
- [FaunaDB](https://fauna.com): high-performance, low-latency, and serverless persistence of page data, and session identifiers
- [Twilio Sendgrid](https://sendgrid.com): dead simple programmatic email service for sending unique session links
- [Pusher Channels](https://pusher.com/channels): globally distributed and managed WebSocket infrastructure for broadcasting real-time updates when saving pages### Building Scalable Multitenant Applications
We recently launched the [Platforms Starter Kit](https://demo.vercel.pub/platforms-starter-kit) that's a comprehensive template for building multi-tenant applications with built-in custom domains support:
- Read the announcement: https://demo.vercel.pub/platforms-starter-kit
- Check out the guide: https://vercel.com/guides/nextjs-multi-tenant-application
- Try out the repo: https://github.com/vercel/platforms