Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: How does modern FreeCAD compare with Solidworks?
72 points by ActorNightly on May 21, 2024 | hide | past | favorite | 68 comments
Its been a while since I have touched Freecad, and would like to go open source for my Cad projects, but the last time I used it it was severely lacking in features compared to Solidworks.

The main thing Im looking for is parametric modeling. The use case is basically sketches with constraints -> parts -> assembly with constraints -> drawings that show driven dimentions.

I have the time to learn it, but I don't want to be writing custom python scripts to do the above.



FreeCAD has improved immensely over the past 2-3 years in terms of stability and features. A decade ago it was not uncommon for me to experience crashes from it randomly losing its GLX context or the constraint solver segfaulting for some reason. Now it's rare for it to crash at all for me, though I still run into a lot of constraint solver errors that are a pain to deal with.

However, despite the recent improvements, I still cannot recommend it for new users compared to commercial solutions for the sole reason of the Topological Naming Issues: https://wiki.freecad.org/Topological_naming_problem

This issue has been probably the #1 problem I've had with FreeCAD since I started using it. And though I've learned how to design parts to get around the problem in most situations, it's a huge hurdle for newcomers to understand and get around. Luckily there's a fork that fixes a significant number of the issues: https://github.com/realthunder/FreeCAD_assembly3 and https://github.com/realthunder/FreeCAD

I've also heard of Ondsel, which is supposedly a much more user friendly version of FreeCAD that also includes some fixes to the issue: https://ondsel.com/

EDIT: Here's actually a better read of the topological naming issue, what's being done about it, and why it's difficult to fix: https://ondsel.com/blog/freecad-topological-naming/


Fix was merged into mainline FreeCAD yesterday: https://github.com/FreeCAD/FreeCAD/issues/8432#issuecomment-...


Wow, that's some convenient timing. That makes pretty much the sole reason I wouldn't recommend FreeCAD irrelevant.


How to try it?

Or wait till v1?


And here's a video of the proposed fix for the toponaming problem (which has been merged upstream) - https://www.youtube.com/watch?v=kvRpOzig6D4


This should be frontpage news


The fore-coming v1 release with the fix will for sure be on the front page


I hope the documentation is updated.


Topological naming problem is fixed in RealThunder's Link Branch of FreeCAD:

https://github.com/realthunder/FreeCAD/releases

I highly recommend Link Branch, it's full of all sorts of usability improvements.

The fix is still being worked on for the next mainstream FreeCAD release.


Naming and matching is never done. That said, you’ve got me curious enough to go have a look. Thanks!


Bullet points of caution:

- Realthunder’s branch contains unique, forked changes that will cause file incompatibility with core freecad if you use them unknowingly

- Core freecad is ahead in many, many ways and improving quickly

- the Realthunder branch is likely a dead end

The TNP mitigation from the Realthunder branch is very close to being enabled in 0.22, and the feature freeze for 1.0 is weeks away. 1.0 is currently targeted for early August.

My feeling is that it would be much better to learn what the topological naming problem is, and how it can be worked around, and then use Ondsel 2024.2 or a 0.22 weekly release until the TNP mitigation is mainstream. (It’s likely to be in 0.22 very soon indeed)

My thinking is straightforward: there are and will be more tutorials and more support for this route, and learning about how to mitigate TNP is not wasted info: it will teach you useful skills for making generally robust designs, TNP or not.

Among others, Mango Jelly Solutions has a recent video about TNP, and Brodie Fairhall’s video on the topic is worth seeing.


As mentioned elsewhere earlier [0] essentially all of Ondsel’s user-friendliness is actually core 0.22 (development release) FreeCAD and different addon choices (like the tab bar).

Which is not to say that Ondsel 2024.2 is a bad way to experience those things, or that the Ondsel Lens (cloud collaboration suite) is not interesting, because it surely is.

It’s just to say it is only much more user-friendly if you’re not already using the 0.22 dev releases (that are considered to be generally as stable as 0.21 and are in wide use)

(I upvoted you for the rest: I too am waiting for the TNP mitigations before I recommend it to less technically-focussed people)

[0] https://news.ycombinator.com/item?id=40430893


FWIW I’ve encountered topological naming problems with OnShape. Edit: And they don’t stop me from enjoying using it.


