Skip to content

Commit

Permalink
No investors
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 17, 2024
1 parent d3a7559 commit 06bf64f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
12 changes: 7 additions & 5 deletions app/views/welcome/faqs.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,18 @@
%br
%strong –Paul Arterburn, creator of Dabble Me
%h4 Is this really free?
%h4 How can I trust the service?
%p
The basic service is, but you're limited to receiving email prompts every other Sunday. If you want premium features like changing email frequency, adding/editing entries from the web, attaching photos with your entry, rich text entry, calendar view, and search you'll need to
=link_to "subscribe", subscribe_path
to Dabble Me PRO.
Dabble Me is run by a solopreneur and a product that you can depend on. It's independent, and profitably funded by its users for over #{(Date.today.year - Date.parse("2014-09-29").year)} years. No investors. No intent of selling your data by pursuing an exit.
%span{style: "display: block; margin-top: 10px;"}
I've also open-sourced the code on GitHub, so if you're a Ruby on Rails developer and want to contribute head over to the
= link_to("GitHub repo", "http://github.com/parterburn/dabble.me", title: "View code on GitHub", target: "_blank") + "."
%h4 Is this really free?
%p
The basic service is, but you're limited to receiving email prompts every other Sunday. If you want to use Dabble Me more often, you can subscribe for $3/month or $30/year.
%h4 If my question wasn't answered here, how can I contact you?
%p
Email is best:
Expand Down
26 changes: 17 additions & 9 deletions app/views/welcome/privacy.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,36 @@
%hr
%p
We take your privacy very seriously. We believe in protecting your information the same way we want ours protected. This Privacy Policy outlines how we treat your information.

%h4 Private Journal
%p
%p
Your journal entries are always private. The only way you can access them is by logging into your account, or by the emails that are sent to your email address only.
%br
%br
There's no way to share your entries. We don't have any integration with Twitter or Facebook, there's no way to make an entry public, and your entries are not searchable by Google. Dabble Me is strictly a private place for you to read and write about how your days went.
There's no way to share your entries. We don't have any integration with X/Twitter or Facebook, there's no way to make an entry public, and your entries are not searchable by Google. Dabble Me is strictly a private place for you to read and write about how your days went.

%h4 Information Collected
%p
Dabble Me only collects information it needs so that you can use the service. Your information is never shared or sold to any third parties.


%p
If you have opted-in to using the AI-driven features such as Dabble Me GPT, entries <i>are</i> processed by third party services called OpenAI and HuggingFace (for sentiment analysis). Your entries are never stored by either of these services or used to train their models.

%h4 Follow the Money
%p Dabble Me is run by a solopreneur and a product that you can depend on. It's independent, and profitably funded by its users for over #{(Date.today.year - Date.parse("2014-09-29").year)} years. No investors. No intent of selling your data by pursuing an exit.

%h4 Test Run
%p
If you're unhappy with the service for any reason, you can delete your account in your account settings. This permanently deletes your account and all of your entries.

If you're unhappy with the service for any reason, you can delete your account in your
= link_to("account settings", security_path) + "."
This permanently deletes your account and all of your entries.

%h4 Privacy Policy Changes
%p
Though most changes will probably be minor, Dabble Me may make changes to its Privacy Policy. If so, the new Privacy Policy will be posted on this page.

%h4 Questions?
%p
Please send us an email at&nbsp;
%span>=mail_to "hello@#{ENV['MAIN_DOMAIN']}", "hello@#{ENV['MAIN_DOMAIN']}", :encode=>"hex"
\. We're happy to help out and answer any of your questions.
\. We're happy to help out and answer any of your questions.

0 comments on commit 06bf64f

Please sign in to comment.