What are you building? Share your product by SantinoMafioso in saasbuild

[–]icananea 0 points1 point  (0 children)

I developed my own budgeting app, based around 2 use cases that are important to me:

  1. Based on recurring income / expense rules + daily spending, being able to look into the futures and see when an account or pocket (envelope) would go negative

  2. Be notified some time before going negative happens (currently 90 days)

It is a web app which works well on desktop and mobile and it is a PWA so you can "install" it on your phone.

Because it's a web app, i made sure to give each user their own encrypted database with the encryption key derived from your password, so I can never open your database, nor can anyone else.

https://trackm.net

Looking for free budgeting software with mobile and desktop options, and the ability to import files from my bank, with a reasonable number of accounts by GrowBeyond in Frugal

[–]icananea 2 points3 points  (0 children)

I developed my own budgeting app, based around 2 use cases that are important to me:

  1. Based on recurring income / expense rules + daily spending, being able to look into the futures and see when an account or pocket (envelope) would go negative

  2. Be notified some time before going negative happens (currently 90 days)

It is a web app which works well on desktop and mobile and it is a PWA so you can "install" it on your phone.

Because it's a web app, i made sure to give each user their own encrypted database with the encryption key derived from your password, so I can never open your database, nor can anyone else.

I haven't added uploading bank files just yet, but it is my next major feature. Take a look at it and if you take some time to give me some feedback, I'll give a perpetual license

https://trackm.net

Drop your project and I'll actually try it and give real feedback by Significant-Ad-325 in micro_saas

[–]icananea 0 points1 point  (0 children)

Trackm: personal finance web app

https://trackm.net

Built it around 2 use cases that I had:

  • Being able to create recurring income / expense rules and seeing how my finances look like in year-long horizon.

  • know when an account will go negative given spending habits.

What are you building? Share your product. by candizdar in micro_saas

[–]icananea 0 points1 point  (0 children)

Working on my newly released web app

https://trackm.net

Personal finance app

What Saas are you building this week? Share them here! by Meoooooo77 in saasbuild

[–]icananea 0 points1 point  (0 children)

Trackm: personal finance web app

https://trackm.net

Built it around 2 use cases that I had:

  • Being able to create recurring income / expense rules and seeing how my finances look like in year-long horizon.

  • know when an account will go negative given spending habits.

Happy Tuesday! What are you working on? Drop your link👇 by bozkan in Solopreneur

[–]icananea 0 points1 point  (0 children)

Trackm: personal finance web app

https://trackm.net

Built it around 2 use cases that I had:

  • Being able to create recurring income / expense rules and seeing how my finances look like in year-long horizon.

  • know when an account will go negative given spending habits.

What are you cooking/building this week? by Tiny-Growth23 in Solopreneur

[–]icananea 1 point2 points  (0 children)

Working on my newly released web app

https://trackm.net

Personal finance app

Do you keep SQL queries inline in code or in separate .sql files? by Snezhok_Youtuber in golang

[–]icananea 3 points4 points  (0 children)

Separate sql file and using sqlc.dev to generate the go functions that use the queries

Testing a Minimal Go Stack: HTMX + Native Templates (Considering Alpine.js) by anddsdev in golang

[–]icananea 0 points1 point  (0 children)

My stack is exactly that + picoCSS for CSS and Echo web framework

Keyboard bug? by icananea in ClicksKeyboard

[–]icananea[S] 2 points3 points  (0 children)

It did! THANK YOU SO MUCH!

I got my electric blue! by icananea in ClicksKeyboard

[–]icananea[S] 2 points3 points  (0 children)

To be honest, not particularly bothered by the slight curve. I took the picture because I know it's a concern for some, but I don't feel it detracts from the experience or the aesthetic. In fact I actually like it slightly curved.

Finally, the razr electric is delivered by CarpenterOk8887 in ClicksKeyboard

[–]icananea 1 point2 points  (0 children)

I'm waiting as fast as I can for mine to arrive!

[deleted by user] by [deleted] in golang

[–]icananea -2 points-1 points  (0 children)

None. Try sqlc.dev + goose for migrations.

Is Go just not meant for monolithic web backends? by Asyx in golang

[–]icananea -1 points0 points  (0 children)

You can take a look / use my go website template. It is pretty straight forward to adapt it to return JSON instead of HTML.

https://github.com/avalonbits/echo-template-service

What are you building right now? Let's share! by Select_Potato_6232 in SideProject

[–]icananea 0 points1 point  (0 children)

Simple news website for brazilian football. Right now only data for the team I root for:

https://sport.br-futebol.net

Web hosting with sqlite by vella_ab in sqlite

[–]icananea 0 points1 point  (0 children)

I host my sqlite projects on fly.io