The UX is still horrible, though. SolveSpace manages to be a lot more usable with an utterly minimalist interface.


Esp. the constraint solver is much better in SolveSpace. Even better than Solidworks


I used to use SolidWorks. Now I use FreeCAD as a complete replacement.

Two tips:

(1) use RealThunder's Link Branch (https://github.com/realthunder/FreeCAD/releases). This fixes one of FreeCAD's fundamental problems.

(2) use the "Part Design" workbench. That's the one that is built around the SolidWorks workflow: sketches with constraints -> parts, etc. There are other workbenches for other workflows; you might need to hop over to them sometimes but you'll want Part Design for the most part.

FreeCAD still hasn't settled on "one correct way" to do assemblies of parts. There are various plugins that each offer their own take on how to do it. You'll have to pick the one that you like most.

You don't need to use Python. You can use spreadsheets, equation-driven dimensions, and so on, just like SolidWorks. You can make dimensioned drawings using the TechDraw workbench, which gets better all the time. (Also useful for making DXFs to export to a waterjet or laser cutter).

The documentation is sparse, so youtube demonstrations are the clearest way to learn. I like JokoEngineering's channel.


2 cents: many core changes from Link Branch are coming to v1 of Freecad thanks to Ondsel (a commercialized version of Freecad)

Also UX of Ondsel is much better and close to the Link Branch version by Real Thunder.

It's important to mention that Freecad doesn't support master sketches at the moment. So you'll need to create many smaller sketches based on geometry or parameters to make a complex part


(Not sure if by "master sketch" you mean an assembly sketch, or if you instead mean what SolidWorks calls 3D sketch).

At least in Link branch, my workflow is to name the first part in my document "Layout", and fill it with master assembly sketches, drawing cross-sections of an entire assembled product. Then I create subsequent parts which all import and reference the geometry in those sketches, and never reference other parts. This lets me do a top-down assembly-driven design, which is very fast and easy to modify later on, and freely delete and replace parts without breaking references. FreeCAD supports this workflow via shape binders, and Link Branch speeds it up greatly by automatically creating shape binders as needed.

Great to hear that mainstream FreeCAD will soon support those improvements, but I'll keep pointing people to Link Branch until those improvements actually get released.


I may misused the term but I meant the functionality you describing (automatic SubShapeBinder generated based on selected edges) plus ability to export multiple geometries.

These features greatly simplify and speedup design of parts and they are the part of missing experience for users coming from other CAD. I also eagerly looking forward to getting them in the main branch.


The Link branch has so many small changes that aren't mentioned anywhere else.

It looks like mult solid bodies have been merged to main, but I'm not sure yet about the ability to do patterns on arbitrary objects, like other patterns.

If that makes it to mainline, I'll probably switch right away.


It doesn’t have a formal master sketch tool but there are workflows for master sketches that work well by importing geometry into feature sketches. Mango Jelly Solutions has one on youtube.


There are always workflows and workarounds. That's FreeCAD in a nutshell.

But there are no easy and intuitive ways of doing that. Compare it to the Realthunder’s Link Branch version which has `export single geometry` and `export multiple geometries` tools as well as automatic SubShapeBinder generated when edges forming a closed loop which are selected from the sketch before padding.


Oh, definitely that aspect of the RealThunder branch is good work, and hopefully we will see it (or something like it) ported across.

Though I think the sketcher improvements that have gone into 0.22 (and aren't in RealThunder's work) are absolutely more valuable, and I'd rather see the facilities you mention reimplemented on top of those.

I'm not convinced by the automatic subshape binder bit; I think that is better handled explicitly.

Maybe we will see something that formalises the master sketch workflow, but I don't think it is particularly universal as a design technique. To me it seems it would maybe be better to see some kind of improvement to the selection mechanism for importing geometry from other sketches. I find that a little opaque.

I would like the built-in part design wrapper facility. And I think there are improvements in the cross-section view; I think Persistent Section Cut is often more hassle than it is worth.

As interesting as the RealThunder branch is, it's one guy's fork of experiments, and he didn't have to get agreement from anyone else or follow anyone's coding standards but his own. And for better or worse that fork is now (edit: likely) a dead end, and all the energy (edit: and money) is elsewhere.

Some great stuff has come from that branch but I don't think there's any reason why it should just be automatically blessed.


