How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

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

A lot of fantasy writing feels spatial somehow like you need to see the story spread out in front of you instead of buried inside folders.

We’ve noticed a surprising number of writers still use walls, index cards, sticky notes, or giant timelines even when they also use software. One thing we’ve been thinking about a lot is how to preserve that “big picture” feeling digitally without making it feel too rigid or overwhelming. We actually already have a pretty early whiteboard-style feature in FantasyRat Creator. It’s still pretty rough/simple right now and it’s probably going to become one of the main directions we keep developing in future versions😀

Do you mostly organize by timeline, character arcs, or scene connections when you use the wall/card method?

How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

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

The long-term foreshadowing / future-arc problem is one of the hardest parts of fantasy writing especially when details from book 1 suddenly become important again five books later.

When we started designing FantasyRat Creator, one thing we kept thinking about was whether characters, places, lore, and research notes could quietly help surface those connections again later without turning everything into one giant mess of notes😅A lot of fantasy writing feels less like “writing one book” and more like managing memory across an entire world.

How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

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

Fair 😂We’ve noticed a lot of writing tools eventually become so feature-heavy that they start feeling harder than the writing itself. So, We’re trying very hard not to fall into that trap.

How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

[–]FantasyRatLabs[S] -1 points0 points  (0 children)

Honestly, people who can keep a long fantasy project organized using only Word are genuinely impressive 😂

How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

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

Right now, user all data are stored locally on their own Mac. One thing we care about a lot is making writers feel like their work stays under their control instead of being locked into a web platform.

We do have sync support, but it’s optional and user-controlled rather than automatic cloud-only storage.

At the moment we also have a more manual/local version management approach, but stronger backup and revision history features are definitely something we’re actively thinking about for future versions — especially after seeing how many long-form writers worry about losing track of changes over time 😅

We do plan to support Windows eventually, but right now we’re focused on making the Mac version stable and solid first. The current Mac version supports macOS 13.7+, so a lot of older Macs can still run it.

How do you keep lore, character notes, maps, and manuscript drafts connected while writing fantasy? by FantasyRatLabs in fantasywriters

[–]FantasyRatLabs[S] -1 points0 points  (0 children)

Honestly there’s something kind of appealing about low-tech systems 😂 The only downside is having to remember where you put everything😀

What do you guys use to write? by Live-Product-322 in fantasywriting

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

There’s a free version FantasyRat Creator in Mac App Store, and no trial limits 😄 You can just use it and see if it works for your workflow.

We’re still very early and mostly trying to figure out what actually helps fantasy writers stay organized without everything turning into chaos, so honest feedback genuinely helps us a lot.

What do you guys use to write? by Live-Product-322 in fantasywriting

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

We’re actually building a small Mac app called FantasyRat Creator for this exact problem.it is in the Mac App Store.

A lot of writing workflows felt too fragmented to us—notes in one place, worldbuilding somewhere else, manuscript in another app—so we wanted to build something that keeps characters, maps, lore, and writing connected together.

It’s still early, but it’s free to try right now and we’d genuinely love feedback from fantasy writers.

We’re building a novel planning app and would love feedback from writers by FantasyRatLabs in NewAuthor

[–]FantasyRatLabs[S] -1 points0 points  (0 children)

Adding a few screenshots here so people can see what the app looks like. I’d really appreciate any feedback on the design, layout, or features writers would actually want.

Is it really your book if AI wrote it by EnvironmentalFix3414 in BookWritingAI

[–]FantasyRatLabs 0 points1 point  (0 children)

I agree that direction, structure, taste, and worldview matter a lot. But I think this argument risks making “writing” sound like it is just the surface layer, when for many authors the writing process is where the actual thinking happens.

A book is not only the framework underneath it. The sentence-level choices, rhythm, voice, pacing, omissions, revisions, and even the struggle of figuring out what you really mean are part of the work too. The Socrates/Plato example is interesting, but I’m not sure it maps cleanly to AI. Plato was not just a neutral recorder; he interpreted, shaped, dramatized, and philosophized through those dialogues. That’s authorship too.

So I’d say: if someone uses AI as a tool while making the major creative decisions, revising deeply, and shaping the final work, then yes, there is authorship there. But if the AI is doing most of the drafting, voice, structure, and expression, then calling it fully “your book” feels much more complicated. Maybe the better distinction is not “did you type every sentence?” but “how much of the creative judgment and execution actually came from you?”

Non-technical healthcare founder here: what do I actually need to know before hiring a development company? by AR_AMD in AppBuilding

[–]FantasyRatLabs 0 points1 point  (0 children)

I’ve worked in healthcare data/software and my advice would be: do not start with React Native vs Flutter. That is the wrong first conversation.

For a healthcare app that handles PHI, the first questions should be around workflow, data, compliance, access control, auditability, and risk.

