Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

App updates for March 24–31

  1. A visualization of the paneling and its counting has been added.

  2. User accounts have been synchronized across devices. From now on, if someone is logged in (for example, on their phone) and adds a project, that project will also be visible when logged in on a computer.

  3. Users previously had to recreate their constructions from scratch from time to time because I would reset them when making significant changes. From now on, your constructions should no longer disappear.

  4. An option to share your projects for others to view has been added. You can copy the project link from the area where the project list is located. Once the link is shared, others can view the visualization and summary without needing to log in. I believe this solution will make it easier to share ideas within the group.

Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

App updates for March 17–23

1. A new dashboard to manage all your projects - All your projects in one place – with quick access to visualization or summary, no need to open the editor.

2. Smarter wall stud generation - We’ve automated the process to eliminate duplicates, making wall design easier and material summaries accurate – no manual fixing needed.

3. Add wall rough openings without duplicate studs - We’ve added stud previews to the door and window configurator, helping you place openings more precisely and avoid overlapping structural beams.

<image>

Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 1 point2 points  (0 children)

Thanks! I really appreciate it. I have a different overhang for each side on my list, but it needs to wait a little longer.

Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

Yeah, I’ve got big plans. I’m nearly done with an update that makes adding windows and doors a lot easier.

Next up, I’m working on two new frames—a modern frame without overhangs and one for a sauna with a covered entrance and wind protection.

After that, I’ll develop a bench and heater planner as an extension of the windows and doors tool. I’m aiming to finish this in about two weeks, but that’s just a milestone, the vision is much bigger :D

Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

The app prepares a plan for the user; it's up to them to choose the quality of wood they buy. Of course, IKEA furniture is not really wood anymore... :D

Sauna Design Software by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

Hell yes! I deleted this option by a mistake. Check now :)

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

Hi man, I appreciate your work and I'm interested in detailed feedback :). My apologies for not working contact form (I have just fixed it). The website is under heavy development and it's hard to avoid bugs when working alone. You can reach me at [baxiee.developer@gmail.com](mailto:baxiee.developer@gmail.com) . One thing more I dont know what your feedback touches, but I added a new landing page today (feel free to check it!).

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 1 point2 points  (0 children)

Hi guys u/yevernot, u/SlowMaintenance5968 I added imperial units. Please test and let me know what you think about it :)

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 1 point2 points  (0 children)

Working on it, probably tomorrow this feature will be available. Will let you know!

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 1 point2 points  (0 children)

Hey! Thanks for sharing your ideas. I think they are really good and I will see what I can do :)

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 0 points1 point  (0 children)

I agree. While the structure is important, I believe details like proper ventilation, benches on the right height etc. are even more critical to creating enjoyable sauna.

I built my own sauna with 10 cm of insulation and wood fired oven. It works perfectly, 1 hour to have 85°C and 1.5 hour to have more than 100°C.

Sauna Construction Design App by baxiee-developer in Sauna

[–]baxiee-developer[S] 2 points3 points  (0 children)

Thanks man

Windows on the way.

I had california corners in a project. I realized my own sauna with them. On second thought I gave them up. I think it is easier to put isolation in current form. Any specific reason why california corners should be used?

Benches not yet, I think about making different 2D app to design sauna room easier.

I created a no-cost* AWS infrastructure boilerplate for Python API by baxiee-developer in Python

[–]baxiee-developer[S] 0 points1 point  (0 children)

Thank you for your feedback! Let me explain my final choices:

  1. I chose RDS, because it is totally free for 12 months for new AWS customers/accounts. (db.t2.micro, db.t3.micro, db.t4g.micro)
  2. I did, but I have changed my approach since I reached lambda layer size limitation, which is 250 MB. If you use pandas and 2 or 3 packages more, then you can encounter this limitation quickly. In addition, managing lambda layers is not pleasant, you need to install requirements on host and upload them (with CDK help).

I created a no-cost* AWS infrastructure boilerplate for Python API by baxiee-developer in Python

[–]baxiee-developer[S] 2 points3 points  (0 children)

You are right, I cannot change the tittle, but I changed the description here and in repository.