I'll consider it a dead end when RealThunder declares it so. The most recent release was in April.


I think he's said he would rebase the entire thing on 1.0?

I don't know if that is impossible but it would be an incredible amount of work for one person to manage. He last merged a year ago, AFAIK.

I'm sure some people will stick with it over 1.0 for a good while.

(ETA: For clarity, I think he basically saved FreeCAD.)


FreeCAD is good for simple stuff. When I had to switch is when I was doing anything intermediate. The following are examples of operations that are totally trivial in Fusion360 that are nearly impossible to achieve in FreeCAD without either rebuilding large portion of the model or some other destructive operation, or gave incorrect results, or was difficult to work with the end result:

- adding a chamfer (such as when you need to add a 1 degree slope in an injection mold

- more complex spatial Boolean operations

- simple operations for manipulating entire models by pushing or pulling subsets of them

My use case was designing simple parts for injection molding (rudimentary electronics enclosure for outdoor use). Not in any way what someone would consider pushing the limits of what modeling software can do.

Overall, I cannot unfortunately recommend the software to others at this time unless you are 100% sure that it will satisfy your use cases. Or else you will end up in the same situation as me, someone who wasted hours and hours learning this tool and wanting it to be the tool I could use, only to find out it’s just straight up insufficient for my use case.


I've been using it to do some basic 3D printed designs, and it has all of the features you mention. I haven't had to write any Python so far.

The main issues with FreeCAD are those common to most open-source software applications like GIMP. You can accomplish almost anything that you can with professional software, but the UI is obtuse, at times buggy, and the process is going to involve way more steps, plugins, and hidden menus.

I use it because it's one of the few CAD packages that runs on MacOS and has a viable free tier. Most other CAD free tiers are crippled or have bizarre licensing agreements.

If you decide to give it a shot, I highly recommend using realthunder's branch, which massively improves the topological naming problem issue that the main branch struggles with. It also includes the plugin that adds the "assembly with constraints" feature. https://github.com/realthunder/FreeCAD

This YouTube channel has some great FreeCAD tutorialss. FreeCAD operates very much under a TIMTWOTDI philsophy. https://www.youtube.com/@MangoJellySolutions


As someone who develops professional software in a private company, we absolutely 1) built a lot of features fast based on user requests, which created a clunky UI. Now, we're 2) doing a redesign which, while not a total code refactor, requires discipline and cohesion to reflect deeply on what use-cases we want to support specifically, as opposed to trying to be everything to everyone. We're incentivized to do this because we can grow revenue by building well crafted software for the most popular use-cases. We just expect that this is a "circle of life" for well crafted software, of 1) building features fast, then 2) polishing the best features leveraging professional ui/ux designers and product insights: to re-simplify once you reach a certain level of complexity.

I now think of most open source projects as just as good as closed-source at 1) building the functionality and MVP UI/UX, but that there is more friction to communication overhead to do 2), as well as less incentives (smaller carrot, smaller stick). To decide on specific priorities, bring in a designer (who might be non-technical) that can fully understand the context, and then potentially change or move around a bunch of code, is not something that "just happens organically by people scratching their own itch"

I think projects that are high profile like blender have done better here over time, often when there are well resourced and governed foundations or companies backing them. Or occasionally an OSS author will do this. Though I think that's the exception rather than the rule, and certainly requires a larger breadth of skills that extend beyond pure technical ability.


Whoever else doesn't know: TIMTOWTDI = "there's more than one way to do it"


As a long-time Solidworks user (mostly for hobby projects) who switched to FreeCAD again recently, I highly recommend watching the tutorial videos from "MangoJelly Solutions" on YouTube: https://www.youtube.com/playlist?list=PLWuyJLVUNtc0UszswD0oD...

In my experience, a lot of what I used to think were limitations of FreeCAD turned out to be me just not knowing the FreeCAD way of doing things. More importantly, that FreeCAD almost always has more than one way of doing things, so if something seems too hard, you need to go digging for an alternative workflow.

The videos start kinda slow for folks who already know how to do parametric modeling, but it helps to put yourself in a beginners' mindset and pretend you're learning CAD for the first time. I found them a lot more useful than the documentation.

I should note that FreeCAD as of 0.21 is a lot more stable than previous versions. The last time I tried to switch (2-3 years back), I gave up and just paid for my annual SolidWorks renewal after the third time I lost several hours' work due to a crash. With the latest version, I don't think it's crashed on me once.

