26 months of work, including 461 files, 21,905 lines of code, and 171 tests, is now public at https://github.com/SwitchbackTech/compass!
Anyone can read the code, suggest features, fix bugs, or even copy it for profit.
I never finished building my dream calendar. But now that the code is public, perhaps someone will be able to build theirs.
What does this mean for you as a user?
Your data will stay on Compass Calendar’s private databases and will not be accessible by anyone else. I open-sourced the code that makes Compass Calendar work, but not any of its user data.
If you’d like to disconnect access to your Google Calendar, you can do so at any time through your Google Account [link]. This will cause all of your Compass data to be deleted, so be sure to back up any tasks you created in Compass beforehand. It won’t affect your Google Calendar data — that’ll stay the same.
Compass will stay running on app.compasscalendar.com. Depending on how much support I get from the open-source community, it might even get a lot better!
What's next for me
I'll be working at Costco as a software engineer until April 2024. My creative energy will be spent making high-quality YouTube videos for junior developers. I'll spend some time approving and testing changes to Compass, but it won't be my primary focus anymore. I don't know what I'll do after April, but I have a feeling I'll be building another startup 😏
Wrapping up
The last two years were full of hard work, quality conversations, lessons, and growth. Whether you joined this list recently or when I started in 2021, you've been part of that. Thank you 🫂
Tyler
Compass got a little better last month. Seed data. Every new visitor to app.compasscalendar.com will now see relevant demo tasks and events without needing to sign up first. The descriptions include little jokes and tips on how to use the app. This helps them catch the vibe without pressuring them to hand over their email. The delete CLI command now cleans up your browser data in addition to the database, which can get stale during development. Tasks are saved in indexeddb (previously local...
You can now go from being interested in Compass to using it for real in 3.94 seconds. (Yes, I timed it.) No long onboarding or signup process. Instead, your changes are saved locally. Once you're ready to commit, you can connect your Google account through the command palette. Behind the scenes, we then sync your local changes with your GCal and our cloud servers. Why do this? To make it easier to test out the app To pave the way to offline mode To make french aviator Antoine de Saint-Exupéry...
This time of year comes with optimism, energy, and planning. But the only thing that we can count on is our plans not going according to plan. When that happens, it’s helpful to simply focus on what you can control today. Over the last month, we made it a lot easier to do that with Compass. You can now manage your events from the /day view just like you would on your week or month calendar. This allows you to stay on top of your tasks and events without context-switching. Tasks <> Events...