{"id":30348007,"url":"https://github.com/corysanin/seance","last_synced_at":"2026-04-10T02:00:08.851Z","repository":{"id":217209003,"uuid":"742270545","full_name":"CorySanin/seance","owner":"CorySanin","description":"A self-hostable contact form for Ghost","archived":false,"fork":false,"pushed_at":"2025-08-11T06:42:17.000Z","size":244,"stargazers_count":10,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T08:20:40.515Z","etag":null,"topics":["bun","contact-form","ghost","ghost-blog"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorySanin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"sanin","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-01-12T05:26:02.000Z","updated_at":"2025-08-11T06:20:20.000Z","dependencies_parsed_at":"2024-01-23T10:14:30.730Z","dependency_job_id":"934b2623-2d0f-477f-abee-27a98058c35e","html_url":"https://github.com/CorySanin/seance","commit_stats":null,"previous_names":["corysanin/seance"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/CorySanin/seance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorySanin%2Fseance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorySanin%2Fseance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorySanin%2Fseance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorySanin%2Fseance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorySanin","download_url":"https://codeload.github.com/CorySanin/seance/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorySanin%2Fseance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271029770,"owners_count":24687487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bun","contact-form","ghost","ghost-blog"],"created_at":"2025-08-18T17:30:20.831Z","updated_at":"2026-04-10T02:00:08.839Z","avatar_url":"https://github.com/CorySanin.png","language":"TypeScript","funding_links":["https://ko-fi.com/sanin"],"categories":[],"sub_categories":[],"readme":"![Seance for Ghost](/assets/logo/seance-logo.png \"Seance for Ghost\")\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/CorySanin/seance/.github%2Fworkflows%2Fbuild_docker_image.yml)](https://github.com/CorySanin/seance/actions)\n[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/CorySanin/seance)](https://github.com/CorySanin/seance)\n[![GitHub Release](https://img.shields.io/github/v/release/CorySanin/seance)](https://github.com/CorySanin/seance/releases/latest)\n[![GitHub Release Date](https://img.shields.io/github/release-date-pre/CorySanin/seance)](https://github.com/CorySanin/seance/releases/latest)\n[![Docker Pulls](https://img.shields.io/docker/pulls/corysanin/seance)](https://hub.docker.com/r/corysanin/seance)\n[![GitHub License](https://img.shields.io/github/license/CorySanin/seance)](/LICENSE)\n\n\n# Seance for Ghost\n\nSelf-hostable contact form service for Ghost blogs. Or any other applications you can think of. The limit is in your mind.\n\nAdd a contact form to your Ghost site without a subscription! Supports captchas from reCAPTCHA and hCaptcha.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_light.png\"\u003e\n  \u003cimg alt=\"Seance embedded in a Ghost page\" src=\"https://raw.githubusercontent.com/CorySanin/seance/master/assets/images/screenshot_light.png\"\u003e\n\u003c/picture\u003e\n\n## Install and run\n\n```bash\nnpm install\nnpm run build\n```\n\nTo run:\n\n```bash\nnpm run start\n```\n\nA docker image `ghcr.io/corysanin/seance` is provided. A list of tags is available [here](https://github.com/CorySanin/seance/pkgs/container/seance/versions?filters%5Bversion_type%5D=tagged). \nSee [docker-compose.yml](/docker-compose.yml).\n\n## Configuration\n\nSeance takes a JSON or JSON5 config file (default location is config/config.json5):\n\n```\n{\n    // The port the web server will run on (default 8080)\n    \"port\": number,\n    // URL prefix, for example: '/seance'\n    // Useful for using reverse proxy to use a single domain\n    \"prefix\": string\n    // Array of hosts allowed to embed the contact form.\n    // Default is to allow all (not recommended)\n    allowedHosts: string[],\n    // If using reCAPTCHA, provide the site key\n    recaptchaKey: string,\n    // If using reCAPTCHA, provide the site secret\n    recaptchaSecret: string,\n    // If using hCaptcha, provide the site key\n    hCaptchaKey: string,\n    // If using hCaptcha, provide the account secret\n    hCaptchaSecret: string,\n    // The Nodemailer transport configuration. See https://nodemailer.com/smtp/\n    smtp: SMTPTransport | SMTPTransport.Options,\n    // The address to send emails from. Defaults to the smtp username\n    senderAddress: string,\n    // The address to send emails to\n    recipientAddress: string,\n    // The subject prefix for all mail sent using this form. Default is \"Form submission\"\n    subject: string,\n    // Options for express-rate-limit\n    limiter: LimiterOptions\n}\n```\n\n## Ghost Installation\n\nCreate a page for your contact form. Add an \"Other\" embed section. Enter your Seance instance's URL:\n\n```\nhttps://contact.example.com/?dark=false\n```\n\nIf you're using a dark theme you can change the `dark` parameter to `true`. Note that the dark mode may look weird in the editor. It will look better on the live site.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorysanin%2Fseance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorysanin%2Fseance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorysanin%2Fseance/lists"}