Where I still miss SolidWorks is when doing complicated assemblies, but I'm still getting to know the various assembly workbenches to figure out which one works best for me. For basic part modeling, I think I'm coming around to actually preferring FreeCAD now. (It's also a huge plus not having to reboot my Linux desktop into Windows, although I'm still keeping the Windows partition around for gaming.)


FreeCAD suffers from a serious case of open source disease.

In theory it can do a lot. In practice its interface is 'unique', its cognitive model is a dog's breakfast, its CAM offering is weak, its command line automation is brittle and poorly documented, and you are going to spend more time solving problems for the code than for yourself.

I have directly managed teams of CAD people for most of the last decade. Mostly they use Solidworks, which has its own problems (exceptionally broken namespacing, poor performance especially for cables/fasteners, horrific RCS/VCS offering, ridiculous electronics offering, weak command line support, etc.). Personally, I often use OpenSCAD for simple models. I virtually never use FreeCAD, with few exceptions.

IMHO: (1) Blender is better modeler than FreeCAD in many cases, especially with some modern extensions such as https://www.cadsketcher.com/ https://blenderbim.org/ https://github.com/kevancress/MeasureIt_ARCH (2) It is far more useful to learn Blender than to learn FreeCAD, since that will allow you to achieve animation, parametric models, point clouds, geospatial modeling, etc. where FreeCAD is basically functionally limited to working with solids and the output of conventional artifacts such as STEP files and drawings. (3) Drawings themselves are becoming largely outdated as the leading edge of industry seeks to move from "CAD->drawing->CAM-based production" to "CAD->CAM-based production" to finally rid itself of human errors of interpretation. This is of course a long term goal, and will never wholly succeed, but the migration has begun and the writing is on the wall.


@ActorNightly for the use case you describe FreeCAD will serve you well. I recently spent 200h learning and using FreeCAD for an architectural project and once over the learning curve it’s great! Devs are super responsive on forum & GitHub. Definitely not as “mature” as Solidworks but easily “good enough” for 95% of use. If you get stuck, post on the forum and you’ll get help usually within a couple of hours.


I've used both FreeCad and solidworks for hobby stuff.

Solidworks will take you perhaps only one quarter of the time to produce parts of similar complexity.

In both you can get quicker with experience. Both have far more features than you need, yet are missing the ability to make some shapes you can imagine yet cannot find a way to model.

Use Freecad if you care about opensource software. Use solidworks if you just want an STL file without hassle.


Speedrunning in CAD is a thing and some competitors do use Freecad!

https://www.tootalltoby.com/Leaderboard/


I was looking for a SolidWorks alternative and I found OnShape (onshape.com), works pretty well but is quite expensive (but it has a free plan where all projects are public) If someone knows of a valid open source, I'm glad to hear it!


I recently switched from Fusion 360 to Onshape and it is so much better. Fewer crashes, better performance, and clearer errors when an operation can't be computed. Just wish it was less expensive for personal use.


Anything runs on a browser as a solution is a major no for stable production environments.


Why? Anything can go through a browser if you have good internet. I play the latest Xbox releases in my browser (gamepass). I spent 20 years working in Windows CAD programs. Solidworks crashing and losing my work or fiddling with file versioning with coworkers is super annoying. Not to mention needing beefy hardware. Now I can fire up any browser to onshape.com and there's my work just as I left it, cloud infrastructure does all the heavy lifting so I can just plug a spacemouse into my macbook air, no having to save anything, a git-like commit and branch system to make collaboration a breeze. Onshape is the future imo.


I'm sorry, but have you used Solidworks on a daily basis? The word "stable" doesn't apply.



I have used build123d to make a few parts recently, and it's a joy to use once you get the hang of it: https://github.com/gumyr/build123d https://github.com/gumyr/bd_warehouse


It pales in comparison but it's still the best free option besides Fusion 360, which I'd recommend if you don't mind the limitations of the personal license.


I'm a daily OnShape user, and a big fan. Initially I was hesitant to use a web-based tool, but honestly, it's a joy to use.


We Got burned by Fusion360 after spending several hundred hours learning it the “personal use” license is deliberately neutered to force upgrade. Switched to FreeCAD and haven’t looked back!


