HN user

drikerf

767 karma

Building a better CRM for small businesses. Wobaka.com.

Posts70
Comments137
View on HN
formulaer.com 1y ago

Show HN: Formulaer – Free, simple and clean forms

drikerf
4pts1
techcrunch.com 2y ago

As deal rumors fly, Alphabet and HubSpot would be a strange pairing

drikerf
2pts1
timezoneoverlap.com 2y ago

Show HN: Compare and find overlap in time zones

drikerf
3pts0
wobaka.com 3y ago

Getting started with SEO: A guide for creators

drikerf
2pts1
wobaka.com 3y ago

How to get customer testimonials for your SaaS startup

drikerf
3pts0
pixelfika.com 3y ago

Show HN: Design inspiration and data driven color palettes

drikerf
2pts0
wobaka.com 3y ago

Building a Startup on Clojure

drikerf
222pts203
wobaka.com 3y ago

Building a Startup on Clojure

drikerf
3pts0
blog.wobaka.com 3y ago

Redesigning Pipeline Stages

drikerf
1pts0
blog.wobaka.com 4y ago

How I made a 90s version of my landing page

drikerf
3pts0
bootstrap.email 4y ago

Show HN: A Newsletter for Bootstrappers

drikerf
2pts0
90s.wobaka.com 4y ago

Show HN: I made a 90s version of my landing page

drikerf
37pts15
blog.wobaka.com 4y ago

How to validate your idea and get your first customers with email outreach

drikerf
3pts0
blog.wobaka.com 4y ago

How I Use Clojure to Build and Scale My SaaS

drikerf
4pts2
blog.wobaka.com 4y ago

What Exactly Is a Bcc Anyway?

drikerf
1pts0
blog.wobaka.com 4y ago

How I Use Clojure to Build and Scale My SaaS

drikerf
3pts0
blog.wobaka.com 4y ago

What Exactly Is a Bcc Anyway?

drikerf
2pts0
wobaka.com 4y ago

Show HN: Simple CRM and Sales Automation

drikerf
56pts35
www.macrumors.com 4y ago

How to clean install macOS Monterey easily using the new erase Mac option

drikerf
1pts0
blog.wobaka.com 5y ago

Build your own CRM with nocode tools

drikerf
3pts0
blog.wobaka.com 5y ago

How to Validate Your Startup Idea in One Day for $0

drikerf
2pts0
blog.wobaka.com 5y ago

Why We Don't Track

drikerf
2pts0
timetravel.pixelfika.com 5y ago

Show HN: Time travel through 5 years of design

drikerf
2pts0
wobaka.com 5y ago

Show HN: Put your sales emails on autopilot

drikerf
2pts0
blog.wobaka.com 5y ago

How to Find Sponsors to Your Newsletter

drikerf
2pts0
drikerf.com 5y ago

One Year with ThinkPad and Linux (From MacBook Pro)

drikerf
280pts364
blog.wobaka.com 6y ago

Making a Friendly API

drikerf
2pts0
blog.wobaka.com 6y ago

Indie Hackers: Let's Be Privacy-First

drikerf
2pts0
blog.wobaka.com 6y ago

Why You Shouldn't Send Automated Sales Emails

drikerf
1pts0
blog.wobaka.com 6y ago

15 Ways To Find Customers For Your Startup

drikerf
2pts0
VanillaJSX.com 2 years ago

Nice project! I do wonder though if jsx is the best way to represent elements in code?

Clojure datastructures makes this so much more enjoyable. Everything is just basic lists and maps which makes it very flexible and powerful.

[:ul [:li "task 1"] [:li "task 2"]]

It's weird that it's not more common for making web apps.

Similar story. I'm also running my SaaS on Clojure and maintenance has been a dream compared to other languages. Things rarely break and are easy to upgrade.

Developer experience is fantastic too with HMR, REPL and cljc files. It's fun to write Clojure code :)

Don't know about your exact environment but I've structured my code so most of it is in .cljc files which can be evaluated in browser and on server. This allows me to evaluate/test/run things easily in the emacs repl.

For view code I think hot reloading has been a great thing with Clojure/Script too. Everything is reloaded properly and the state remains.

I haven't gotten to that stage yet. But I think it's difficult to hire good devs for all stacks, be it Python, Ruby, JS. Clojure community is super friendly and full of very talented developers and I'd love to pay someone to write Clojure :).

Yes, remote work for sure is an edge when hiring!

Also reminds me of the essay "The Python Paradox" by Paul Graham (http://www.paulgraham.com/pypar.html)

Not saying you should use JWT, but you can invalidate tokens by adding a timestamp to the payload. This way you could invalidate those issued before a certain time and logout users.

I've found a compromise to work well. Redirect all visitors from '/' but show all other pages as usual on the marketing site. Also, if someone has navigated to '/' from another page, don't redirect either.

This allows existing users to just enter the domain and get to the app, but also to browse the marketing site if they want.

Thanks! What do you think would be a fair price for a CRM with email automations etc? I do think Wobaka is competitive in pricing, even for a solo businesses :).

I like Basecamps offering and they've been an inspiration for choosing flat pricing!

Interesting!

I like bcc because it has minimal footprint and you can setup most popular clients to automatically bcc an address if you want all emails to go there. I've just added my bcc mailbox as a contact since I don't want all my email in my CRM :).