Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0636a81
feat: public agents base config
victorgaard Apr 28, 2025
a67ee92
feat: add static dashboard components
victorgaard Apr 29, 2025
561fde3
feat: aside profile
victorgaard Apr 29, 2025
b360a80
chore: enhance about with ai
victorgaard Apr 29, 2025
f8d81fe
fix: tailwind config
victorgaard Apr 29, 2025
3be53ec
feat: typewriter effect and small delay to send agent msg
victorgaard Apr 29, 2025
15eba8a
chore: split components
victorgaard Apr 29, 2025
4bde4d6
chore: handle user msg
victorgaard Apr 29, 2025
47402d3
feat: sub modal
victorgaard Apr 30, 2025
fe8b55c
chore: link landing page to preview
victorgaard Apr 30, 2025
284f11a
feat: add preview mode tooltip
victorgaard Apr 30, 2025
02b1727
chore: feedback tweaks
victorgaard Apr 30, 2025
ee6847e
feat(influencers): prompt payment and create thread with influencer
oxcened May 5, 2025
37f90db
feat: templates section
victorgaard May 5, 2025
6d8557b
chore: add socials
victorgaard May 5, 2025
4684440
chore: bump agents-ui
oxcened May 6, 2025
86d5663
chore: add greeting message placeholder
oxcened May 6, 2025
1952912
feat: unify subscription modal
oxcened May 6, 2025
0404388
chore: submit button color
oxcened May 6, 2025
bb49c0c
chore: bump dependencies
oxcened May 7, 2025
c045888
refactor(influencer): move fetch to mutation with auto retry
oxcened May 7, 2025
a047fcf
chore: align style to figma
oxcened May 7, 2025
1c93280
fix: add toast component
oxcened May 7, 2025
5b36911
chore: bump dependencies
oxcened May 7, 2025
52d76e2
chore bump agents-ui
oxcened May 7, 2025
7d5452b
chore: add custom agents url to set defined
oxcened May 7, 2025
17a6240
docs(readme): add env var
oxcened May 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ PUBLIC_POSTHOG_API_KEY="phc_SdvLWEagL7nAauyEBun0ZF6v59DxMIk8ofzI91gpIUw"
PUBLIC_OPEN_API_ENDPOINT="https://api.fleek.xyz/api/openapi.json"
PUBLIC_FLEEK_WEBSITE_URL="https://fleek.xyz"
PUBLIC_PERSONA_GENERATOR_API_URL="https://persona-generator.flkservices.io"
PUBLIC_CUSTOM_AGENTS_URL="https://social-agent.platform.fleek.xyz"
```

💡 The SUPPORT_ALLOW_ORIGIN_ADDR and SUPPORT_RATE_LIMIT_PATHS are comma separated values (csv). the MEILISEARCH_DOCUMENTS_CLIENT_API_KEY is required when querying staging, production environments which should be provided in the headers.
Expand Down Expand Up @@ -668,7 +669,7 @@ Open the [settings.json](./src/settings.json) and locate the property `agentsAdm
"agentsAdminNotification": {
"authenticatedUsers": {
"message": "When we have capacity to deploy new AI agents you will be first in line. Please try again later!",
"enable": false
"enable": false
},
"default": {
"message": "We're currently over capacity and unable to deploy new AI agents. Sign in now to save time and try again later!",
Expand Down
Empty file removed dump.json
Empty file.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@astrojs/react": "^3.3.2",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@fleek-platform/agents-ui": "8.28.0",
"@fleek-platform/agents-ui": "8.30.0",
"@fleek-platform/dashboard": "0.20.4",
"@fleek-platform/login-button": "2.15.1",
"@fleek-platform/login-button": "2.16.0",
"@fleek-platform/sdk": "^3.6.2",
"@fleek-platform/utils-token": "^0.2.2",
"@hookform/resolvers": "^3.9.1",
Expand All @@ -73,6 +73,7 @@
"class-variance-authority": "^0.7.0",
"framer-motion": "^12.6.3",
"hono": "^4.4.11",
"jwt-decode": "^4.0.0",
"keen-slider": "^6.8.6",
"lite-youtube-embed": "^0.3.3",
"lodash-es": "^4.17.21",
Expand Down
34 changes: 8 additions & 26 deletions public/images/landing-page/templates/socials/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/landing-page/templates/socials/snapchat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 5 additions & 15 deletions public/images/landing-page/templates/socials/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading