{"id":18438955,"url":"https://github.com/rotki/rotki.com","last_synced_at":"2026-04-02T10:33:30.337Z","repository":{"id":39709254,"uuid":"327645310","full_name":"rotki/rotki.com","owner":"rotki","description":"The frontend for rotki.com","archived":false,"fork":false,"pushed_at":"2026-01-20T17:34:12.000Z","size":20742,"stargazers_count":15,"open_issues_count":7,"forks_count":21,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-20T21:21:54.732Z","etag":null,"topics":["nuxt","vue","website"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rotki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-07T15:06:00.000Z","updated_at":"2026-01-20T12:04:35.000Z","dependencies_parsed_at":"2024-02-20T12:27:42.443Z","dependency_job_id":"e5c9de8f-eee1-4910-8bf2-9a3d6d0eee04","html_url":"https://github.com/rotki/rotki.com","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/rotki/rotki.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotki%2Frotki.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotki%2Frotki.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotki%2Frotki.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotki%2Frotki.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rotki","download_url":"https://codeload.github.com/rotki/rotki.com/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rotki%2Frotki.com/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","vue","website"],"created_at":"2024-11-06T06:22:48.829Z","updated_at":"2026-01-27T11:00:48.153Z","avatar_url":"https://github.com/rotki.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rotki.com\n\n## Build Setup\n\n```bash\n# install dependencies\n$ pnpm install\n\n# serve with hot reload at localhost:3000\n$ pnpm run dev\n\n# build for production and launch server\n$ pnpm run build\n$ pnpm start\n```\n\n## Setting up the environment\n\nMake sure the environment file exists\n\n```bash\n$ touch .env\n```\n\nTo avoid api call loop, which freezes the app, do not set the variable to `/`\n\n```dotenv\nNUXT_PUBLIC_BASE_URL=http://localhost:3000\n```\n\nAnd input the RECAPTCHA public key there.\n\n```dotenv\nNUXT_PUBLIC_RECAPTCHA_SITE_KEY=XXXX\n```\n\nYou can get a testing key\nfrom [developers google](https://developers.google.com/recaptcha/docs/faq#id-like-to-run-automated-tests-with-recaptcha.-what-should-i-do).\n\nif you are running behind https make sure to also add:\n\n```dotenv\nNUXT_PUBLIC_BASE_URL=https://localhost\nNODE_TLS_REJECT_UNAUTHORIZED=0\n```\n\n### Backend proxy\n\nYou can configure the frontend to proxy the `/webapi` to a server running somewhere:\n\nFor the `production` system you could use:\n\n```dotenv\nPROXY_DOMAIN=rotki.com\n```\n\nor if `staging` is running you could set:\n\n```dotenv\nPROXY_DOMAIN=staging.rotki.com\n```\n\nIf the server where you proxy doesn't run using `https` you can set so that the backend requests are proxied to `http`:\n\n```dotenv\nPROXY_INSECURE=true\n```\n\n## Run\n\nRun with the development server with the following command:\n\n```bash\n$ pnpm run dev\n```\n\n## Testing Production Build Locally\n\nWhen testing locally, it's recommended to use the production build behind a proxy instead of the development server:\n\n```bash\n$ pnpm run build\n$ pnpm run preview\n```\n\nThis is important because SSR (Server-Side Rendering) behaves differently between development mode and production builds. Running `pnpm run build` creates the same code that runs in production, and `pnpm run preview` runs a single-threaded Node server serving the final Nuxt app—similar to how it runs in Docker.\n\n## Lint\n\nTo fix any lint errors you have to run\n\n```bash\npnpm lint:js --fix\n```\n\n## Tests\n\nto run vitest\n\n```bash\npnpm test\n\n# run watch mode\npnpm test:watch\n```\n\n## Changes to activation, subscription and payment links\n\nFor to the following urls, any change requires backend sync to avoid broken email links.\n\n/password/reset/[uid]/[token]\n/activate/[uid]/[token]/\n/checkout/pay/method?p=[number_of_months]\u0026id=[subscription_id]\n/home\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frotki%2Frotki.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frotki%2Frotki.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frotki%2Frotki.com/lists"}