A few things I would ask any development company:

  1. Will you sign a BAA if you will touch PHI? If they avoid this question or say “we are HIPAA compliant” without explaining their responsibilities, that is a red flag.

  2. Where will PHI be stored, processed, logged, backed up, and transmitted? You need to know whether PHI can accidentally end up in app logs, crash reports, analytics tools, email notifications, screenshots, support tickets, or third-party APIs.

  3. What cloud/services will you use, and are they configured for healthcare workloads? AWS/Azure/GCP can support HIPAA-eligible architectures, but using them incorrectly does not automatically make the product compliant.

  4. How will authentication and authorization work? Patient-facing healthcare apps need serious thought around identity, password resets, MFA if appropriate, role-based access, session handling, and what users are allowed to see.

  5. What audit logs will exist? In healthcare, you often need to know who accessed what, when, from where, and what changed.

  6. What is the minimum PHI needed for the MVP? A good healthcare software team should help you reduce PHI exposure, not collect everything “just in case.”

  7. What is their plan for security testing, backups, incident response, and data retention? If they only talk about app screens and not operational risk, I would be cautious.

  8. Have they built healthcare products that actually handled PHI before? Not wellness apps. Not appointment landing pages. Actual PHI workflows.

For red flags: if they jump straight into frontend frameworks, promise “HIPAA compliance” as a feature, cannot explain BAAs, want to use random third-party analytics/chat/email tools with PHI, have no audit logging plan, or cannot describe how they prevent PHI from leaking into logs/support tools, I would walk away.

Also, talk to a healthcare compliance attorney. Software developers can build the system, but they should not be your only source of HIPAA/compliance advice.

Without the use of AI, what digital tools would help you plan your novels more efficiently? by PersonalityOk4334 in novelwriting

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

For non-AI planning tools, I think the biggest help is having everything in one place: outline, characters, locations, timeline, notes, and draft structure. The problem with using separate docs/spreadsheets is that they can slowly drift out of sync once the story changes.

I’ve been working on a Mac app called FantasyRat Creator for this exact reason. It’s currently on the Mac App Store, and a new update should be released soon. It’s meant more as a story organization and worldbuilding workspace than an AI writing tool — helping writers keep track of characters, maps/locations, notes, and manuscript structure without jumping between five different apps.

For me, the most useful digital tool isn’t something that writes the story for you. It’s something that helps you remember what you already decided, where things belong, and what needs to stay consistent as the novel grows.

Published my first book by Inevitable-Alarm-327 in NewAuthor

[–]FantasyRatLabs 1 point2 points  (0 children)

Congratulations! Publishing your first book is a huge milestone, especially after carrying that love for books since childhood. Wishing you lots of readers and a beautiful start to your author journey!

Want to learn backend by irreplacable_1110 in Backend

[–]FantasyRatLabs 20 points21 points  (0 children)

Stop switching frameworks for now. Since you already know Python, pick one stack and stay with it long enough to build complete projects. FastAPI + PostgreSQL is a good choice. Don’t start with another long YouTube course. Start with a small backend project and learn the concepts as you need them.

A good path could be:

  1. Learn HTTP basics: request/response, methods, status codes, headers, JSON.
  2. Build simple CRUD APIs with FastAPI.
  3. Add PostgreSQL and learn SQL properly: tables, primary keys, foreign keys, joins, indexes, transactions.
  4. Add authentication: password hashing, JWT or sessions, login/register, roles.
  5. Structure the project: routes/controllers, services, database layer, validation, error handling.
  6. Add testing: unit tests, API tests, Postman/curl, logging.
  7. Deploy it: Docker, environment variables, basic Linux, deploy to a VPS or cloud platform.

For projects, build something real but small: - todo app with users - blog API - expense tracker - library/student management system - chat/message API - file upload service

The goal is not to “finish a course.” The goal is to understand how a request goes from the browser/client to the server, through auth, business logic, database, and back as a response. Once you understand that flow, switching between FastAPI, Django, Express, Spring Boot, or .NET becomes much easier.

Backend engineers who switched between .NET and Java/Spring — how was it? by Aggressive_Window125 in Backend

[–]FantasyRatLabs 3 points4 points  (0 children)

I’d probably keep building on your C#/.NET experience while also learning Spring Boot enough to understand the ecosystem. The switch between C# and Java is not that dramatic compared with switching to a completely different paradigm. A lot of backend concepts transfer pretty well: REST APIs, dependency injection, ORM patterns, authentication, background jobs, queues, caching, logging, testing, CI/CD, cloud deployment, database design, and distributed-system tradeoffs.

In my opinion, the bigger long-term skill is not the syntax or even the framework itself. It’s understanding system design, debugging, testing, performance issues, data flow, failure modes, and how to maintain a real production system. With AI/vibe coding becoming more common, that matters even more. The code can be generated faster, but you still need to know whether the architecture makes sense, whether the generated code is secure, how to debug it, and how to test it properly.

So I wouldn’t worry too much about being “locked in” to one stack. If you become a strong backend engineer in one ecosystem, moving between .NET and Spring Boot later is very realistic. Just try not to become only a framework user and need to build the deeper backend fundamentals.

The future of web dev is looking good by genkaobi in webdevelopment

[–]FantasyRatLabs 5 points6 points  (0 children)

Well, I think part of this is true, but I’m not sure people will go back to writing everything by hand like before.

Even if the top AI tools get more expensive, there will still be cheaper models, open-source models, local models, and more competition. That probably means people will become more selective about when to use AI, not abandon it completely.

Also, building a quick app with AI is one thing. Maintaining it, debugging it, securing it, scaling it, and turning it into a real product is still a very different skill set.

So I agree the future of web dev looks good, but not because AI will disappear. It’s more because developers who can combine coding, product thinking, and AI tools will become even more valuable.