The official web app for notlink, written in nextjs and typescript.
Based off of ibrohim's egov ai agent template.
The following environment variables can be used to configure notlink ui:
ENV_VAR |
type | default | description |
|---|---|---|---|
NOTLINK_UI_HOST |
string |
0.0.0.0:3000 |
The IP / port that the notlink ui should be hosted at. |
NOTLINK_BACKEND_HOST |
string |
0.0.0.0:8000 |
The IP / port that the notlink backend is hosted at. |
THIRDWEB_CLIENT_ID |
string |
... |
The client id for the thirdweb api. |
THIRDWEB_SECRET_KEY |
string |
... |
The secret key for the thirdweb api. |
TURNSTILE_SITE_KEY |
string |
... |
The site key for Cloudflare Turnstile bot protection. |
TURNSTILE_SECRET_KEY |
string |
... |
The secret key for Cloudflare Turnstile bot protection. |
WHICH_NODE_ENV |
string |
development |
The node environment (development/production). |
DOMAIN_NAME |
string |
localhost:3000 |
The domain name where the application is hosted. |
Contributing is highly encouraged! Even if you are not planning to submit any code, joining our Discord server and providing feedback helps us a lot!
Check out our CONTRIBUTING.md and find the appropriate repo above to contribute to.
Check out CHANGELOG.md for the latest changes/ updates.
Join the awesome community on Discord
Logo made by Ibrohim Abdivokhidov (@abdibrokhim). Follow him on LinkedIn and/ or X (twitter)
⭐ If you find notlink interesting, consider starring this repo to help spread the word.
Thanks goes to these wonderful people:
Made with contrib.rocks.