Personal fusion360 left such a bad taste. I wouldnt mind some features locked, but when you realize they are not locking just "pro" features that were hard to code, but also just pure covenience tools (you manually select all edges, or upgrade and select all edges in one click), I just uninstalled.


There are no open source CAD systems that are near the maturity of commercial systems. FreeCAD is still severely lacking in features, though it may still meet your needs.


Not an answer to your question, but related. When I got into 3D printing, I started using FreeCAD. I found it horribly difficult to use. I switched to Fusion360, which is a joy to use, but it doesn't play nice. You can't collaborate with others, can't do commercial stuff, can't use more than 10 projects...

I've since started on my own project. I'm a big believer in the idea that language is the most versatile way of working, so it's one of those editors where you describe the model in a programming language (TypeScript in my case). It's not ready for use yet though.

It uses C++ on the backend in order to use GCAL (and its fast 3D boolean operations). The visual editor is in Electron, with Three.js for the 3D rendering.


A link?


FreeCAD has all the features you need and I truly do appreciate it for its ambitions. But it is pretty much all around terrible software. On every metric, except the license it falls behind commercial offerings by a significant margin.

Something like Fusion360 or onshape is a pleasure to work with, with a well designed interface, great stability and comprehensive features. In my experience using FreeCAD meant significant amounts of pain and wasted time, even if it stable. If you are working with multiple parts FreeCAD becomes quite experimental.

You can definitely achieve what you want with it. But it's up to you whether the investment in time, effort and frustration is worth the license.


OpenSCAD is the big name in parametric modeling, but it is only parametric which is often not what you want (you often want to drag an object around and then have a solver figure out the correct parameters).


I use OpenSCAD to design and 3D print weird industrial things I can’t buy easily. But aesthetics do not come into play with OpenSCAD. It’s rough tool to create things from differences and unions of rather simple primitives.


OpenSCAD doesn't work with B-reps. The industry works with STEP/sld_prt/etc. files. It meets the needs of some 3D printing applications, but for generating parts procedurally with python, I've found it far more fruitful to generate DXF files procedurally and use these as driving sketches for geometry.


Can you tell me how you generate dxf files from python? I’m trying to find a good workflow.


I used OpenSCAD for years but when I encountered Build123d I never looked back. Build123d is a true BREP modeling software, based on python. So it removes two of the weak points of OpenSCAD.

Fillets, chamfers, "shelling" things, just one method away. Plus, it is able to run in a jupyter notebook.


I compare my use of FreeCAD to Stockholm Syndrome. The UI is clunky, fillets and chamfers are inconsistent at best, and sometimes things just break. Larger models are difficult at best. However, it has been getting better. Toponaming is finally being fixed, and the UI is getting cleaned up. If you're using CAD professionally, I wouldn't recommend it. Honestly, I wouldn't really recommend it unless you're willing to learn a lot and figure out how to deal with all the ideosyncracies. But still, deep down in my heart, I love it.


I’m a FreeCAD devotee. I switched after Fusion’s terms changed a few years ago. I regret nothing.

It does require some patience. Not everything is obvious or intuitive, but I think this is a matter of time. I think FreeCAD is going to experience the same kind of growing up that Blender did, quite shortly.


My biased opinion as a DIY-er. Solidworks and other commercial CAD's are more polished and friction free.

Freecad has too much legacy and quite verbose.

The things may change a bit this/next year when a solution to the topological naming issue is released. But UX is still a mess.

There is also an Ondsel, freecad based but opinionated. I find it ATM more user friendly.

Also keep in mind that freecad doesn't support master sketch. So you can't pick sketch lines for an extrusion or other operation. I found this quite confusing in the beginning. But this is also a subject to change this or next year.

If Freecad doesn't fit you now I'd recommend to check it a year later after v1 release.


I took up CNC last year, I know solidworks well, onshape is my favourite. Kirimoto is my favourite CAM.

I gave freecad a try because it has CAM built in. I grabbed the latest stable snap version.

My main gripe was random crashes, naturally nothing saved.

Quite a few non-intuitive processes, or perhaps gotchas that I never got used to. The learning curve is suspiciously high with freecad. The documentation seemed to have issues or not explain things properly.

Overall, I stuck with onshape + kirimoto.


This -- crashes -- is other people's experiences of the snap, for sure (including mine).

In my experience it proved to be to do with an underlying library in the Snap (Coin3D I think? probably?) not having been built with Wayland support. I imagine that explains it for almost everyone.

Whereas the older FreeCAD 0.20.2 distributed by Ubuntu did have that support. That was highly stable.

This (and issues sorting out the relative size of the interface when dealing with fractional scaling) is absolutely a pain point. So I use it on a Mac at the moment.

Though a friend who had trouble in the same way has found that the recent Flatpak install works (with some unsetting of XDG_SESSION_TYPE)


I keep running into weird limitations. Sometimes I can fillet an edge, sometimes I can't. Sometimes I can fillet any edge, but once I fillet one I can't fillet any other. With the "topological naming problem" that makes it hard to make changes to anything but the last step, it has been frustrating, but I hear it's improving all the time.


The fundamental issue here is that a fillet cannot wholly consume another edge.

It’s always worth doing your fillets last, but the other thing I would say is, where a fillet or chamfer is more than presentational as it were, build it into a sketch. Or cut it with a groove. Those operations are more reliable in OCC.


Incase you haven't run across it, I've found that enabling the "refine" option on the shape makes applying a fillet far more predictable.


It has all the features you need, but due to a lack of manpower, it's really lacking polish compared to Solidworks. "Free for personal use" Commercial CAD is probably better if you're learning. Once somewhat proficient, you could consider switching to FreeCAD.


Tragically, Freecad still has a few hundred million dollars less in funding year over year compared to Solidworks.


Sorry I dont know muchj about the parametric modeling in freecad. Ignore the rest of this comment, it's just a rant :)

I've been using freecad fairly heavily (hobbiest level heavily, so nights/weekends) for the past year and a half.

I can't recommend freecad for any project you'll put more than 10 hours, or 3 iterations into.

References suck in freecad. Sketches/constrains are okay, as long as all your references are in the sketch. If they're in another sketch or body, forget it.

Lets say you want to create two parts where a polar pattern of bolts align between the two. Top has a hole and counterbore, bottom is threaded. The most efficient way of doing that is drawing a copy on a piece of paper and write down the dimensions. then create two sketches on the two bodies and enter those dimensions. Which is dumb. Wouldn't it be nice to reference a constraint/dimension in another sketch? or use a master-sketch like fusion360? not in freecad.

freecad does have a reference system, but they're named references that are a pain in the ass to remember. And, there's no point since sketches lose their faces way too often. Modifying a sketch in the middle of the body history means risking all the other sketches just coming off the body and leaving you with a mess.

That said, i've used freecad to design fairly complicated assemblies that have electronics, gears, motors, bearings, and moving parts. iterating on the design just requires a lot of rework.


You can absolutely refer to constraints from other sketches in expressions, copy geometry directly from other sketches and "export" geometry from other bodies or generated geometry with a shapebinder in Part Design (or a Facebinder from the Draft workbench in a Part workflow). Shapebinders are very useful.

There are master sketch workflows. Youtube videos are out there for those (Mango Jelly Solutions has at least one).

The “losing faces” issue is the Topological Naming Problem. This is very soon to be mitigated and it can be worked around in the meantime (offset your sketches from a base plane rather than attaching them to a face). Though it is I gather still murderous in one of the assembly workbenches. The fix is coming soon.

Many of your other concerns would be addressed by doubling down on the parametric stuff, I think. The Spreadsheet module can help solve a lot of problems that are otherwise solved by the methods above and may be easier to keep track of. You can do calculations in there more or less as you would in a typical spreadsheet, and then give cells of the spreadsheets aliases that you can refer to in expressions anywhere in your design.

FreeCAD is really fundamentally parametric, and once you get into that, you have a bunch of options.


Strong vote for using Fusion 360 from me. All of the OSS CAD apps I've tried have had terrible UI/UX. FreeSCAD nightmares still haunt.


I get where you're coming from. FreeCAD has come a long way recently, especially with the realthunder branch which improved a lot of the parametric modeling features. It's still not as polished as SolidWorks, but for open source, it's impressive. You might not need custom scripts for basic stuff, but it's definitely not as seamless as SolidWorks. Worth checking out if you're okay with a bit of a learning curve and occasional workarounds.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: