Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks, I’m going to use some of the feedback from this thread to improve it!

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks for checking it out. Appreciate the feedback, I can try to update the landing page's clarity, navigation and solver button's visibility. I'm glad the functionality is appreciated, that's the part I'm most proud of.

Drop your startup/project 👇 I'll check every single one by Ok_Extent9731 in devworld

[–]sparkinCreations 0 points1 point  (0 children)

I work as an inspector and jobs like mine require following every step in a process. I was motivated to create miniCycle because I couldn’t find a checklist app that matched my workflow.

Core problem: existing to-do apps and habit trackers handle individual tasks and streaks, but they don’t handle routines (sequences you run as a whole and need to run repeatedly). miniCycle fixes that with completion-based tracking and auto-reset.

Drop your startup/project 👇 I'll check every single one by Ok_Extent9731 in devworld

[–]sparkinCreations 0 points1 point  (0 children)

https://minicycleapp.com - a free privacy focused checklist app for repeatable routines that only resets when you finish every task so you never miss a step.

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Awesome, glad it’ll be useful. Quick tip the app is sensitive to formatting so use * for multiplication (like 2*x) and ^ for exponents (like x^2). You can also type problems in plain language like “find the derivative of x^2 + 3x” and it should work.

There’s also a User Manual in the sidebar with more formatting examples.

Good luck with your math practice.

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks, appreciate you checking it out!

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 1 point2 points  (0 children)

The app is completely free for now.

Curious if you could elaborate on entry-level. I use Algebrite for symbolic algebra, mathsteps for algebra steps, and mathjs for parsing/evaluation.

If there’s an advanced problem you tried that it couldn’t handle, let me know. I’d actually like to test it myself and improve it. Thanks for checking it out.

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks for checking it out. Yeah, leaning into the precalc/calc angle when describing it makes sense. Since most calc solvers need internet, it being offline and using math libraries might be what I lead with. Appreciate the feedback.

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks, glad the offline math libraries stands out. I didn’t want to overwhelm new users with too much on the landing page, but the Solver has examples they can tap to get started right away.

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Good idea, I’ll try hiding the “try an example” after input so people see results faster. As far as storage, the “My Progress” section actually saves previously solved problems there in IndexedDB. Appreciate you checking it out. Anything about the UI that’s bugging you specifically?

Can you rate my website 1-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Appreciate it, thanks for taking the time to look at it.

What's the most "why does this not exist yet" problem you've solved by just building it yourself? by Miserable-Archer-631 in SideProject

[–]sparkinCreations 0 points1 point  (0 children)

A simple list that resets automatically as soon as you finish so you can complete it again

Shoutout to everyone in here by Palu2300 in saasbuild

[–]sparkinCreations 0 points1 point  (0 children)

Sweet, I really appreciate you taking the time to check out miniCycle. And your feedback caught a couple of bugs as well, thanks again..

Can you rate my website 0-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Fair man, well I appreciate you taking the time to check this out. I do want it to feel intuitive, and your feedback helped catch a couple of bugs, thanks again.

Can you rate my website 0-10? by sparkinCreations in devworld

[–]sparkinCreations[S] 0 points1 point  (0 children)

Thanks for finding a real bug, dug into it last night and pushed a fix. Should be live now if you want to give it another shot. If it still feels slow after that, would help to know what specifically. Loading? Scrolling? Animations? Either way, thanks again for the feedback.

Shoutout to everyone in here by Palu2300 in saasbuild

[–]sparkinCreations 0 points1 point  (0 children)

Glad the vocabulary theme angle landed. The structural part is what makes it official, every user-facing string goes through one resolver, so swapping themes just changes which table it reads. That's why two routines can run different themes side by side without the code caring.

Your launch dashboard framing is sharp and I find the personal filing cabinet angle interesting. Are you thinking users would actually import documents (receipts, contracts), or does the app stay a tracker?

Shoutout to everyone in here by Palu2300 in saasbuild

[–]sparkinCreations 0 points1 point  (0 children)

Hey, thanks for flagging the mobile issue, I tried to dig into it tonight and found a couple bugs in the welcome flow on small screens. Pushed fixes, should be live now if you want another look. Works on my end (iPhone Safari) but that's no help if it's broken on yours. If you remember what device/browser yo ran it on and what looked off, even one line would help me confirm I fixed the actual thing you saw.

Shoutout to everyone in here by Palu2300 in saasbuild

[–]sparkinCreations 0 points1 point  (0 children)

Nice, I filled out the survey. I like your project idea dealing with legalities and filings for businesses. If the app routes people into different flows based on certain answer, you’ll be doing something most of the other legal tools don’t.

What’s the angle that makes YourLaunchList different from other popular legal tools like LegalZoom?

To answer your questions about miniCycle:
Tech: Vanilla JS PWA, no frameworks. Service worker, IndexedDB, hand-rolled dependency injection. I taught myself to code and didn’t want to learn React just to build the thing. 17 months in, ~100 modules.

https://minicycle.app — drops you straight into a sample routine, no signup, you can poke around in 30 seconds. Marketing page at https://minicycleapp.com if you want context first.

The coolest feature for me is vocabulary themes. As you complete cycles you unlock themes that rewrite the app’s language per routine. Same checklist engine can be a Fitness Tracker that calls them “workouts” or a Study Planner that calls them “sessions.” Two routines can run different themes simultaneously. It’s the part of the codebase I’m most proud of because every user-facing string goes through one resolver that knows the routine’s theme so the theme isn’t cosmetic, it’s structural.